[gnome-boxes/f17] Only pull in libvirtd + KVM drivers, without default configs (bug 802475)

Daniel P. Berrange berrange at fedoraproject.org
Sat Mar 31 12:18:58 UTC 2012


commit 17c886039c002543d095a1361c576a9ab3a0fd2f
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Sat Mar 31 13:14:15 2012 +0100

    Only pull in libvirtd + KVM drivers, without default configs (bug 802475)

 gnome-boxes.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/gnome-boxes.spec b/gnome-boxes.spec
index 922bb85..85ce8b9 100644
--- a/gnome-boxes.spec
+++ b/gnome-boxes.spec
@@ -3,7 +3,7 @@
 
 Name:		gnome-boxes
 Version:	3.4.0.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A simple GNOME 3 application to access remote or virtual systems
 
 Group:		Applications/Emulators
@@ -33,9 +33,8 @@ BuildRequires:	tracker-devel
 # spice-gtk available only on these arches
 ExclusiveArch: %{ix86} x86_64
 
-# Need libvirtd and an hypervisor to do anything useful
-Requires:	libvirt
-Requires:	qemu-kvm
+# Pulls in libvirtd + KVM, but no NAT / firewall configs
+Requires:	libvirt-daemon-kvm
 
 # Needed for unattended installations
 Requires:	fuseiso
@@ -97,6 +96,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/icons/hicolor/*/apps/gnome-boxes.*
 
 %changelog
+* Sat Mar 31 2012 Daniel P. Berrange <berrange at redhat.com> - 3.4.0.1-2
+- Only pull in libvirtd + KVM drivers, without default configs (bug 802475)
+
 * Sat Mar 31 2012 Zeeshan Ali <zeenix at redhat.com> - 3.4.0.1-1
 - Update to 3.4.0.1
 


More information about the scm-commits mailing list