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-12-09 21:13:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kiwi-image (Old) and /work/SRC/openSUSE:Factory/.kiwi-image.new.29675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi-image" Mon Dec 9 21:13:00 2024 rev:31 rq:1229420 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/kiwi-image/kiwi-image.changes 2024-11-25 23:23:05.738663451 +0100 +++ /work/SRC/openSUSE:Factory/.kiwi-image.new.29675/kiwi-image.changes 2024-12-09 21:14:04.647256373 +0100 @@ -1,0 +2,5 @@ +Mon Dec 9 12:05:21 UTC 2024 - SUSE Update Bot <bci-inter...@suse.de> + +- update to new version + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.XPQGW3/_old 2024-12-09 21:14:05.143277126 +0100 +++ /var/tmp/diff_new_pack.XPQGW3/_new 2024-12-09 21:14:05.147277293 +0100 @@ -15,9 +15,9 @@ #!UseOBSRepositories -#!BuildTag: opensuse/bci/kiwi:10.1.18-%RELEASE% -#!BuildTag: opensuse/bci/kiwi:10.1.18 -#!BuildTag: opensuse/bci/kiwi:10.1 +#!BuildTag: opensuse/bci/kiwi:10.2.3-%RELEASE% +#!BuildTag: opensuse/bci/kiwi:10.2.3 +#!BuildTag: opensuse/bci/kiwi:10.2 #!BuildTag: opensuse/bci/kiwi:10 #!BuildTag: opensuse/bci/kiwi:latest @@ -32,13 +32,13 @@ # labelprefix=org.opensuse.bci.kiwi LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI KIWI Appliance Builder (kiwi)" LABEL org.opencontainers.image.description="KIWI Appliance Builder (kiwi) container based on the openSUSE Tumbleweed Base Container Image. This container is only supported in privileged mode." -LABEL org.opencontainers.image.version="10.1.18" +LABEL org.opencontainers.image.version="10.2.3" LABEL org.opencontainers.image.url="https://www.opensuse.org" LABEL org.opencontainers.image.created="%BUILDTIME%" LABEL org.opencontainers.image.vendor="openSUSE Project" LABEL org.opencontainers.image.source="%SOURCEURL%" -LABEL org.opencontainers.image.ref.name="10.1.18-%RELEASE%" -LABEL org.opensuse.reference="registry.opensuse.org/opensuse/bci/kiwi:10.1.18-%RELEASE%" +LABEL org.opencontainers.image.ref.name="10.2.3-%RELEASE%" +LABEL org.opensuse.reference="registry.opensuse.org/opensuse/bci/kiwi:10.2.3-%RELEASE%" LABEL org.openbuildservice.disturl="%DISTURL%" LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime#openSUSE_BCI" LABEL org.opensuse.release-stage="released" @@ -48,6 +48,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.1" ] + cut -d '.' -f -2)" = "10.2" ] RUN set -euo pipefail; printf "mapper:\n - part_mapper: kpartx\n" > /etc/kiwi.yml ++++++ README.md ++++++ --- /var/tmp/diff_new_pack.XPQGW3/_old 2024-12-09 21:14:05.171278297 +0100 +++ /var/tmp/diff_new_pack.XPQGW3/_new 2024-12-09 21:14:05.175278465 +0100 @@ -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.1 +$ podman run --privileged -v /path/to/kiwi/descr:/image:Z registry.opensuse.org/opensuse/bci/kiwi:10.2 ``` For more information about KIWI NG, see the [KIWI NG documentation](https://osinside.github.io/kiwi/),