Hello community,

here is the log from the commit of package postfix for openSUSE:13.1 checked in 
at 2013-10-18 15:07:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1/postfix (Old)
 and      /work/SRC/openSUSE:13.1/.postfix.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postfix"

Changes:
--------
--- /work/SRC/openSUSE:13.1/postfix/postfix.changes     2013-10-11 
09:01:22.000000000 +0200
+++ /work/SRC/openSUSE:13.1/.postfix.new/postfix.changes        2013-10-19 
16:50:13.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Oct 11 13:32:32 UTC 2013 - m...@suse.de
+
+- Ignore errors in %pre/%post.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ postfix.spec ++++++
--- /var/tmp/diff_new_pack.n2rpld/_old  2013-10-19 16:50:14.000000000 +0200
+++ /var/tmp/diff_new_pack.n2rpld/_new  2013-10-19 16:50:14.000000000 +0200
@@ -336,7 +336,7 @@
 %service_add_pre %{name}.service
 %endif
 
-VERSIONTEST=$(test -x usr/sbin/postconf && usr/sbin/postconf proxy_read_maps 
2>/dev/null)
+VERSIONTEST=$(test -x usr/sbin/postconf && usr/sbin/postconf proxy_read_maps 
2>/dev/null || :)
 if [ -z "$VERSIONTEST" -a -f %{pf_queue_directory}/pid/master.pid ]; then
   if checkproc -p %{pf_queue_directory}/pid/master.pid usr/lib/%{name}/master; 
then
      echo "%{name} is still running. You have to stop %{name} in order to"
@@ -412,7 +412,7 @@
 %post
 # We never have to run suseconfig for postfix after installation
 # We only start postfix own upgrade-configuration by update
-/usr/sbin/postfix set-permissions
+/usr/sbin/postfix set-permissions || :
 if [ ${1:-0} -gt 1 ]; then
        touch /var/adm/postfix.configured
        /usr/sbin/postfix upgrade-configuration || :



-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to