Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package read-only-root-fs for openSUSE:Factory checked in at 2022-08-09 15:25:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/read-only-root-fs (Old) and /work/SRC/openSUSE:Factory/.read-only-root-fs.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "read-only-root-fs" Tue Aug 9 15:25:53 2022 rev:16 rq:993755 version:1.0+git20220808.cd59f4f Changes: -------- --- /work/SRC/openSUSE:Factory/read-only-root-fs/read-only-root-fs.changes 2022-08-04 13:23:06.252437506 +0200 +++ /work/SRC/openSUSE:Factory/.read-only-root-fs.new.1521/read-only-root-fs.changes 2022-08-09 15:25:55.517209096 +0200 @@ -1,0 +2,12 @@ +Mon Aug 08 09:53:28 UTC 2022 - fv...@suse.com + +- Update to version 1.0+git20220808.cd59f4f: + * Fix writableagain.conf + +------------------------------------------------------------------- +Fri Aug 05 12:45:16 UTC 2022 - fv...@suse.com + +- Update to version 1.0+git20220805.4a3d850: + * Work around read-only state of subvolumes in a different way + +------------------------------------------------------------------- Old: ---- read-only-root-fs-1.0+git20220801.cbb90bc.tar.xz New: ---- read-only-root-fs-1.0+git20220808.cd59f4f.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ read-only-root-fs.spec ++++++ --- /var/tmp/diff_new_pack.P3cSUw/_old 2022-08-09 15:25:56.077210696 +0200 +++ /var/tmp/diff_new_pack.P3cSUw/_new 2022-08-09 15:25:56.081210708 +0200 @@ -17,7 +17,7 @@ Name: read-only-root-fs -Version: 1.0+git20220801.cbb90bc +Version: 1.0+git20220808.cd59f4f Release: 0 Summary: Files and Scripts for a RO root fileystem License: GPL-2.0-or-later @@ -99,7 +99,7 @@ %dir %{_prefix}/lib/systemd/system/systemd-journal-flush.service.d %{_prefix}/lib/systemd/system/systemd-journal-flush.service.d/afterlocalfs.conf %dir %{_prefix}/lib/systemd/system/systemd-remount-fs.service.d -%{_prefix}/lib/systemd/system/systemd-remount-fs.service.d/before-boot-writable.conf +%{_prefix}/lib/systemd/system/systemd-remount-fs.service.d/writableagain.conf %dir %{_sysconfdir}/grub.d %config(noreplace) %{_sysconfdir}/grub.d/01_suse_ro_root ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.P3cSUw/_old 2022-08-09 15:25:56.133210856 +0200 +++ /var/tmp/diff_new_pack.P3cSUw/_new 2022-08-09 15:25:56.137210867 +0200 @@ -1,7 +1,7 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/read-only-root-fs.git</param> - <param name="changesrevision">cbb90bc1641f8e339449067633559bc1da26f6f7</param> + <param name="changesrevision">146e952e192ab2bf11fd5988b96a141ddc07b1a4</param> </service> </servicedata> (No newline at EOF) ++++++ read-only-root-fs-1.0+git20220801.cbb90bc.tar.xz -> read-only-root-fs-1.0+git20220808.cd59f4f.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/read-only-root-fs-1.0+git20220801.cbb90bc/usr/lib/systemd/system/systemd-remount-fs.service.d/before-boot-writable.conf new/read-only-root-fs-1.0+git20220808.cd59f4f/usr/lib/systemd/system/systemd-remount-fs.service.d/before-boot-writable.conf --- old/read-only-root-fs-1.0+git20220801.cbb90bc/usr/lib/systemd/system/systemd-remount-fs.service.d/before-boot-writable.conf 2022-08-01 16:13:49.000000000 +0200 +++ new/read-only-root-fs-1.0+git20220808.cd59f4f/usr/lib/systemd/system/systemd-remount-fs.service.d/before-boot-writable.conf 1970-01-01 01:00:00.000000000 +0100 @@ -1,6 +0,0 @@ -[Unit] -# Make sure that at least one subvolume is mounted after the ro-remount -# of /, so that when local-fs.target is reached, the filesystem is writable -# again (boo#1156421). Otherwise, systemd-remount-fs.service might run after -# subvolume mounts, leaving / read-only (boo#1202000). -Before=boot-writable.mount diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/read-only-root-fs-1.0+git20220801.cbb90bc/usr/lib/systemd/system/systemd-remount-fs.service.d/writableagain.conf new/read-only-root-fs-1.0+git20220808.cd59f4f/usr/lib/systemd/system/systemd-remount-fs.service.d/writableagain.conf --- old/read-only-root-fs-1.0+git20220801.cbb90bc/usr/lib/systemd/system/systemd-remount-fs.service.d/writableagain.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/read-only-root-fs-1.0+git20220808.cd59f4f/usr/lib/systemd/system/systemd-remount-fs.service.d/writableagain.conf 2022-08-08 11:41:53.000000000 +0200 @@ -0,0 +1,5 @@ +[Service] +# Make sure that at least one subvolume is mounted RW after the +# ro-remount of /, so that the filesystem is writable again as +# quickly as possible (boo#1156421). +ExecStart=/bin/sh -e -c 'if mountpoint -q /boot/writable; then mount -o remount,rw /boot/writable; fi'