Hello community,

here is the log from the commit of package spice-vdagent for openSUSE:Factory 
checked in at 2014-07-10 14:55:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-05-27 12:03:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.spice-vdagent.new/spice-vdagent.changes 
2014-07-10 14:55:27.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Jul  1 14:10:31 UTC 2014 - fcro...@suse.com
+
+- Enable systemd service at initial install, it is needed for
+  udev rules to properly start the agent.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ spice-vdagent.spec ++++++
--- /var/tmp/diff_new_pack.VRPtix/_old  2014-07-10 14:55:28.000000000 +0200
+++ /var/tmp/diff_new_pack.VRPtix/_new  2014-07-10 14:55:28.000000000 +0200
@@ -67,11 +67,19 @@
 # create rc symlink
 ln -s  service %{buildroot}%{_sbindir}/rcspice-vdagentd
 
+mkdir -p %{buildroot}%{_datadir}/gdm/greeter/autostart
+
+mv %{buildroot}%{_datadir}/gdm/autostart/LoginWindow/*.desktop 
%{buildroot}%{_datadir}/gdm/greeter/autostart
+rm -fr %{buildroot}%{_datadir}/gdm/autostart
+
 %pre
 %service_add_pre spice-vdagentd.service
 
 %post
 %service_add_post spice-vdagentd.service
+if [ "$1" -eq 1 ]; then
+    systemctl -q enable spice-vdagentd.service || :
+fi
 
 %preun
 %service_del_preun spice-vdagentd.service

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to