[iwyu/epel7] Making it exclusive x86 since the tests use x86 assembly right now

Dave Johansen daveisfera at fedoraproject.org
Thu Feb 26 03:37:09 UTC 2015


commit 3828eeaacbd07bd5c40b096e3e4902983d16e7f8
Author: Dave Johansen <davejohansen at gmail.com>
Date:   Wed Feb 25 20:37:04 2015 -0700

    Making it exclusive x86 since the tests use x86 assembly right now

 iwyu.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/iwyu.spec b/iwyu.spec
index 2e76eff..39d04ff 100644
--- a/iwyu.spec
+++ b/iwyu.spec
@@ -30,7 +30,8 @@ Provides:  include-what-you-use = %{version}-%{release}
 Provides:  include-what-you-use%{?_isa} = %{version}-%{release}
 
 # Tests are failing on PowerPC, so just exclude it for now (see https://bugzilla.redhat.com/show_bug.cgi?id=1192723 )
-ExcludeArch: ppc64
+# Also, the tests use x86 assembly right now (see https://groups.google.com/forum/#!topic/include-what-you-use/lEuN5tr-0y0 )
+ExclusiveArch: %{ix86} x86_64
 
 # Make sure the python macro is available
 %if 0%{?rhel} && 0%{?rhel} <= 6


More information about the scm-commits mailing list