From 08941ebdbc30c900751f0fe961fe9baf98dad630 Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Jan 14 2014 13:28:09 +0000 Subject: exclude ppc64 on el6/7 --- 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