Trying to work around ppc64 lacking any virtualization, Daniel

This commit is contained in:
Daniel Veillard 2008-03-03 15:43:06 +00:00
parent bf744f9872
commit 69f6239766

View File

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