Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package spack for openSUSE:Factory checked in at 2022-08-19 17:56:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spack (Old) and /work/SRC/openSUSE:Factory/.spack.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spack" Fri Aug 19 17:56:46 2022 rev:24 rq:998181 version:0.17.1 Changes: -------- --- /work/SRC/openSUSE:Factory/spack/spack.changes 2022-04-10 00:42:15.680875607 +0200 +++ /work/SRC/openSUSE:Factory/.spack.new.2083/spack.changes 2022-08-19 17:59:21.136461743 +0200 @@ -1,0 +2,5 @@ +Mon Aug 15 19:39:22 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- avoid bashism in post scripts (bsc#1195391) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ spack.spec ++++++ --- /var/tmp/diff_new_pack.ujTltw/_old 2022-08-19 17:59:21.592462698 +0200 +++ /var/tmp/diff_new_pack.ujTltw/_new 2022-08-19 17:59:21.600462715 +0200 @@ -337,7 +337,7 @@ mkdir -p %{buildroot}/%{_sysconfdir}/profile.d cat > %{buildroot}/%{_sysconfdir}/profile.d/spack.sh <<EOF source /etc/os-release -if [ "\${ID}" == "opensuse-tumbleweed" ] ; then +if [ "\${ID}" = "opensuse-tumbleweed" ] ; then SPACK_NAME="\${ID/-/}" else SPACK_NAME="\${ID/-/_}\${VERSION_ID/.*/}" @@ -433,7 +433,7 @@ sed -i "s@GCC_VERSION@$GCC_VERSION@" %{spack_dir}/etc/spack/compilers.yaml if [ -e /etc/os-release ] ; then source /etc/os-release - if [ "${ID}" == "opensuse-tumbleweed" ] ; then + if [ "${ID}" = "opensuse-tumbleweed" ] ; then export SPACK_NAME="${ID/-/}" else export SPACK_NAME="${ID/-/_}${VERSION_ID/.*/}"