Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kiwi-templates-Minimal for
openSUSE:Factory checked in at 2026-02-14 21:36:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi-templates-Minimal (Old)
and /work/SRC/openSUSE:Factory/.kiwi-templates-Minimal.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi-templates-Minimal"
Sat Feb 14 21:36:42 2026 rev:35 rq:1332071 version:84.87.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/kiwi-templates-Minimal/kiwi-templates-Minimal.changes
2025-11-14 16:13:37.994090383 +0100
+++
/work/SRC/openSUSE:Factory/.kiwi-templates-Minimal.new.1977/kiwi-templates-Minimal.changes
2026-02-14 21:37:31.285151038 +0100
@@ -1,0 +2,7 @@
+Tue Jan 20 11:06:49 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Use zypp-* configuration packages and patch zypp.conf only when
+ it still exists (i.e when libzypp is not yet updated)
+ (jsc#PED-14658).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Minimal.kiwi ++++++
--- /var/tmp/diff_new_pack.WpuTHK/_old 2026-02-14 21:37:32.517201821 +0100
+++ /var/tmp/diff_new_pack.WpuTHK/_new 2026-02-14 21:37:32.521201986 +0100
@@ -443,6 +443,9 @@
<!-- <package name="rsyslog"/> for SLE -->
<package name="systemd-logger"/> <!-- for openSUSE -->
<package name="zypper-needs-restarting"/> <!-- Some deployment script
use this (bsc#1173548) -->
+ <!-- Configure zypper for no-recommends and excludedocs -->
+ <package name="zypp-excludedocs"/>
+ <package name="zypp-no-recommends"/>
<package name="combustion >= 1.2"/> <!-- 1.2+ has improved
firstboot detection -->
<package name="NetworkManager"/>
<package name="dracut-kiwi-oem-repart"/>
++++++ kiwi-templates-Minimal.spec ++++++
--- /var/tmp/diff_new_pack.WpuTHK/_old 2026-02-14 21:37:32.565203800 +0100
+++ /var/tmp/diff_new_pack.WpuTHK/_new 2026-02-14 21:37:32.565203800 +0100
@@ -1,7 +1,7 @@
#
# spec file for package kiwi-templates-Minimal
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.WpuTHK/_old 2026-02-14 21:37:32.637206768 +0100
+++ /var/tmp/diff_new_pack.WpuTHK/_new 2026-02-14 21:37:32.641206933 +0100
@@ -158,15 +158,18 @@
exit 1
fi
-#======================================
-# Disable recommends on virtual images (keep hardware supplements, see
bsc#1089498)
-#--------------------------------------
-sed -i 's/.*solver.onlyRequires.*/solver.onlyRequires = true/g'
/etc/zypp/zypp.conf
+# if /etc/zypp/zypp.conf exists, patch it - otherwise rely on packages
providing functionality
+if [ -f /etc/zypp/zypp.conf ]; then
+ #======================================
+ # Disable recommends on virtual images (keep hardware supplements, see
bsc#1089498)
+ #--------------------------------------
+ sed -i 's/.*solver.onlyRequires.*/solver.onlyRequires = true/g'
/etc/zypp/zypp.conf
-#======================================
-# Disable installing documentation
-#--------------------------------------
-sed -i 's/.*rpm.install.excludedocs.*/rpm.install.excludedocs = yes/g'
/etc/zypp/zypp.conf
+ #======================================
+ # Disable installing documentation
+ #--------------------------------------
+ sed -i 's/.*rpm.install.excludedocs.*/rpm.install.excludedocs = yes/g'
/etc/zypp/zypp.conf
+fi
#======================================
# Configure FDE/BLS specifics