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-07-23 23:08:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi-templates-Minimal (Old)
and /work/SRC/openSUSE:Factory/.kiwi-templates-Minimal.new.2004 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi-templates-Minimal"
Thu Jul 23 23:08:33 2026 rev:41 rq:1366886 version:84.87.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/kiwi-templates-Minimal/kiwi-templates-Minimal.changes
2026-07-20 09:59:55.713318382 +0200
+++
/work/SRC/openSUSE:Factory/.kiwi-templates-Minimal.new.2004/kiwi-templates-Minimal.changes
2026-07-23 23:09:02.665552145 +0200
@@ -1,0 +2,6 @@
+Mon Jul 20 14:32:49 UTC 2026 - Fabian Vogt <[email protected]>
+
+- disk.sh: Simplify snapper configuration and add assertion for the
+ setup done by kiwi
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
kiwi-templates-Minimal.spec: same change
++++++ disk.sh ++++++
--- /var/tmp/diff_new_pack.HAhHn6/_old 2026-07-23 23:09:03.497581360 +0200
+++ /var/tmp/diff_new_pack.HAhHn6/_new 2026-07-23 23:09:03.509581782 +0200
@@ -3,13 +3,8 @@
if [ -x /usr/bin/snapper ]; then
echo "Adjusting snapper configuration"
- if ! [ -f /etc/snapper/configs/root ]; then
- echo "Snapper config missing?"
- exit 1
- fi
- sed -i'' 's/^TIMELINE_CREATE=.*$/TIMELINE_CREATE="no"/g'
/etc/snapper/configs/root
- sed -i'' 's/^NUMBER_LIMIT=.*$/NUMBER_LIMIT="2-10"/g'
/etc/snapper/configs/root
- sed -i''
's/^NUMBER_LIMIT_IMPORTANT=.*$/NUMBER_LIMIT_IMPORTANT="4-10"/g'
/etc/snapper/configs/root
+ grep -E '^SNAPPER_CONFIGS="root"' /etc/sysconfig/snapper # assert that
kiwi created and registered the default config
+ snapper --no-dbus set-config TIMELINE_CREATE=no NUMBER_LIMIT=2-10
NUMBER_LIMIT_IMPORTANT=4-10
fi
if [ -x /usr/bin/sdbootutil ]; then