[redhat-rpm-config: 89/215] sync

Panu Matilainen pmatilai at fedoraproject.org
Wed Apr 2 10:25:51 UTC 2014


commit f8bcd4e337ec039040887d608c826595fbe56ca0
Author: Elliot Lee <sopwith at redhat.com>
Date:   Fri Dec 3 18:52:37 2004 +0000

    sync

 redhat-rpm-config.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec
index d47cf84..a0a1165 100644
--- a/redhat-rpm-config.spec
+++ b/redhat-rpm-config.spec
@@ -10,6 +10,11 @@ BuildArch: noarch
 #Requires: mktemp
 BuildRoot: %{_tmppath}/%{name}-root
 
+# rpmrc passes -mtune which first appeared in gcc 3.4
+%ifarch i386 i686 sparc
+Conflicts: gcc < 3.4
+%endif
+
 %description
 Red Hat specific rpm configuration files.
 


More information about the scm-commits mailing list