From 9a8a40bf9268bc29f08ce8cd25f6ee3fb68cfe19 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 12 Jan 2015 12:26:34 -0700 Subject: [PATCH] packaging: rm unnecessary RPM tags The BuildRoot tag is only needed on RHEL 5. RHEL 6 and newer are fine without this setting. The %{_prefix} macro is already /usr by default. The Vendor tag is something that should be left undefined in the packaging .spec itself. Ordinarily this is added during the build by the build system. Signed-off-by: Ken Dreyer --- radosgw-agent.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/radosgw-agent.spec b/radosgw-agent.spec index 98e4840..3237618 100644 --- a/radosgw-agent.spec +++ b/radosgw-agent.spec @@ -5,10 +5,7 @@ Release: 0 Source0: %{name}-%{version}.tar.gz License: MIT Group: Development/Libraries -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -Prefix: %{_prefix} BuildArch: noarch -Vendor: Josh Durgin Requires: python-argparse Requires: PyYAML Requires: python-boto >= 2.2.2 -- 2.47.3