Accepting request 1187702 from devel:BCI:Tumbleweed

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

OBS-URL: https://build.opensuse.org/request/show/1187702
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spack-image?expand=0&rev=14
This commit is contained in:
Ana Guerrero 2024-07-16 20:04:22 +00:00 committed by Git OBS Bridge
commit 08fa006695
2 changed files with 8 additions and 3 deletions

View File

@ -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 @@ 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.0" ]
RUN set -euo pipefail; [ "$(rpm -q --qf '%{version}' spack | cut -d '.' -f -3)" = "0.22.1" ]
WORKDIR /root
SHELL ["docker-shell"]

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 16 08:14:58 UTC 2024 - Dirk Mueller <dmueller@suse.com>
- update tags to new versions
-------------------------------------------------------------------
Wed Jul 10 15:59:28 UTC 2024 - Egbert Eich <eich@suse.com>