Hello community,

here is the log from the commit of package postfix for openSUSE:Factory checked 
in at 2017-02-22 13:50:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postfix (Old)
 and      /work/SRC/openSUSE:Factory/.postfix.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postfix"

Changes:
--------
--- /work/SRC/openSUSE:Factory/postfix/postfix.changes  2017-01-25 
22:35:16.718196723 +0100
+++ /work/SRC/openSUSE:Factory/.postfix.new/postfix.changes     2017-02-22 
13:50:09.489149001 +0100
@@ -1,0 +2,7 @@
+Sat Feb 18 14:01:35 UTC 2017 - ku...@suse.com
+
+- Fix requires:
+  - shadow is needed for postfix-mysql pre-install section
+  - insserv is not needed if systemd is used
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ postfix.spec ++++++
--- /var/tmp/diff_new_pack.nTgJSy/_old  2017-02-22 13:50:10.992934942 +0100
+++ /var/tmp/diff_new_pack.nTgJSy/_new  2017-02-22 13:50:10.996934373 +0100
@@ -94,7 +94,6 @@
 BuildRequires:  postgresql-devel
 Requires:       iproute2
 Requires(pre):  permissions
-Requires(pre):  %insserv_prereq
 Requires(pre):  %fillup_prereq
 Provides:       smtp_daemon
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -110,7 +109,7 @@
 BuildRequires:  systemd
 %{?systemd_requires}
 %else
-Requires(pre):  %insserv_prereq %fillup_prereq
+Requires(pre):  %insserv_prereq
 Requires(pre):  %{_bindir}/getent
 Requires(pre):  pwdutils
 Requires(pre):  /bin/awk
@@ -149,6 +148,7 @@
 Summary:        Postfix plugin to support MySQL maps
 Group:          Productivity/Networking/Email/Servers
 Requires(pre): %{name} = %{version}
+Requires(pre): shadow
 
 %description mysql
 Postfix plugin to support MySQL maps. This library will be loaded by
@@ -517,10 +517,11 @@
 # ---------------------------------------------------------------------------
 
 %postun
-%restart_on_update %{name}
-%insserv_cleanup
 %if 0%{?suse_version} > 1210
 %service_del_postun %{name}.service
+%else
+%restart_on_update %{name}
+%insserv_cleanup
 %endif
 /sbin/ldconfig
 


Reply via email to