[gnome-boxes/f19] Only pull in qemu on non-kvm arches

Kalev Lember kalev at fedoraproject.org
Mon May 27 22:37:42 UTC 2013


commit 7b3f7efc11277b5d7c0618ea66437cd99a314139
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Mon May 27 17:53:42 2013 +0200

    Only pull in qemu on non-kvm arches

 gnome-boxes.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/gnome-boxes.spec b/gnome-boxes.spec
index 6daaf8d..55d4d1a 100644
--- a/gnome-boxes.spec
+++ b/gnome-boxes.spec
@@ -31,7 +31,7 @@
 
 Name:		gnome-boxes
 Version:	3.8.2
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	A simple GNOME 3 application to access remote or virtual systems
 
 Group:		Applications/Emulators
@@ -66,8 +66,9 @@ BuildRequires:	libuuid-devel
 # Pulls in libvirtd + KVM, but no NAT / firewall configs
 %if %{with_qemu_kvm}
 Requires:	libvirt-daemon-kvm
-%endif
+%else
 Requires:	libvirt-daemon-qemu
+%endif
 
 # Needed for unattended installations
 Requires:	fuseiso
@@ -136,6 +137,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/gnome-shell/search-providers/gnome-boxes-search-provider.ini
 
 %changelog
+* Mon May 27 2013 Kalev Lember <kalevlember at gmail.com> 3.8.2-5
+- Only pull in qemu on non-kvm arches
+
 * Fri May 24 2013 Christophe Fergeau <cfergeau at redhat.com> 3.8.2-4
 - ... and remove again the ExclusiveArch on fedora. If libvirt-daemon-qemu
   is available, this means we can create (very slow) x86 boxes regardless


More information about the scm-commits mailing list