- Require libvirt-daemon-<hypervisor> in the main libvirt package
for each supported hypervisor bnc#850882 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=327
This commit is contained in:
parent
420446e6e4
commit
9049faae46
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 13:09:31 MST 2013 - jfehlig@suse.com
|
||||
|
||||
- Require libvirt-daemon-<hypervisor> in the main libvirt package
|
||||
for each supported hypervisor
|
||||
bnc#850882
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 4 15:44:39 MST 2013 - jfehlig@suse.com
|
||||
|
||||
|
17
libvirt.spec
17
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
|
||||
|
Loading…
Reference in New Issue
Block a user