[llvm] Also ExcludeArch: ppc* in RHEL

Adam Jackson ajax at fedoraproject.org
Wed Dec 14 17:52:23 UTC 2011


commit 3bc08724120e7b4dcd07957f3f94927777b9f957
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Dec 14 12:52:23 2011 -0500

    Also ExcludeArch: ppc* in RHEL

 llvm.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/llvm.spec b/llvm.spec
index f7ad936..b7e105f 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -12,7 +12,7 @@
 
 %if 0%{?rhel} >= 7
 %global with_clang 0
-ExcludeArch: s390 s390x
+ExcludeArch: s390 s390x ppc ppc64
 %else
 %global with_clang 1
 %endif
@@ -22,7 +22,7 @@ ExcludeArch: s390 s390x
 
 Name:           llvm
 Version:        3.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        The Low Level Virtual Machine
 
 Group:          Development/Languages
@@ -506,6 +506,9 @@ exit 0
 %endif
 
 %changelog
+* Wed Dec 14 2011 Adam Jackson <ajax at redhat.com> 3.0-3
+- Also ExcludeArch: ppc* in RHEL
+
 * Tue Dec 13 2011 Adam Jackson <ajax at redhat.com> 3.0-2
 - ExcludeArch: s390* in RHEL since the native backend has disappeared in 3.0
 


More information about the scm-commits mailing list