- bsc#1204085 - spice-vdagentd 0.22.1 doesn't work properly on

guest
  allow-enable-on-boot-spice-vdagentd.service.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/spice-vdagent?expand=0&rev=49
This commit is contained in:
Charles Arnold 2022-10-10 20:59:28 +00:00 committed by Git OBS Bridge
parent 8ee18bdcf9
commit 8b237a6034
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,11 @@
References: bsc#1204085
Running yast2 services-manager and enabling the service
at boot time was not working.
--- spice-vdagent-0.22.1/data/spice-vdagentd.service.orig 2022-10-10 14:43:46.164921761 -0600
+++ spice-vdagent-0.22.1/data/spice-vdagentd.service 2022-10-10 14:49:48.988930407 -0600
@@ -24,3 +24,4 @@ Restart=on-failure
[Install]
Also=spice-vdagentd.socket
+WantedBy=multi-user.target

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 10 14:50:57 MDT 2022 - carnold@suse.com
- bsc#1204085 - spice-vdagentd 0.22.1 doesn't work properly on
guest
allow-enable-on-boot-spice-vdagentd.service.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 11 11:25:16 MST 2022 - carnold@suse.com Fri Feb 11 11:25:16 MST 2022 - carnold@suse.com

View File

@ -30,6 +30,7 @@ URL: http://spice-space.org/
Source: http://spice-space.org/download/releases/%{name}-%{version}.tar.bz2 Source: http://spice-space.org/download/releases/%{name}-%{version}.tar.bz2
Source2: %{name}.keyring Source2: %{name}.keyring
Patch0: harden_spice-vdagentd.service.patch Patch0: harden_spice-vdagentd.service.patch
Patch1: allow-enable-on-boot-spice-vdagentd.service.patch
BuildRequires: alsa-devel >= 1.0.22 BuildRequires: alsa-devel >= 1.0.22
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
@ -66,6 +67,7 @@ Features:
%prep %prep
%setup -q %setup -q
%patch0 -p1 %patch0 -p1
%patch1 -p1
%build %build
autoreconf autoreconf