diff --git a/gnome-boxes.spec b/gnome-boxes.spec index 2799062..3443268 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 3.8.2-5 +- Only pull in qemu on non-kvm arches + * Fri May 24 2013 Christophe Fergeau 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