forked from pool/libvirt
Accepting request 448187 from home:matwey:branches:Virtualization
OBS-URL: https://build.opensuse.org/request/show/448187 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=576
This commit is contained in:
parent
d303fbf880
commit
5ee7674bd0
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 28 10:20:49 UTC 2016 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- In order to avoid issues like bsc#1017189, explicitly specify
|
||||||
|
supported VirtualBox versions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 5 02:12:56 UTC 2016 - jfehlig@suse.com
|
Mon Dec 5 02:12:56 UTC 2016 - jfehlig@suse.com
|
||||||
|
|
||||||
|
@ -688,7 +688,9 @@ Requires: libvirt-daemon-driver-nwfilter = %{version}-%{release}
|
|||||||
Requires: libvirt-daemon-driver-secret = %{version}-%{release}
|
Requires: libvirt-daemon-driver-secret = %{version}-%{release}
|
||||||
Requires: libvirt-daemon-driver-storage = %{version}-%{release}
|
Requires: libvirt-daemon-driver-storage = %{version}-%{release}
|
||||||
Requires: libvirt-daemon-driver-vbox = %{version}-%{release}
|
Requires: libvirt-daemon-driver-vbox = %{version}-%{release}
|
||||||
Requires: virtualbox
|
# Specify supported virtualbox API explicitly. See ./src/vbox
|
||||||
|
# Reference bsc#1017189
|
||||||
|
Requires: virtualbox < 5.2
|
||||||
|
|
||||||
%description daemon-vbox
|
%description daemon-vbox
|
||||||
Server side daemon and driver required to manage the virtualization
|
Server side daemon and driver required to manage the virtualization
|
||||||
@ -713,9 +715,9 @@ capabilities of recent versions of Linux (and other OSes).
|
|||||||
|
|
||||||
%package libs
|
%package libs
|
||||||
Summary: Client side libraries
|
Summary: Client side libraries
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
# So remote clients can access libvirt over SSH tunnel
|
# So remote clients can access libvirt over SSH tunnel
|
||||||
# (client invokes 'nc' against the UNIX socket on the server)
|
# (client invokes 'nc' against the UNIX socket on the server)
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
Requires: netcat-openbsd
|
Requires: netcat-openbsd
|
||||||
# Not technically required, but makes 'out-of-box' config
|
# Not technically required, but makes 'out-of-box' config
|
||||||
# work correctly & doesn't have onerous dependencies
|
# work correctly & doesn't have onerous dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user