diff --git a/Dockerfile b/Dockerfile index 9b0a3f1..ab09f17 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] diff --git a/spack-image.changes b/spack-image.changes index a8ec7a3..4c8e9fb 100644 --- a/spack-image.changes +++ b/spack-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 25 11:56:16 UTC 2024 - SUSE Update Bot + +- Add line breaks into package version check + ------------------------------------------------------------------- Mon Nov 4 10:04:54 UTC 2024 - SUSE Update Bot