Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tik-osimage-Aeon for openSUSE:Factory checked in at 2025-05-07 19:16:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tik-osimage-Aeon (Old) and /work/SRC/openSUSE:Factory/.tik-osimage-Aeon.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tik-osimage-Aeon" Wed May 7 19:16:28 2025 rev:8 rq:1274822 version:0.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/tik-osimage-Aeon/tik-osimage-Aeon.changes 2024-10-10 22:11:13.161624679 +0200 +++ /work/SRC/openSUSE:Factory/.tik-osimage-Aeon.new.30101/tik-osimage-Aeon.changes 2025-05-07 19:16:51.804203127 +0200 @@ -1,0 +2,11 @@ +Tue May 6 08:11:44 UTC 2025 - Richard Brown <rbr...@suse.de> + +- Setup /etc subvolume for transactional-update v5.0+ + +------------------------------------------------------------------- +Fri May 2 11:59:05 UTC 2025 - Richard Brown <rbr...@suse.com> + +- No longer setup fstab for overlayfs thanks to + transactional-update v5.0+ + +------------------------------------------------------------------- New: ---- disk.sh ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ config.sh ++++++ --- /var/tmp/diff_new_pack.Ey4CZI/_old 2025-05-07 19:16:52.264222298 +0200 +++ /var/tmp/diff_new_pack.Ey4CZI/_new 2025-05-07 19:16:52.268222465 +0200 @@ -97,7 +97,6 @@ #!/bin/sh set -eux -/usr/sbin/setup-fstab-for-overlayfs # ... set options for autoexpanding /home gawk -i inplace '$2 == "/home" { $4 = $4",x-systemd.growfs" } { print $0 }' /etc/fstab # workaround https://github.com/systemd/systemd/issues/927, drop the ro from the fstab mount ++++++ disk.sh ++++++ #!/bin/bash set -euxo pipefail # Setup etc subvolume for T-U v5.0+ /usr/libexec/setup-etc-subvol