Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mailutils for openSUSE:Factory checked in at 2022-06-21 17:15:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mailutils (Old) and /work/SRC/openSUSE:Factory/.mailutils.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mailutils" Tue Jun 21 17:15:26 2022 rev:17 rq:983992 version:3.14 Changes: -------- --- /work/SRC/openSUSE:Factory/mailutils/mailutils.changes 2022-02-21 17:46:34.519593585 +0100 +++ /work/SRC/openSUSE:Factory/.mailutils.new.1548/mailutils.changes 2022-06-21 17:15:33.566354659 +0200 @@ -1,0 +2,5 @@ +Mon Jun 20 13:39:33 UTC 2022 - Dr. Werner Fink <wer...@suse.de> + +- Fix number check of test (builtin) in %pre scriptlet (boo#1200676) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mailutils.spec ++++++ --- /var/tmp/diff_new_pack.MApmxe/_old 2022-06-21 17:15:34.162355267 +0200 +++ /var/tmp/diff_new_pack.MApmxe/_new 2022-06-21 17:15:34.166355271 +0200 @@ -404,7 +404,7 @@ %pre # removing old update-alternatives entries -if [ "$1" > 0 ] && [ -f %{_sbindir}/update-alternatives ] ; then +if [ "$1" -gt 0 ] && [ -f %{_sbindir}/update-alternatives ] ; then %{_sbindir}/update-alternatives --quiet --force --remove mail %{_bindir}/mu-mail fi %endif