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-04 13:22:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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"

Thu Aug  4 13:22:55 2022 rev:15 rq:992538 version:1.0+git20220801.cbb90bc

Changes:
--------
--- /work/SRC/openSUSE:Factory/read-only-root-fs/read-only-root-fs.changes      
2020-09-05 23:58:20.423131794 +0200
+++ 
/work/SRC/openSUSE:Factory/.read-only-root-fs.new.1521/read-only-root-fs.changes
    2022-08-04 13:23:06.252437506 +0200
@@ -1,0 +2,8 @@
+Mon Aug 01 14:14:08 UTC 2022 - ifors...@suse.com
+
+- Update to version 1.0+git20220801.cbb90bc:
+  * Add another workaround for read-only subvolumes (boo#1202000)
+  * Correctly declare mount-overlay.sh as Bash file
+- Update source service URL
+
+-------------------------------------------------------------------

Old:
----
  read-only-root-fs-1.0+git20200730.1243fd0.tar.xz

New:
----
  read-only-root-fs-1.0+git20220801.cbb90bc.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ read-only-root-fs.spec ++++++
--- /var/tmp/diff_new_pack.fBD0at/_old  2022-08-04 13:23:06.828439140 +0200
+++ /var/tmp/diff_new_pack.fBD0at/_new  2022-08-04 13:23:06.832439152 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package read-only-root-fs
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 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+git20200730.1243fd0
+Version:        1.0+git20220801.cbb90bc
 Release:        0
 Summary:        Files and Scripts for a RO root fileystem
 License:        GPL-2.0-or-later
@@ -98,6 +98,8 @@
 %{_prefix}/lib/systemd/system/systemd-udevd.service.d/etcmount.conf
 %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
 %dir %{_sysconfdir}/grub.d
 %config(noreplace) %{_sysconfdir}/grub.d/01_suse_ro_root
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.fBD0at/_old  2022-08-04 13:23:06.876439276 +0200
+++ /var/tmp/diff_new_pack.fBD0at/_new  2022-08-04 13:23:06.884439299 +0200
@@ -2,7 +2,7 @@
   <service name="tar_scm" mode="disabled">
     <param name="version">1.0</param>
     <param name="versionformat">1.0+git%cd.%h</param>
-    <param name="url">git://github.com/openSUSE/read-only-root-fs.git</param>
+    <param name="url">https://github.com/openSUSE/read-only-root-fs.git</param>
     <param name="scm">git</param>
     <param name="changesgenerate">enable</param>
   </service>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.fBD0at/_old  2022-08-04 13:23:06.904439356 +0200
+++ /var/tmp/diff_new_pack.fBD0at/_new  2022-08-04 13:23:06.908439367 +0200
@@ -1,8 +1,8 @@
 <servicedata>
   <service name="tar_scm">
-    <param name="url">git://github.com/openSUSE/read-only-root-fs.git</param>
-    <param 
name="changesrevision">1258c2a7af9c0f7435b859860d19a8536b6964a4</param>
- </service>
+    <param name="url">https://github.com/openSUSE/read-only-root-fs.git</param>
+    <param 
name="changesrevision">cbb90bc1641f8e339449067633559bc1da26f6f7</param>
+  </service>
 </servicedata>
 (No newline at EOF)
 

++++++ read-only-root-fs-1.0+git20200730.1243fd0.tar.xz -> 
read-only-root-fs-1.0+git20220801.cbb90bc.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/read-only-root-fs-1.0+git20200730.1243fd0/usr/lib/dracut/modules.d/99volatile-overlay/mount-overlay.sh
 
new/read-only-root-fs-1.0+git20220801.cbb90bc/usr/lib/dracut/modules.d/99volatile-overlay/mount-overlay.sh
--- 
old/read-only-root-fs-1.0+git20200730.1243fd0/usr/lib/dracut/modules.d/99volatile-overlay/mount-overlay.sh
  2020-07-30 19:32:45.000000000 +0200
+++ 
new/read-only-root-fs-1.0+git20220801.cbb90bc/usr/lib/dracut/modules.d/99volatile-overlay/mount-overlay.sh
  2022-08-01 16:13:49.000000000 +0200
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 type getarg >/dev/null 2>&1 || . /lib/dracut-lib.sh
 type det_fs >/dev/null 2>&1 || . /lib/fs-lib.sh
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/read-only-root-fs-1.0+git20200730.1243fd0/usr/lib/systemd/system/systemd-remount-fs.service.d/before-boot-writable.conf
 
new/read-only-root-fs-1.0+git20220801.cbb90bc/usr/lib/systemd/system/systemd-remount-fs.service.d/before-boot-writable.conf
--- 
old/read-only-root-fs-1.0+git20200730.1243fd0/usr/lib/systemd/system/systemd-remount-fs.service.d/before-boot-writable.conf
 1970-01-01 01:00:00.000000000 +0100
+++ 
new/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
@@ -0,0 +1,6 @@
+[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

Reply via email to