diff --git a/postfix.changes b/postfix.changes index a0ee85c..d37175d 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Oct 27 18:22:02 UTC 2014 - dmueller@suse.com + +- restore previously lost fix: + Fri Oct 11 13:32:32 UTC 2013 - matz@suse.de + - Ignore errors in %pre/%post. + ------------------------------------------------------------------- Mon Oct 20 07:52:39 UTC 2014 - michael@stroeder.com diff --git a/postfix.spec b/postfix.spec index cc25ff9..ed9aa26 100644 --- a/postfix.spec +++ b/postfix.spec @@ -435,7 +435,7 @@ if [ ${1:-0} -gt 1 ]; then fi fi echo "Executing upgrade-configuration." - /usr/sbin/postfix set-permissions upgrade-configuration setgid_group=%{pf_setgid_group} + /usr/sbin/postfix set-permissions upgrade-configuration setgid_group=%{pf_setgid_group} || : if [ $MASTERCH -eq 0 ]; then test -e /var/adm/SuSEconfig/md5/etc/postfix/master.cf && grep -v "^#" /etc/postfix/master.cf | md5sum > /var/adm/SuSEconfig/md5/etc/postfix/master.cf fi