Hello community,

here is the log from the commit of package xdm for openSUSE:Factory checked in 
at 2014-05-26 10:28:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xdm (Old)
 and      /work/SRC/openSUSE:Factory/.xdm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xdm"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xdm/xdm.changes  2014-05-22 20:38:34.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.xdm.new/xdm.changes     2014-05-26 
10:28:07.000000000 +0200
@@ -1,0 +2,5 @@
+Fri May 23 13:01:21 UTC 2014 - [email protected]
+
+- added necessary macros for systemd files
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xdm.spec ++++++
--- /var/tmp/diff_new_pack.sZyWIC/_old  2014-05-26 10:28:07.000000000 +0200
+++ /var/tmp/diff_new_pack.sZyWIC/_new  2014-05-26 10:28:07.000000000 +0200
@@ -170,6 +170,11 @@
 %endif
 %{fillup_only -n displaymanager}
 
+%pre
+%if !0%{?suse_version} < 1320
+  %service_add_pre display-manager.service
+%endif
+
 %postun
 %if 0%{?suse_version} < 1320
 %{insserv_cleanup}
@@ -177,6 +182,11 @@
 %service_del_postun display-manager.service
 %endif
 
+%preun
+%if !0%{?suse_version} < 1320
+  %service_del_preun display-manager.service
+%endif
+
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING README

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to