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 <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-02-14 00:41:04 +01:00
parent 0056a77ffa
commit c520e33639

View File

@ -102,7 +102,6 @@ Source1: %{name}-cockpit-%{version}.tar.gz
Source2: subscription-manager-rpmlintrc Source2: subscription-manager-rpmlintrc
%endif %endif
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# A note about the %{?foo:bar} %{!?foo:quux} convention. The %{?foo:bar} # 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 # syntax evaluates foo and if it is **defined**, it expands to "bar" otherwise it