diff --git a/libvirt.spec b/libvirt.spec
index ed40007..b74ea77 100644
--- a/libvirt.spec
+++ b/libvirt.spec
@@ -42,6 +42,8 @@ Requires: PolicyKit >= 0.6
 %endif
 # For mount/umount in FS driver
 BuildRequires: util-linux
+# PPC64 has no Xen nor QEmu, build anyway
+%ifnarch ppc64
 %if %{with_qemu}
 # From QEMU RPMs
 Requires: /usr/bin/qemu-img
@@ -49,6 +51,7 @@ Requires: /usr/bin/qemu-img
 # From Xen RPMs
 Requires: /usr/sbin/qcow-create
 %endif
+%endif
 # For LVM drivers
 Requires: lvm2
 # For ISCSI driver