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-07-17 15:15:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kiwi-image (Old) and /work/SRC/openSUSE:Factory/.kiwi-image.new.17339 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi-image" Wed Jul 17 15:15:04 2024 rev:3 rq:1188055 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/kiwi-image/kiwi-image.changes 2024-07-16 22:04:18.754003290 +0200 +++ /work/SRC/openSUSE:Factory/.kiwi-image.new.17339/kiwi-image.changes 2024-07-17 15:15:53.963711777 +0200 @@ -1,0 +2,5 @@ +Tue Jul 16 12:01:53 UTC 2024 - Dirk Mueller <dmuel...@suse.com> + +- extend package list to cover iso image building + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.1v798R/_old 2024-07-17 15:15:54.367726571 +0200 +++ /var/tmp/diff_new_pack.1v798R/_new 2024-07-17 15:15:54.371726717 +0200 @@ -42,7 +42,7 @@ # endlabelprefix LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/kiwi-image/README.md" -RUN set -euo pipefail; zypper -n in --no-recommends btrfsprogs checkmedia dracut-kiwi-oem-repart e2fsprogs enchant-devel gcc glibc-devel iproute2 jing kiwi-systemdeps-core libxml2-devel lvm2 make netcat-openbsd python3-devel python3-kiwi python3-pip tack timezone xfsprogs; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2} +RUN set -euo pipefail; zypper -n in --no-recommends checkmedia dracut-kiwi-oem-repart enchant-devel gcc glibc-devel iproute2 jing kiwi-systemdeps-filesystems kpartx libxml2-devel lvm2 make netcat-openbsd python3-devel python3-kiwi python3-pip tack timezone xorriso xz; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2} # 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.0" ]