Hello community, here is the log from the commit of package amavisd-new for openSUSE:Factory checked in at 2014-11-11 01:10:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/amavisd-new (Old) and /work/SRC/openSUSE:Factory/.amavisd-new.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "amavisd-new" Changes: -------- --- /work/SRC/openSUSE:Factory/amavisd-new/amavisd-new.changes 2014-08-18 11:24:01.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.amavisd-new.new/amavisd-new.changes 2014-11-11 01:11:28.000000000 +0100 @@ -1,0 +2,7 @@ +Sun Nov 09 00:46:00 UTC 2014 - Led <[email protected]> + +- fix bashism in post script +- remove '-e' option of 'echo' command that may be unsupported in some + POSIX-complete shells + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ amavisd-new.spec ++++++ --- /var/tmp/diff_new_pack.rg8p4r/_old 2014-11-11 01:11:30.000000000 +0100 +++ /var/tmp/diff_new_pack.rg8p4r/_new 2014-11-11 01:11:30.000000000 +0100 @@ -203,10 +203,10 @@ else if [ -r etc/aliases ]; then if ! grep -q "^virusalert:" etc/aliases; then - echo -e "virusalert:\troot" >> etc/aliases + echo "virusalert: root" >> etc/aliases %{logmsg} "Added alias for user virusalert to /etc/aliases" if [ -x usr/bin/newaliases ]; then - usr/bin/newaliases &>/dev/null || true + usr/bin/newaliases >/dev/null 2>&1 || true else %{logmsg} "Cannot execute newaliases. Please run it manually." fi -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
