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 2026-05-08 20:47:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kiwi-image (Old) and /work/SRC/openSUSE:Factory/.kiwi-image.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi-image" Fri May 8 20:47:22 2026 rev:48 rq:1352049 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/kiwi-image/kiwi-image.changes 2026-04-01 19:53:59.509512296 +0200 +++ /work/SRC/openSUSE:Factory/.kiwi-image.new.1966/kiwi-image.changes 2026-05-08 20:47:24.868269791 +0200 @@ -1,0 +2,5 @@ +Fri May 8 09:41:05 UTC 2026 - SUSE Update Bot <[email protected]> + +- adjust for new kiwi version + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.kcKYB8/_old 2026-05-08 20:47:25.480294892 +0200 +++ /var/tmp/diff_new_pack.kcKYB8/_new 2026-05-08 20:47:25.484295056 +0200 @@ -17,7 +17,7 @@ #!BuildTag: opensuse/bci/kiwi:%%kiwi_version%%-%RELEASE% #!BuildTag: opensuse/bci/kiwi:%%kiwi_version%% -#!BuildTag: opensuse/bci/kiwi:10.2 +#!BuildTag: opensuse/bci/kiwi:10.3 #!BuildTag: opensuse/bci/kiwi:10 #!BuildTag: opensuse/bci/kiwi:latest @@ -41,8 +41,8 @@ # Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=org.opensuse.bci.kiwi -LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI KIWI Appliance Builder 10.2 (kiwi)" -LABEL org.opencontainers.image.description="KIWI Appliance Builder 10.2 (kiwi) container based on the openSUSE Tumbleweed Base Container Image. This container is only supported in privileged mode." +LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI KIWI Appliance Builder 10.3 (kiwi)" +LABEL org.opencontainers.image.description="KIWI Appliance Builder 10.3 (kiwi) container based on the openSUSE Tumbleweed Base Container Image. This container is only supported in privileged mode." LABEL org.opencontainers.image.version="%%kiwi_version%%" LABEL org.opencontainers.image.url="https://www.opensuse.org" LABEL org.opencontainers.image.created="%BUILDTIME%" @@ -60,6 +60,6 @@ # 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.2" ] + cut -d '.' -f -2)" = "10.3" ] RUN set -euo pipefail; printf "runtime_checks:\n - disable:\n - check_target_dir_on_unsupported_filesystem\n\nmapper:\n - part_mapper: kpartx\n" > /etc/kiwi.yml ++++++ README.md ++++++ --- /var/tmp/diff_new_pack.kcKYB8/_old 2026-05-08 20:47:25.520296532 +0200 +++ /var/tmp/diff_new_pack.kcKYB8/_new 2026-05-08 20:47:25.524296697 +0200 @@ -1,4 +1,4 @@ -# KIWI Appliance Builder 10.2 (kiwi) container image +# KIWI Appliance Builder 10.3 (kiwi) container image  @@ -26,7 +26,7 @@ To build a KIWI NG appliance, launch the container in privileged mode: ```ShellSession -$ podman run --privileged -v /path/to/kiwi/descr:/image:Z registry.opensuse.org/opensuse/bci/kiwi:10.2 +$ podman run --privileged -v /path/to/kiwi/descr:/image:Z registry.opensuse.org/opensuse/bci/kiwi:10.3 ``` For more information about KIWI NG, see the [KIWI NG documentation](https://osinside.github.io/kiwi/),
