Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vim-plugins for openSUSE:Factory checked in at 2022-08-16 17:07:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vim-plugins (Old) and /work/SRC/openSUSE:Factory/.vim-plugins.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vim-plugins" Tue Aug 16 17:07:23 2022 rev:42 rq:995266 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/vim-plugins/vim-plugins.changes 2022-08-12 16:07:28.203619106 +0200 +++ /work/SRC/openSUSE:Factory/.vim-plugins.new.1521/vim-plugins.changes 2022-08-16 17:07:25.051819576 +0200 @@ -1,0 +2,5 @@ +Mon Aug 15 19:41:40 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- avoid bashism in post scripts (bsc#1195391) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vim-plugins.spec ++++++ --- /var/tmp/diff_new_pack.nHsS0c/_old 2022-08-16 17:07:25.947822255 +0200 +++ /var/tmp/diff_new_pack.nHsS0c/_new 2022-08-16 17:07:25.951822267 +0200 @@ -747,7 +747,7 @@ %%post %{-n:-n %{-n*}} \ vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null \ %%postun %{-n:-n %{-n*}} \ -if [ $1 == 0 ]; then \ +if [ $1 = 0 ]; then \ vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null \ fi \ %{nil}