fix condition for BuildRoot
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
bb002d86e7
commit
86ba5e1bf6
@ -152,7 +152,7 @@ Source1: %{name}-cockpit-%{version}.tar.gz
|
||||
Source2: subscription-manager-rpmlintrc
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} < 1200
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1200
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user