Hello community, here is the log from the commit of package read-only-root-fs for openSUSE:Factory checked in at 2020-01-24 14:20:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/read-only-root-fs (Old) and /work/SRC/openSUSE:Factory/.read-only-root-fs.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "read-only-root-fs" Fri Jan 24 14:20:44 2020 rev:11 rq:766129 version:1.0+git20200121.5ed8d15 Changes: -------- --- /work/SRC/openSUSE:Factory/read-only-root-fs/read-only-root-fs.changes 2019-12-07 15:15:04.751798468 +0100 +++ /work/SRC/openSUSE:Factory/.read-only-root-fs.new.26092/read-only-root-fs.changes 2020-01-24 14:20:46.790611239 +0100 @@ -1,0 +2,6 @@ +Tue Jan 21 17:35:13 UTC 2020 - [email protected] + +- Update to version 1.0+git20200121.5ed8d15: + * Always mount /root during initrd [boo#1161264] + +------------------------------------------------------------------- Old: ---- read-only-root-fs-1.0+git20191203.3f7cc07.tar.xz New: ---- read-only-root-fs-1.0+git20200121.5ed8d15.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ read-only-root-fs.spec ++++++ --- /var/tmp/diff_new_pack.ILRy9Z/_old 2020-01-24 14:20:47.674611550 +0100 +++ /var/tmp/diff_new_pack.ILRy9Z/_new 2020-01-24 14:20:47.678611552 +0100 @@ -1,7 +1,7 @@ # # spec file for package read-only-root-fs # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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+git20191203.3f7cc07 +Version: 1.0+git20200121.5ed8d15 Release: 0 Summary: Files and Scripts for a RO root fileystem License: GPL-2.0-or-later ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.ILRy9Z/_old 2020-01-24 14:20:47.710611563 +0100 +++ /var/tmp/diff_new_pack.ILRy9Z/_new 2020-01-24 14:20:47.710611563 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/openSUSE/read-only-root-fs.git</param> - <param name="changesrevision">1d33f76a60f2a86fce7c8cecc537bed4e14c6385</param> + <param name="changesrevision">5ed8d156fbe7e16eee305a9747eaa158e92e3cba</param> </service> </servicedata> \ No newline at end of file ++++++ read-only-root-fs-1.0+git20191203.3f7cc07.tar.xz -> read-only-root-fs-1.0+git20200121.5ed8d15.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/read-only-root-fs-1.0+git20191203.3f7cc07/usr/sbin/setup-fstab-for-overlayfs new/read-only-root-fs-1.0+git20200121.5ed8d15/usr/sbin/setup-fstab-for-overlayfs --- old/read-only-root-fs-1.0+git20191203.3f7cc07/usr/sbin/setup-fstab-for-overlayfs 2019-12-03 00:24:23.000000000 +0100 +++ new/read-only-root-fs-1.0+git20200121.5ed8d15/usr/sbin/setup-fstab-for-overlayfs 2020-01-21 18:33:49.000000000 +0100 @@ -27,5 +27,6 @@ # Workaround for bsc#1121279 gawk -i inplace '$2 == "/var" { $4 = $4",x-initrd.mount" } { print $0 }' /etc/fstab +gawk -i inplace '$2 == "/root" { $4 = $4",x-initrd.mount" } { print $0 }' /etc/fstab exit 0
