Hello community,

here is the log from the commit of package numad for openSUSE:Factory checked 
in at 2017-03-01 23:39:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/numad (Old)
 and      /work/SRC/openSUSE:Factory/.numad.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "numad"

Wed Mar  1 23:39:33 2017 rev:4 rq:460720 version:0.5.20130522

Changes:
--------
--- /work/SRC/openSUSE:Factory/numad/numad.changes      2013-06-18 
10:34:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.numad.new/numad.changes 2017-03-01 
23:39:34.611631931 +0100
@@ -1,0 +2,5 @@
+Mon Feb 20 09:52:57 CET 2017 - [email protected]
+
+- Don't call insserv if we use systemd
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ numad.spec ++++++
--- /var/tmp/diff_new_pack.uD9znF/_old  2017-03-01 23:39:35.191550149 +0100
+++ /var/tmp/diff_new_pack.uD9znF/_new  2017-03-01 23:39:35.191550149 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package numad
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -99,9 +99,10 @@
 %endif
 
 %preun
-%stop_on_removal numad
 %if 0%{?has_systemd}
 %service_del_preun numad.service
+%else
+%stop_on_removal numad
 %endif
 
 %post
@@ -110,10 +111,11 @@
 %endif
 
 %postun
-%restart_on_update numad
-%insserv_cleanup
 %if 0%{?has_systemd}
 %service_del_postun numad.service
+%else
+%restart_on_update numad
+%insserv_cleanup
 %endif
 
 %changelog


Reply via email to