Accepting request 757597 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/757597 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spice-vdagent?expand=0&rev=15
This commit is contained in:
commit
b3ff84f112
@ -1,30 +0,0 @@
|
|||||||
---
|
|
||||||
Makefile.am | 1 -
|
|
||||||
data/spice-vdagentd | 1 +
|
|
||||||
data/spice-vdagentd.service | 1 +
|
|
||||||
3 files changed, 2 insertions(+), 1 deletion(-)
|
|
||||||
|
|
||||||
Index: spice-vdagent-0.16.0/Makefile.am
|
|
||||||
===================================================================
|
|
||||||
--- spice-vdagent-0.16.0.orig/Makefile.am
|
|
||||||
+++ spice-vdagent-0.16.0/Makefile.am
|
|
||||||
@@ -55,7 +55,6 @@ gdmautostart2dir = $(datadir)/gdm/autost
|
|
||||||
gdmautostart2_DATA = $(top_srcdir)/data/spice-vdagent.desktop
|
|
||||||
|
|
||||||
install-data-local:
|
|
||||||
- $(mkdir_p) $(DESTDIR)$(localstatedir)/run/spice-vdagentd
|
|
||||||
|
|
||||||
if INIT_SCRIPT_RED_HAT
|
|
||||||
initdir = $(sysconfdir)/rc.d/init.d
|
|
||||||
Index: spice-vdagent-0.16.0/data/spice-vdagentd
|
|
||||||
===================================================================
|
|
||||||
--- spice-vdagent-0.16.0.orig/data/spice-vdagentd
|
|
||||||
+++ spice-vdagent-0.16.0/data/spice-vdagentd
|
|
||||||
@@ -37,6 +37,7 @@ start() {
|
|
||||||
[ -x $exec ] || exit 5
|
|
||||||
[ -c $port ] || exit 0
|
|
||||||
modprobe uinput > /dev/null 2>&1
|
|
||||||
+ mkdir -p /run/spice-vdagentd
|
|
||||||
# In case the previous running vdagentd crashed
|
|
||||||
rm -f /run/spice-vdagentd/spice-vdagent-sock
|
|
||||||
echo -n $"Starting $prog: "
|
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 17 16:51:54 UTC 2019 - Bruce Rogers <brogers@suse.com>
|
||||||
|
|
||||||
|
- Since the 0.19.0 update, this patch is no longer needed:
|
||||||
|
spice-vdagent-var_run.patch
|
||||||
|
- For sometime now we've not had any rsyslog config files, so clean
|
||||||
|
up where the spec file would remove the rsyslog.d dir and content
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 11 17:33:36 UTC 2019 - Bruce Rogers <brogers@suse.com>
|
Wed Dec 11 17:33:36 UTC 2019 - Bruce Rogers <brogers@suse.com>
|
||||||
|
|
||||||
|
@ -27,8 +27,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
|
||||||
Source1: http://spice-space.org/download/releases/%{name}-%{version}.tar.bz2.sig
|
Source1: http://spice-space.org/download/releases/%{name}-%{version}.tar.bz2.sig
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
Patch0: spice-vdagent-var_run.patch
|
Patch0: vdagentd-Fix-session-lookup-for-new-GNOME-versions.patch
|
||||||
Patch1: vdagentd-Fix-session-lookup-for-new-GNOME-versions.patch
|
|
||||||
BuildRequires: alsa-devel >= 1.0.22
|
BuildRequires: alsa-devel >= 1.0.22
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
@ -62,7 +61,6 @@ Features:
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -72,8 +70,6 @@ make %{?_smp_mflags} V=2
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot} V=2
|
make install DESTDIR=%{buildroot} V=2
|
||||||
# remove rsyslogd config
|
|
||||||
rm -rf %{buildroot}%{_sysconfdir}/rsyslog.d
|
|
||||||
# create rc symlink
|
# create rc symlink
|
||||||
ln -s service %{buildroot}%{_sbindir}/rcspice-vdagentd
|
ln -s service %{buildroot}%{_sbindir}/rcspice-vdagentd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user