conflict instead of requires
This commit is contained in:
parent
e284fd4907
commit
75220114eb
@ -7,8 +7,9 @@ Group: Development/System
|
|||||||
Source: redhat-rpm-config-%{version}.tar.bz2
|
Source: redhat-rpm-config-%{version}.tar.bz2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: mktemp
|
Requires: mktemp
|
||||||
# We need newer rpm-build for post-build buildroot checking
|
# if rpm-build is present (thus building rpms), we need newer for
|
||||||
Requires: rpm-build >= 4.4.2.1-0.4.rc2
|
# check buildroot
|
||||||
|
Conflicts: rpm-build < 4.4.2.1-0.4.rc2
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
# rpmrc passes -mtune which first appeared in gcc 3.4
|
# rpmrc passes -mtune which first appeared in gcc 3.4
|
||||||
%ifarch i386 i686 sparc
|
%ifarch i386 i686 sparc
|
||||||
|
Loading…
Reference in New Issue
Block a user