Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package spack-image for openSUSE:Factory checked in at 2024-07-16 22:04:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spack-image (Old) and /work/SRC/openSUSE:Factory/.spack-image.new.17339 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spack-image" Tue Jul 16 22:04:22 2024 rev:14 rq:1187702 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/spack-image/spack-image.changes 2024-07-11 20:32:09.210617646 +0200 +++ /work/SRC/openSUSE:Factory/.spack-image.new.17339/spack-image.changes 2024-07-16 22:04:24.786223439 +0200 @@ -1,0 +2,5 @@ +Tue Jul 16 08:14:58 UTC 2024 - Dirk Mueller <dmuel...@suse.com> + +- update tags to new versions + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.xKfv1S/_old 2024-07-16 22:04:26.206275264 +0200 +++ /var/tmp/diff_new_pack.xKfv1S/_new 2024-07-16 22:04:26.250276871 +0200 @@ -16,8 +16,8 @@ #!ExclusiveArch: aarch64 x86_64 #!BuildTag: opensuse/bci/spack:0.22 #!BuildTag: opensuse/bci/spack:0.22-%RELEASE% -#!BuildTag: opensuse/bci/spack:0.22.0 -#!BuildTag: opensuse/bci/spack:0.22.0-%RELEASE% +#!BuildTag: opensuse/bci/spack:0.22.1 +#!BuildTag: opensuse/bci/spack:0.22.1-%RELEASE% #!BuildTag: opensuse/bci/spack:latest FROM opensuse/tumbleweed:latest @@ -63,7 +63,7 @@ && rm -rf /root/*.* /run/nologin # sanity check that the version from the tag is equal to the version of spack that we expect -RUN set -euo pipefail; [ "$(rpm -q --qf '%{version}' spack | cut -d '.' -f -3)" = "0.22.0" ] +RUN set -euo pipefail; [ "$(rpm -q --qf '%{version}' spack | cut -d '.' -f -3)" = "0.22.1" ] WORKDIR /root SHELL ["docker-shell"]