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

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


commit 00e0efcba72d150f2a6bee31e1db1a59924c69f6
Author: Dave Johansen <davejohansen at gmail.com>
Date:   Wed Feb 25 20:36:06 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 9674d9f..d0154c6 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}
 
 # It isn't building on ARM, so just exclude it for now (see https://bugzilla.redhat.com/show_bug.cgi?id=1192713 )
-ExcludeArch: %{arm}
+# 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