rpms/libvirt/devel libvirt.spec,1.73,1.74

Daniel Veillard (veillard) fedora-extras-commits at redhat.com
Mon Mar 3 15:43:44 UTC 2008


Author: veillard

Update of /cvs/pkgs/rpms/libvirt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15024

Modified Files:
	libvirt.spec 
Log Message:
Trying to work around  ppc64 lacking any virtualization, Daniel



Index: libvirt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/libvirt.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- libvirt.spec	3 Mar 2008 15:14:14 -0000	1.73
+++ libvirt.spec	3 Mar 2008 15:43:06 -0000	1.74
@@ -42,6 +42,8 @@
 %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 @@
 # From Xen RPMs
 Requires: /usr/sbin/qcow-create
 %endif
+%endif
 # For LVM drivers
 Requires: lvm2
 # For ISCSI driver




More information about the fedora-extras-commits mailing list