Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package minimal-image for openSUSE:Factory 
checked in at 2025-04-09 21:50:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/minimal-image (Old)
 and      /work/SRC/openSUSE:Factory/.minimal-image.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "minimal-image"

Wed Apr  9 21:50:41 2025 rev:32 rq:1268183 version:2025

Changes:
--------
--- /work/SRC/openSUSE:Factory/minimal-image/minimal-image.changes      
2025-01-02 19:21:11.603886282 +0100
+++ /work/SRC/openSUSE:Factory/.minimal-image.new.1907/minimal-image.changes    
2025-04-09 21:51:06.964255238 +0200
@@ -1,0 +2,5 @@
+Wed Apr  9 13:38:31 UTC 2025 - SUSE Update Bot <bci-inter...@suse.de>
+
+- reduce image size via hardlinks
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ minimal-image.kiwi ++++++
--- /var/tmp/diff_new_pack.vgp9lm/_old  2025-04-09 21:51:09.092344886 +0200
+++ /var/tmp/diff_new_pack.vgp9lm/_new  2025-04-09 21:51:09.132346571 +0200
@@ -24,7 +24,7 @@
     <specification>openSUSE Tumbleweed BCI Minimal Container 
Image</specification>
   </description>
   <preferences>
-    <type image="docker" 
derived_from="obsrepositories:/opensuse/bci/bci-micro#latest">
+    <type image="docker">
       <containerconfig
           name="opensuse/bci/bci-minimal"
           tag="%OS_VERSION_ID_SP%-%RELEASE%"
@@ -65,8 +65,12 @@
     <package name="libzio1"/>
   </packages>
   <packages type="bootstrap">
+    <package name="bash"/>
+    <package name="ca-certificates-mozilla-prebuilt"/>
+    <package name="coreutils"/>
     <package name="openSUSE-release"/>
     <package name="openSUSE-release-appliance-docker"/>
+    <package name="jdupes"/>
     <package name="rpm"/>
   </packages>
 

++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.vgp9lm/_old  2025-04-09 21:51:09.604366455 +0200
+++ /var/tmp/diff_new_pack.vgp9lm/_new  2025-04-09 21:51:09.644368140 +0200
@@ -24,6 +24,13 @@
     rpm -e compat-usrmerge-tools
 fi
 
+# don't have duplicate licenses of the same type
+jdupes -1 -L -r /usr/share/licenses
+rpm -e jdupes
+
+# Will be recreated by the next rpm(1) run as root user
+rm -v /usr/lib/sysimage/rpm/Index.db
+
 
 #=======================================
 # Clean up after zypper if it is present

Reply via email to