Hello community,

here is the log from the commit of package sendmail for openSUSE:Factory 
checked in at 2017-02-25 00:52:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sendmail (Old)
 and      /work/SRC/openSUSE:Factory/.sendmail.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sendmail"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sendmail/sendmail.changes        2016-10-04 
15:59:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sendmail.new/sendmail.changes   2017-02-25 
00:52:47.755492069 +0100
@@ -1,0 +2,5 @@
+Mon Feb 20 10:55:11 CET 2017 - ku...@suse.de
+
+- Don't use insserv together with systemd
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sendmail.spec ++++++
--- /var/tmp/diff_new_pack.ZtpagQ/_old  2017-02-25 00:52:51.966845835 +0100
+++ /var/tmp/diff_new_pack.ZtpagQ/_new  2017-02-25 00:52:51.970845221 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sendmail
 #
-# 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
@@ -56,14 +56,14 @@
 %if %{without sysvinit}
 Requires(pre):  sysvinit(network)
 %else
-Requires(pre):  /sbin/insserv
+Requires(pre):  %insserv_prereq
+Requires(post): %insserv_prereq
+Requires(postun): %insserv_prereq
 %endif
 Requires(post): %fillup_prereq
-Requires(post): %insserv_prereq
 Requires(post): coreutils
 Requires(post): permissions
 Requires(post): sed
-Requires(postun): %insserv_prereq
 Requires(posttrans): coreutils
 Requires(posttrans): findutils
 Requires(posttrans): m4
@@ -516,13 +516,16 @@
 
 %postun
 if test $1 = 0; then
+%if %{with sysvinit}
     %{restart_on_update sendmail}
+%endif
     rm -rf %{_localstatedir}/lib/sendmail
     exit 0
 fi
-%{insserv_cleanup}
 %if ! %{with sysvinit}
 %service_del_postun sendmail.service sendmail-client.service 
sendmail-client.path
+%else
+%{insserv_cleanup}
 %endif
 
 %posttrans


Reply via email to