From 69f6239766577c8d6ce767f6f38c5a6bf6b5ddb4 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mar 03 2008 15:43:06 +0000 Subject: Trying to work around ppc64 lacking any virtualization, Daniel --- 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