Hello community,

here is the log from the commit of package spamassassin for openSUSE:Factory 
checked in at 2016-01-17 09:23:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spamassassin (Old)
 and      /work/SRC/openSUSE:Factory/.spamassassin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spamassassin"

Changes:
--------
--- /work/SRC/openSUSE:Factory/spamassassin/spamassassin.changes        
2015-12-06 07:35:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.spamassassin.new/spamassassin.changes   
2016-01-17 09:23:08.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Jan 12 07:20:02 UTC 2016 - [email protected]
+
+- use service command to restart spamd and amavis (boo#961279)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ spamassassin.spec ++++++
--- /var/tmp/diff_new_pack.IMH2SI/_old  2016-01-17 09:23:09.000000000 +0100
+++ /var/tmp/diff_new_pack.IMH2SI/_new  2016-01-17 09:23:09.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package spamassassin
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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

++++++ suse.cron-sa-update ++++++
--- /var/tmp/diff_new_pack.IMH2SI/_old  2016-01-17 09:23:09.000000000 +0100
+++ /var/tmp/diff_new_pack.IMH2SI/_new  2016-01-17 09:23:09.000000000 +0100
@@ -15,11 +15,11 @@
         fi
 
         if [ "$SPAM_SPAMD_RESTART" = "yes" -a $result = 0 ] ; then
-                /etc/init.d/spamd restart &> /dev/null
+                /sbin/service spamd restart &> /dev/null
         fi
 
         if [ "$SPAM_AMAVISD_RESTART" = "yes" -a $result = 0 ] ; then
-                /etc/init.d/amavis restart &> /dev/null
+                /sbin/service amavis restart &> /dev/null
         fi
 
         if [ $result = 2 ] ; then


Reply via email to