diff --git a/libvirt.changes b/libvirt.changes index 235bdb8..615ec3d 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Nov 19 13:09:31 MST 2013 - jfehlig@suse.com + +- Require libvirt-daemon- in the main libvirt package + for each supported hypervisor + bnc#850882 + ------------------------------------------------------------------- Mon Nov 4 15:44:39 MST 2013 - jfehlig@suse.com diff --git a/libvirt.spec b/libvirt.spec index 69a23d6..804a4ab 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -236,25 +236,22 @@ Requires: libvirt-daemon = %{version}-%{release} %if %{with_nwfilter} Requires: libvirt-daemon-config-nwfilter = %{version}-%{release} %endif -%if %{with_driver_modules} -%if %{with_libxl} -Requires: libvirt-daemon-driver-libxl = %{version}-%{release} +%if %{with_libxl} || %{with_xen} +Requires: libvirt-daemon-xen %endif %if %{with_lxc} -Requires: libvirt-daemon-driver-lxc = %{version}-%{release} +Requires: libvirt-daemon-lxc %endif %if %{with_qemu} -Requires: libvirt-daemon-driver-qemu = %{version}-%{release} +Requires: libvirt-daemon-qemu %endif %if %{with_uml} -Requires: libvirt-daemon-driver-uml = %{version}-%{release} -%endif -%if %{with_xen} -Requires: libvirt-daemon-driver-xen = %{version}-%{release} +Requires: libvirt-daemon-uml %endif %if %{with_vbox} -Requires: libvirt-daemon-driver-vbox = %{version}-%{release} +Requires: libvirt-daemon-vbox %endif +%if %{with_driver_modules} %if %{with_nwfilter} Requires: libvirt-daemon-driver-nwfilter = %{version}-%{release} %endif