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 2024-02-29 21:49:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/read-only-root-fs (Old)
and /work/SRC/openSUSE:Factory/.read-only-root-fs.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "read-only-root-fs"
Thu Feb 29 21:49:12 2024 rev:17 rq:1152966 version:1.0+git20240228.d85232a
Changes:
--------
--- /work/SRC/openSUSE:Factory/read-only-root-fs/read-only-root-fs.changes
2022-08-09 15:25:55.517209096 +0200
+++
/work/SRC/openSUSE:Factory/.read-only-root-fs.new.1770/read-only-root-fs.changes
2024-02-29 21:49:17.491650190 +0100
@@ -1,0 +2,6 @@
+Wed Feb 28 15:15:15 UTC 2024 - [email protected]
+
+- Update to version 1.0+git20240228.d85232a:
+ * etc/grub.d/01_suse_ro_root: Don't btrfs-mount-subvol inside grub-emu
+
+-------------------------------------------------------------------
Old:
----
read-only-root-fs-1.0+git20220808.cd59f4f.tar.xz
New:
----
read-only-root-fs-1.0+git20240228.d85232a.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ read-only-root-fs.spec ++++++
--- /var/tmp/diff_new_pack.ifRbmI/_old 2024-02-29 21:49:18.495686624 +0100
+++ /var/tmp/diff_new_pack.ifRbmI/_new 2024-02-29 21:49:18.499686769 +0100
@@ -1,7 +1,7 @@
#
# spec file for package read-only-root-fs
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: read-only-root-fs
-Version: 1.0+git20220808.cd59f4f
+Version: 1.0+git20240228.d85232a
Release: 0
Summary: Files and Scripts for a RO root fileystem
License: GPL-2.0-or-later
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.ifRbmI/_old 2024-02-29 21:49:18.543688366 +0100
+++ /var/tmp/diff_new_pack.ifRbmI/_new 2024-02-29 21:49:18.547688511 +0100
@@ -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">146e952e192ab2bf11fd5988b96a141ddc07b1a4</param>
+ <param
name="changesrevision">d85232a9c138eb6dc768c97ac3a5b2d80c16b7e6</param>
</service>
</servicedata>
(No newline at EOF)
++++++ read-only-root-fs-1.0+git20220808.cd59f4f.tar.xz ->
read-only-root-fs-1.0+git20240228.d85232a.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/read-only-root-fs-1.0+git20220808.cd59f4f/etc/grub.d/01_suse_ro_root
new/read-only-root-fs-1.0+git20240228.d85232a/etc/grub.d/01_suse_ro_root
--- old/read-only-root-fs-1.0+git20220808.cd59f4f/etc/grub.d/01_suse_ro_root
2022-08-08 11:41:53.000000000 +0200
+++ new/read-only-root-fs-1.0+git20240228.d85232a/etc/grub.d/01_suse_ro_root
2024-02-28 14:01:51.000000000 +0100
@@ -7,7 +7,9 @@
# On read-only root file systems /boot/writable provides a writeable
# subvolume, e.g. to store the GRUB environment block.
set boot_rw_subvol=${boot_rw_subvol}
-btrfs-mount-subvol "(\${root})" "\${boot_rw_subvol}" "$(${grub_mkrelpath}
${boot_rw_subvol})"
+if [ "\${root}" != "host" ]; then
+ btrfs-mount-subvol "(\${root})" "\${boot_rw_subvol}" "$(${grub_mkrelpath}
${boot_rw_subvol})"
+fi
# Use above location to load GRUB environment variables
if [ -f \${boot_rw_subvol}/grubenv ]; then