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-08-17 12:41:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi-image (Old)
 and      /work/SRC/openSUSE:Factory/.kiwi-image.new.2698 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiwi-image"

Sat Aug 17 12:41:40 2024 rev:12 rq:1194365 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/kiwi-image/kiwi-image.changes    2024-08-15 
09:58:10.522594767 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi-image.new.2698/kiwi-image.changes  
2024-08-17 12:41:58.201322152 +0200
@@ -1,0 +2,5 @@
+Fri Aug 16 15:59:55 UTC 2024 - Dan Čermák <dcer...@suse.com>
+
+- add disk space constraints; flip version to 10.1
+
+-------------------------------------------------------------------

New:
----
  _constraints

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.Kz86Xd/_old  2024-08-17 12:41:58.653340948 +0200
+++ /var/tmp/diff_new_pack.Kz86Xd/_new  2024-08-17 12:41:58.657341115 +0200
@@ -16,10 +16,10 @@
 
 #!BuildTag: opensuse/bci/kiwi:10
 #!BuildTag: opensuse/bci/kiwi:10-%RELEASE%
-#!BuildTag: opensuse/bci/kiwi:10.0
-#!BuildTag: opensuse/bci/kiwi:10.0-%RELEASE%
-#!BuildTag: opensuse/bci/kiwi:10.0.27
-#!BuildTag: opensuse/bci/kiwi:10.0.27-%RELEASE%
+#!BuildTag: opensuse/bci/kiwi:10.1
+#!BuildTag: opensuse/bci/kiwi:10.1-%RELEASE%
+#!BuildTag: opensuse/bci/kiwi:10.1.2
+#!BuildTag: opensuse/bci/kiwi:10.1.2-%RELEASE%
 #!BuildTag: opensuse/bci/kiwi:latest
 
 FROM opensuse/tumbleweed:latest
@@ -31,7 +31,7 @@
 LABEL org.opencontainers.image.authors="openSUSE (https://www.opensuse.org/)"
 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.0.27"
+LABEL org.opencontainers.image.version="10.1.2"
 LABEL org.opencontainers.image.url="https://www.opensuse.org";
 LABEL org.opencontainers.image.created="%BUILDTIME%"
 LABEL org.opencontainers.image.vendor="openSUSE Project"
@@ -45,5 +45,5 @@
 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.0" ]
+RUN set -euo pipefail; [ "$(rpm -q --qf '%{version}' python3-kiwi | cut -d '.' 
-f -2)" = "10.1" ]
 

++++++ _constraints ++++++
<constraints>
  <hardware>
    <disk>
      <size unit="G">8</size>
    </disk>
  </hardware>
</constraints>

Reply via email to