Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kiwi-images-vagrant for openSUSE:Factory checked in at 2026-02-14 21:36:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kiwi-images-vagrant (Old) and /work/SRC/openSUSE:Factory/.kiwi-images-vagrant.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi-images-vagrant" Sat Feb 14 21:36:46 2026 rev:15 rq:1332083 version:1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kiwi-images-vagrant/Tumbleweed.changes 2025-04-15 16:47:44.555718266 +0200 +++ /work/SRC/openSUSE:Factory/.kiwi-images-vagrant.new.1977/Tumbleweed.changes 2026-02-14 21:37:34.925301083 +0100 @@ -1,0 +2,8 @@ +Sat Feb 7 12:15:45 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Prepare for libzypp supportng UAPI-style configuration: pull in + zypp-{no-recommends,excludedocs,no-multiversion} and stop + patching zypp.conf if the used libzypp version actually does + support those drop-in configuation packages. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Tumbleweed.kiwi ++++++ --- /var/tmp/diff_new_pack.Z7jUs3/_old 2026-02-14 21:37:36.401361926 +0100 +++ /var/tmp/diff_new_pack.Z7jUs3/_new 2026-02-14 21:37:36.405362091 +0100 @@ -92,6 +92,12 @@ <package name="kernel-default"/> <package name="timezone"/> + <!-- Configure libzypp accordingly: no-recommends, excludedocs, no multiversion --> + <package name="zypp-excludedocs"/> + <package name="zypp-no-multiversion"/> + <package name="zypp-no-recommends"/> + + <!-- For Ansible's zypper module --> <package name="python3"/> <package name="python3-xml"/> ++++++ config.sh ++++++ --- /var/tmp/diff_new_pack.Z7jUs3/_old 2026-02-14 21:37:36.485365389 +0100 +++ /var/tmp/diff_new_pack.Z7jUs3/_new 2026-02-14 21:37:36.489365554 +0100 @@ -46,6 +46,10 @@ #-------------------------------------- suseImportBuildKey +if [ -f /etc/zypp/zypp.conf ]; then +# in case /etc/zypp.zypp.conf exists, we attempt to patch it. With recent libzypp +# versions, this will not happen; In this case, we have zypp-* packages in the packages +# list taking care of the configuration #====================================== # Disable recommends #-------------------------------------- @@ -60,6 +64,7 @@ # Exclude the installation of multiversion kernels #-------------------------------------- sed -i 's/^multiversion/# multiversion/' /etc/zypp/zypp.conf +fi #====================================== # Setup default target, multi-user
