From 0cb5848dfe79dd348b64e3b109c9ff32a09a0980 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Fri, 7 Mar 2014 12:04:12 -0500 Subject: [PATCH] Don't build for ppc64, deps are broken --- qemu.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qemu.spec b/qemu.spec index 0b9b9b5..3a63fba 100644 --- a/qemu.spec +++ b/qemu.spec @@ -164,6 +164,9 @@ URL: http://www.qemu.org/ %if %{with kvmonly} ExclusiveArch: %{kvm_archs} %endif +# XXX: The rom packages need to be updated to cross compile like fedora does, +# otherwise qemu-system-x86 deps are broken on ppc64 +ExcludeArch: ppc64 # OOM killer breaks builds with parallel make on s390(x) %ifarch s390 s390x