Hello community, here is the log from the commit of package mailman for openSUSE:Factory checked in at 2014-02-12 20:28:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mailman (Old) and /work/SRC/openSUSE:Factory/.mailman.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mailman" Changes: -------- --- /work/SRC/openSUSE:Factory/mailman/mailman.changes 2012-10-25 12:10:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mailman.new/mailman.changes 2014-02-12 20:28:28.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Feb 11 10:44:52 UTC 2014 - [email protected] + +- do not abort post script if postalias fails + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mailman.spec ++++++ --- /var/tmp/diff_new_pack.QQTiXw/_old 2014-02-12 20:28:29.000000000 +0100 +++ /var/tmp/diff_new_pack.QQTiXw/_new 2014-02-12 20:28:29.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package mailman # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -201,7 +201,10 @@ # re-create the list aliases usr/lib/mailman/bin/genaliases > /dev/null # update the alias db file and make it group-writeable (important for being able to create mailing lists thru the web interface) -if [ -x usr/sbin/postalias -a -r var/lib/mailman/data/aliases ]; then usr/sbin/postalias var/lib/mailman/data/aliases; chmod g+w var/lib/mailman/data/aliases.db; fi +if [ -x usr/sbin/postalias -a -r var/lib/mailman/data/aliases ]; then + usr/sbin/postalias var/lib/mailman/data/aliases || : + chmod g+w var/lib/mailman/data/aliases.db +fi exit 0 # ---------------------------------------------------------------------------- %verifyscript -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
