Hello community,

here is the log from the commit of package spamassassin for openSUSE:Factory 
checked in at 2017-02-21 13:31:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2016-01-17 09:23:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.spamassassin.new/spamassassin.changes   
2017-02-21 13:31:14.438032136 +0100
@@ -1,0 +2,5 @@
+Mon Feb 20 16:26:30 CET 2017 - [email protected]
+
+- Don't call/require insserv if we use systemd
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ spamassassin.spec ++++++
--- /var/tmp/diff_new_pack.ErPOzZ/_old  2017-02-21 13:31:15.153931147 +0100
+++ /var/tmp/diff_new_pack.ErPOzZ/_new  2017-02-21 13:31:15.157930583 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package spamassassin
 #
-# Copyright (c) 2016 SUSE LINUX 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
@@ -51,7 +51,10 @@
 Patch10:        iXhash2-meta-rules.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
-PreReq:         %insserv_prereq %fillup_prereq
+%if %suse_version <= 1140
+PreReq:         %insserv_prereq
+%endif
+PreReq:         %fillup_prereq
 BuildRequires:  dos2unix
 BuildRequires:  openssl-devel
 #
@@ -263,18 +266,20 @@
 %endif
 
 %preun
-%stop_on_removal spamd
 %if %suse_version > 1140
 %service_del_preun spamd.service
 %service_del_preun spampd.service
+%else
+%stop_on_removal spamd
 %endif
 
 %postun
-%restart_on_update spamd
-%insserv_cleanup
 %if %suse_version > 1140
 %service_del_postun spamd.service
 %service_del_postun spampd.service
+%else
+%restart_on_update spamd
+%insserv_cleanup
 %endif
 
 %files


Reply via email to