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-09-26 18:53:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi-image (Old)
 and      /work/SRC/openSUSE:Factory/.kiwi-image.new.29891 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiwi-image"

Thu Sep 26 18:53:29 2024 rev:19 rq:1203686 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/kiwi-image/kiwi-image.changes    2024-09-25 
21:53:58.237977209 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi-image.new.29891/kiwi-image.changes 
2024-09-26 18:54:27.391991917 +0200
@@ -1,0 +2,10 @@
+Wed Sep 25 17:36:16 UTC 2024 - Dirk Mueller <dmuel...@suse.com>
+
+- rerender installation step in multiple lines, allow uninstalling optional 
packages
+
+-------------------------------------------------------------------
+Wed Sep 25 17:12:11 UTC 2024 - Dirk Mueller <dmuel...@suse.com>
+
+- improved log cleaning
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.A83IjW/_old  2024-09-26 18:54:27.808009157 +0200
+++ /var/tmp/diff_new_pack.A83IjW/_new  2024-09-26 18:54:27.812009322 +0200
@@ -23,7 +23,10 @@
 
 FROM opensuse/tumbleweed:latest
 
-RUN set -euo pipefail; zypper -n in --no-recommends checkmedia 
dracut-kiwi-oem-repart enchant-devel gcc glibc-devel iproute2 
java-21-openjdk-headless jing kiwi-systemdeps-filesystems kpartx libxml2-devel 
lvm2 make netcat-openbsd python3-devel python3-kiwi python3-pip tack timezone 
xorriso xz openSUSE-release openSUSE-release-appliance-docker; zypper -n clean; 
rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
+RUN set -euo pipefail; \
+    zypper -n install --no-recommends checkmedia dracut-kiwi-oem-repart 
enchant-devel gcc glibc-devel iproute2 java-21-openjdk-headless jing 
kiwi-systemdeps-filesystems kpartx libxml2-devel lvm2 make netcat-openbsd 
python3-devel python3-kiwi python3-pip tack timezone xorriso xz 
openSUSE-release openSUSE-release-appliance-docker; \
+    zypper -n clean; \
+    rm -rf 
{/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
 
 # Define labels according to 
https://en.opensuse.org/Building_derived_containers
 # labelprefix=org.opensuse.bci.kiwi

Reply via email to