Accepting request 1226256 from devel:BCI:Tumbleweed

🤖: sync package with devel:BCI:Tumbleweed from OBS

OBS-URL: https://build.opensuse.org/request/show/1226256
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spack-image?expand=0&rev=31
This commit is contained in:
Ana Guerrero 2024-11-25 22:22:55 +00:00 committed by Git OBS Bridge
commit 82969b8005
2 changed files with 8 additions and 1 deletions

View File

@ -65,7 +65,9 @@ RUN set -euo pipefail; mkdir -p /root/.spack \
&& 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.2" ]
RUN set -euo pipefail; \
[ "$(rpm -q --qf '%{version}' spack | \
cut -d '.' -f -3)" = "0.22.2" ]
WORKDIR /root
SHELL ["docker-shell"]

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 25 11:56:16 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>
- Add line breaks into package version check
-------------------------------------------------------------------
Mon Nov 4 10:04:54 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>