[will-crash/el6] exclude ppc64 on el6/7

Richard Marko rmarko at fedoraproject.org
Tue Jan 14 13:28:28 UTC 2014


commit 08941ebdbc30c900751f0fe961fe9baf98dad630
Author: Richard Marko <rmarko at fedoraproject.org>
Date:   Tue Jan 14 14:28:09 2014 +0100

    exclude ppc64 on el6/7

 will-crash.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/will-crash.spec b/will-crash.spec
index 770ad8a..018de8c 100644
--- a/will-crash.spec
+++ b/will-crash.spec
@@ -16,8 +16,9 @@ Requires:       ruby
 Requires:       python
 Requires:       java-1.7.0-openjdk
 
-# Don't require python3 for el6/el7
+# Don't require python3 for el6/el7, exclude ppc64 due to missing java
 %if 0%{?rhel}
+ExcludeArch:    ppc64
 %else
 Requires:       python3
 %endif


More information about the scm-commits mailing list