Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package aeon-check for openSUSE:Factory checked in at 2025-07-16 17:36:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aeon-check (Old) and /work/SRC/openSUSE:Factory/.aeon-check.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aeon-check" Wed Jul 16 17:36:16 2025 rev:5 rq:1293782 version:1.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/aeon-check/aeon-check.changes 2025-05-14 17:02:31.350542495 +0200 +++ /work/SRC/openSUSE:Factory/.aeon-check.new.7373/aeon-check.changes 2025-07-16 17:36:46.408015498 +0200 @@ -1,0 +2,6 @@ +Wed Jul 16 11:22:05 UTC 2025 - Richard Brown <rbr...@suse.com> + +- Update to version 1.0.6: + * boo1246605 - use 'ro=vfs' in fstab + +------------------------------------------------------------------- Old: ---- aeon-check-1.0.4.obscpio aeon-check-1.0.5.obscpio New: ---- aeon-check-1.0.6.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aeon-check.spec ++++++ --- /var/tmp/diff_new_pack.gk6XwL/_old 2025-07-16 17:36:49.696152986 +0200 +++ /var/tmp/diff_new_pack.gk6XwL/_new 2025-07-16 17:36:49.708153488 +0200 @@ -17,7 +17,7 @@ Name: aeon-check -Version: 1.0.5 +Version: 1.0.6 Release: 0 Summary: Aeon Check and Repair Tool License: MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.gk6XwL/_old 2025-07-16 17:36:49.968164360 +0200 +++ /var/tmp/diff_new_pack.gk6XwL/_new 2025-07-16 17:36:50.000165698 +0200 @@ -3,7 +3,7 @@ <service name="obs_scm" mode="manual"> <param name="url">https://github.com/AeonDesktop/aeon-check.git</param> <param name="scm">git</param> - <param name="revision">v1.0.5</param> + <param name="revision">v1.0.6</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> ++++++ aeon-check-1.0.4.obscpio -> aeon-check-1.0.6.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aeon-check-1.0.4/aeon-check new/aeon-check-1.0.6/aeon-check --- old/aeon-check-1.0.4/aeon-check 2025-05-14 11:51:07.000000000 +0200 +++ new/aeon-check-1.0.6/aeon-check 2025-07-16 13:20:08.000000000 +0200 @@ -67,14 +67,25 @@ # Problem: Aeon should be using Zypp's single RPM transaction backend # Solution: Add 'techpreview.ZYPP_SINGLE_RPMTRANS=1' to zypp.conf - if ! grep -xF 'techpreview.ZYPP_SINGLE_RPMTRANS=1' /etc/zypp/zypp.conf ; then + if ! grep -qxF 'techpreview.ZYPP_SINGLE_RPMTRANS=1' /etc/zypp/zypp.conf ; then echo 'boo1243182 detected - Not using ZYPP_SINGLE_RPMTRANS - correcting' echo 'techpreview.ZYPP_SINGLE_RPMTRANS=1' >> /etc/zypp/zypp.conf echo 'boo1243182 corrected' fi } +boo1246605() { + # Problem: Aeon should have 'ro=vfs' as a mount attribute for / in /etc/fstab + # Solution: Add 'ro=vfs' as a mount attribute for / in /etc/fstab + if gawk '$2 == "/" && $4 != "compress=zstd:1,ro=vfs"' /etc/fstab | grep -q / ; then + echo 'boo1246605 detected - fstab not using ro=vfs for / - correcting' + gawk -i inplace '$2 == "/" && $4 != "compress=zstd:1,ro=vfs" { $4 = "compress=zstd:1,ro=vfs" } { print $0 }' /etc/fstab + echo 'boo1246605 corrected' + fi +} + # Active fixes executed in order of importance +boo1246605 boo1243182 boo1234234 ++++++ aeon-check.obsinfo ++++++ --- /var/tmp/diff_new_pack.gk6XwL/_old 2025-07-16 17:36:50.708195303 +0200 +++ /var/tmp/diff_new_pack.gk6XwL/_new 2025-07-16 17:36:50.712195470 +0200 @@ -1,5 +1,5 @@ name: aeon-check -version: 1.0.5 -mtime: 1747223505 -commit: e80b983d0480b1c3cdafc129cae8e8ffc0fd9c39 +version: 1.0.6 +mtime: 1752664808 +commit: 38ccbcf78fb93f1aa0eccb018d634820e4a88f6f