From c520e33639883aa1ff97bf3d423c46d77c7c7bbb Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 00:41:04 +0100 Subject: [PATCH] Remove BuildRoot definition None of currently supported distributions need that. It was needed last for EL5 which is EOL now Signed-off-by: Igor Gnatenko --- subscription-manager.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/subscription-manager.spec b/subscription-manager.spec index 23e7f22..216db7a 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -102,7 +102,6 @@ Source1: %{name}-cockpit-%{version}.tar.gz Source2: subscription-manager-rpmlintrc %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # A note about the %{?foo:bar} %{!?foo:quux} convention. The %{?foo:bar} # syntax evaluates foo and if it is **defined**, it expands to "bar" otherwise it