- spec: Add 'Requires: netcat-openbsd' to libvirt-daemon-common
boo#1222100 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=1032
This commit is contained in:
parent
9ccb98b1a7
commit
41ba086472
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:08e31f93054311315ccf92542a1855079163bf31b78be7ba95fc5f5aef16d994
|
oid sha256:7d2abe3cf46dd4713da26ee5027a1463efe3536966083f8b4787e2213f2c976e
|
||||||
size 9811684
|
size 9811456
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 12 21:02:53 UTC 2024 - James Fehlig <jfehlig@suse.com>
|
||||||
|
|
||||||
|
- spec: Add 'Requires: netcat-openbsd' to libvirt-daemon-common
|
||||||
|
boo#1222100
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 2 15:03:20 UTC 2024 - James Fehlig <jfehlig@suse.com>
|
Tue Apr 2 15:03:20 UTC 2024 - James Fehlig <jfehlig@suse.com>
|
||||||
|
|
||||||
|
@ -337,6 +337,11 @@ Requires: group(libvirt)
|
|||||||
# Needed by libvirt-guests init script.
|
# Needed by libvirt-guests init script.
|
||||||
Requires: gettext-runtime
|
Requires: gettext-runtime
|
||||||
Requires: bash-completion >= 2.0
|
Requires: bash-completion >= 2.0
|
||||||
|
# virt-manager uses netcat for accessing spice and VNC servers running in
|
||||||
|
# qemu processes. See boo#1222100 for details. Although libvirt does not
|
||||||
|
# use netcat, it's in a good position to provide the dependency for
|
||||||
|
# virt-manager. netcat-openbsd is a tiny package, so it's a tolerable hack.
|
||||||
|
Requires: netcat-openbsd
|
||||||
|
|
||||||
%if %{with_apparmor}
|
%if %{with_apparmor}
|
||||||
Recommends: apparmor-abstractions
|
Recommends: apparmor-abstractions
|
||||||
@ -376,10 +381,6 @@ Server side daemon used to manage logs from virtual machine consoles
|
|||||||
%package daemon-proxy
|
%package daemon-proxy
|
||||||
Summary: Server side daemon providing libvirtd proxy
|
Summary: Server side daemon providing libvirtd proxy
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
# netcat is needed on the server side so that clients that have
|
|
||||||
# libvirt < 6.9.0 can connect, but newer versions will prefer
|
|
||||||
# virt-ssh-helper
|
|
||||||
Recommends: netcat-openbsd
|
|
||||||
|
|
||||||
%description daemon-proxy
|
%description daemon-proxy
|
||||||
Server side daemon providing functionality previously provided by
|
Server side daemon providing functionality previously provided by
|
||||||
|
Loading…
Reference in New Issue
Block a user