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:
commit
82969b8005
@ -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"]
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user