Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package opensuse-tumbleweed-image for
openSUSE:Factory checked in at 2026-02-14 21:36:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opensuse-tumbleweed-image (Old)
and /work/SRC/openSUSE:Factory/.opensuse-tumbleweed-image.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opensuse-tumbleweed-image"
Sat Feb 14 21:36:55 2026 rev:35 rq:1332498 version:unknown
Changes:
--------
---
/work/SRC/openSUSE:Factory/opensuse-tumbleweed-image/opensuse-tumbleweed-image.changes
2025-05-07 19:16:46.827995745 +0200
+++
/work/SRC/openSUSE:Factory/.opensuse-tumbleweed-image.new.1977/opensuse-tumbleweed-image.changes
2026-02-14 21:37:44.517696481 +0100
@@ -1,0 +2,7 @@
+Mon Feb 9 16:31:14 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:
------------------
++++++ config.kiwi ++++++
--- /var/tmp/diff_new_pack.cHIfYJ/_old 2026-02-14 21:37:45.873752377 +0100
+++ /var/tmp/diff_new_pack.cHIfYJ/_new 2026-02-14 21:37:45.901753532 +0100
@@ -95,6 +95,9 @@
<package name="timezone"/>
<package name="user(nobody)"/> <!-- Needed for Podman, see bsc#1212118 -->
<package name="zypper"/>
+ <!-- Configure zypper for no-recommends and excludedocs -->
+ <package name="zypp-excludedocs"/>
+ <package name="zypp-no-recommends"/>
<!-- Only used in config.sh and then removed again -->
<package name="jdupes"/>
<package name="live-add-yast-repos"/>
++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.cHIfYJ/_old 2026-02-14 21:37:46.449776121 +0100
+++ /var/tmp/diff_new_pack.cHIfYJ/_new 2026-02-14 21:37:46.481777440 +0100
@@ -24,15 +24,18 @@
# which would avoid it being installed by the filesystem package
rpm -e compat-usrmerge-tools
-#======================================
-# Disable recommends
-#--------------------------------------
-sed -i 's/.*solver.onlyRequires.*/solver.onlyRequires = true/g'
/etc/zypp/zypp.conf
-
-#======================================
-# Exclude docs installation
-#--------------------------------------
-sed -i 's/.*rpm.install.excludedocs.*/rpm.install.excludedocs = yes/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
+ #--------------------------------------
+ sed -i 's/.*solver.onlyRequires.*/solver.onlyRequires = true/g'
/etc/zypp/zypp.conf
+
+ #======================================
+ # Exclude docs installation
+ #--------------------------------------
+ sed -i 's/.*rpm.install.excludedocs.*/rpm.install.excludedocs = yes/g'
/etc/zypp/zypp.conf
+fi
#======================================
# Remove locale files