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-10-21 16:26:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kiwi-image (Old) and /work/SRC/openSUSE:Factory/.kiwi-image.new.26871 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi-image" Mon Oct 21 16:26:09 2024 rev:23 rq:1216666 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/kiwi-image/kiwi-image.changes 2024-10-15 15:00:10.633103495 +0200 +++ /work/SRC/openSUSE:Factory/.kiwi-image.new.26871/kiwi-image.changes 2024-10-21 16:26:28.237630236 +0200 @@ -1,0 +2,5 @@ +Mon Oct 21 07:26:47 UTC 2024 - SUSE Update Bot <bci-inter...@suse.de> + +- set minor version as tag_version + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.xn7Czm/_old 2024-10-21 16:26:28.705649870 +0200 +++ /var/tmp/diff_new_pack.xn7Czm/_new 2024-10-21 16:26:28.709650038 +0200 @@ -17,9 +17,9 @@ #!BuildTag: opensuse/bci/kiwi:10.1.11-%RELEASE% #!BuildTag: opensuse/bci/kiwi:10.1.11 -#!BuildTag: opensuse/bci/kiwi:10-%RELEASE% -#!BuildTag: opensuse/bci/kiwi:10 +#!BuildTag: opensuse/bci/kiwi:10.1-%RELEASE% #!BuildTag: opensuse/bci/kiwi:10.1 +#!BuildTag: opensuse/bci/kiwi:10 #!BuildTag: opensuse/bci/kiwi:latest FROM opensuse/tumbleweed:latest ++++++ README.md ++++++ --- /var/tmp/diff_new_pack.xn7Czm/_old 2024-10-21 16:26:28.737651212 +0200 +++ /var/tmp/diff_new_pack.xn7Czm/_new 2024-10-21 16:26:28.741651380 +0200 @@ -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 +$ podman run --privileged -v /path/to/kiwi/descr:/image:Z registry.opensuse.org/opensuse/bci/kiwi:10.1 ``` For more information about KIWI NG, see the [KIWI NG documentation](https://osinside.github.io/kiwi/),