Hello community,

here is the log from the commit of package spice-vdagent for openSUSE:Factory 
checked in at 2014-05-27 12:03:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spice-vdagent (Old)
 and      /work/SRC/openSUSE:Factory/.spice-vdagent.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spice-vdagent"

Changes:
--------
--- /work/SRC/openSUSE:Factory/spice-vdagent/spice-vdagent.changes      
2014-02-06 06:55:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.spice-vdagent.new/spice-vdagent.changes 
2014-05-27 12:03:11.000000000 +0200
@@ -1,0 +2,6 @@
+Tue May 27 08:45:45 CEST 2014 - oher...@suse.de
+
+- fix /var/run handling
+  spice-vdagent-var_run.patch
+
+-------------------------------------------------------------------

New:
----
  spice-vdagent-var_run.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ spice-vdagent.spec ++++++
--- /var/tmp/diff_new_pack.PqqFBv/_old  2014-05-27 12:03:13.000000000 +0200
+++ /var/tmp/diff_new_pack.PqqFBv/_new  2014-05-27 12:03:13.000000000 +0200
@@ -25,6 +25,7 @@
 Group:          Applications/System
 Url:            http://spice-space.org/
 Source0:        
http://spice-space.org/download/releases/%{name}-%{version}.tar.bz2
+Patch0:         spice-vdagent-var_run.patch
 BuildRequires:  desktop-file-utils
 BuildRequires:  glib2-devel
 BuildRequires:  libXfixes-devel
@@ -78,7 +79,6 @@
 %postun
 %service_del_postun spice-vdagentd.service
 
-
 %files
 %defattr(-,root,root)
 %doc COPYING ChangeLog README TODO
@@ -91,7 +91,6 @@
 %{_bindir}/spice-vdagent
 %{_sbindir}/spice-vdagentd
 %{_sbindir}/rcspice-vdagentd
-%ghost %{_var}/run/spice-vdagentd
 %{_sysconfdir}/xdg/autostart/spice-vdagent.desktop
 # For /usr/share/gdm/autostart/LoginWindow/spice-vdagent.desktop
 # We own the dir too, otherwise we must Require gdm

++++++ spice-vdagent-var_run.patch ++++++
---
 Makefile.am                 |    1 -
 Makefile.in                 |    1 -
 data/spice-vdagentd         |    1 +
 data/spice-vdagentd.service |    1 +
 4 files changed, 2 insertions(+), 2 deletions(-)

Index: spice-vdagent-0.15.0/Makefile.am
===================================================================
--- spice-vdagent-0.15.0.orig/Makefile.am
+++ spice-vdagent-0.15.0/Makefile.am
@@ -46,7 +46,6 @@ gdmautostartdir = $(datadir)/gdm/autosta
 gdmautostart_DATA = $(top_srcdir)/data/spice-vdagent.desktop
 
 install-data-local:
-       $(mkdir_p) $(DESTDIR)$(localstatedir)/run/spice-vdagentd
 
 rsyslogdir = $(sysconfdir)/rsyslog.d
 rsyslog_DATA = $(top_srcdir)/data/rsyslog.d/spice-vdagentd.conf
Index: spice-vdagent-0.15.0/Makefile.in
===================================================================
--- spice-vdagent-0.15.0.orig/Makefile.in
+++ spice-vdagent-0.15.0/Makefile.in
@@ -1366,7 +1366,6 @@ uninstall-am: uninstall-binPROGRAMS unin
 
 
 install-data-local:
-       $(mkdir_p) $(DESTDIR)$(localstatedir)/run/spice-vdagentd
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
Index: spice-vdagent-0.15.0/data/spice-vdagentd
===================================================================
--- spice-vdagent-0.15.0.orig/data/spice-vdagentd
+++ spice-vdagent-0.15.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 /var/run/spice-vdagentd
     # In case the previous running vdagentd crashed
     rm -f /var/run/spice-vdagentd/spice-vdagent-sock
     echo -n $"Starting $prog: "
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to