Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kiwi-image for openSUSE:Factory checked in at 2024-11-25 23:22:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kiwi-image (Old) and /work/SRC/openSUSE:Factory/.kiwi-image.new.28523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi-image" Mon Nov 25 23:22:49 2024 rev:30 rq:1226253 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/kiwi-image/kiwi-image.changes 2024-11-14 16:09:28.124731188 +0100 +++ /work/SRC/openSUSE:Factory/.kiwi-image.new.28523/kiwi-image.changes 2024-11-25 23:23:05.738663451 +0100 @@ -1,0 +2,5 @@ +Mon Nov 25 11:56:16 UTC 2024 - SUSE Update Bot <bci-inter...@suse.de> + +- Add line breaks into package version check + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.ftcUgq/_old 2024-11-25 23:23:06.214683292 +0100 +++ /var/tmp/diff_new_pack.ftcUgq/_new 2024-11-25 23:23:06.218683459 +0100 @@ -46,6 +46,8 @@ LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/kiwi-image/README.md" LABEL usage="This container requires an openSUSE/SUSE host kernel for full functionality." # sanity check that the version from the tag is equal to the version of python3-kiwi that we expect -RUN set -euo pipefail; [ "$(rpm -q --qf '%{version}' python3-kiwi | cut -d '.' -f -2)" = "10.1" ] +RUN set -euo pipefail; \ + [ "$(rpm -q --qf '%{version}' python3-kiwi | \ + cut -d '.' -f -2)" = "10.1" ] RUN set -euo pipefail; printf "mapper:\n - part_mapper: kpartx\n" > /etc/kiwi.yml