[info=f482d3ab34e302bee0301e6fa8cbf760]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/spack-image?expand=0&rev=139
This commit is contained in:
Dan Čermák 2024-11-25 12:03:02 +00:00 committed by Git OBS Bridge
parent da37e1ef8e
commit 8013c541ac
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>