Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mailx for openSUSE:Factory checked in at 2022-03-23 20:15:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mailx (Old) and /work/SRC/openSUSE:Factory/.mailx.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mailx" Wed Mar 23 20:15:33 2022 rev:46 rq:963650 version:12.5 Changes: -------- --- /work/SRC/openSUSE:Factory/mailx/mailx.changes 2022-02-21 17:46:07.743585615 +0100 +++ /work/SRC/openSUSE:Factory/.mailx.new.25692/mailx.changes 2022-03-23 20:15:49.878376301 +0100 @@ -1,0 +2,5 @@ +Mon Mar 21 10:31:05 UTC 2022 - Dr. Werner Fink <wer...@suse.de> + +- Fix number check of test (builtin) in %pre scriptlet (boo#1197317) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mailx.spec ++++++ --- /var/tmp/diff_new_pack.jX7FFr/_old 2022-03-23 20:15:50.642376733 +0100 +++ /var/tmp/diff_new_pack.jX7FFr/_new 2022-03-23 20:15:50.646376735 +0100 @@ -172,9 +172,10 @@ %{_sbindir}/update-alternatives --quiet --force --remove mail %{_bindir}/mailx fi %else + %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}/mailx fi %endif