Accepting request 992538 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/992538 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/read-only-root-fs?expand=0&rev=15
This commit is contained in:
parent
a5f35d8adb
commit
70f44bb55d
2
_service
2
_service
@ -2,7 +2,7 @@
|
|||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="version">1.0</param>
|
<param name="version">1.0</param>
|
||||||
<param name="versionformat">1.0+git%cd.%h</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="scm">git</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<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="changesrevision">1258c2a7af9c0f7435b859860d19a8536b6964a4</param>
|
<param name="changesrevision">cbb90bc1641f8e339449067633559bc1da26f6f7</param>
|
||||||
</service>
|
</service>
|
||||||
</servicedata>
|
</servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:644b751a7a4e174478fee5930ad108155130efd48c03d2e4293f01e4a0eeca3d
|
|
||||||
size 8696
|
|
3
read-only-root-fs-1.0+git20220801.cbb90bc.tar.xz
Normal file
3
read-only-root-fs-1.0+git20220801.cbb90bc.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:69af1d7c467e5ad453b2c210a4d4c419cb454311961c9a3f54c45228ef1b4c3d
|
||||||
|
size 8864
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 01 14:14:08 UTC 2022 - iforster@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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 2 08:53:55 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
Wed Sep 2 08:53:55 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package read-only-root-fs
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: read-only-root-fs
|
Name: read-only-root-fs
|
||||||
Version: 1.0+git20200730.1243fd0
|
Version: 1.0+git20220801.cbb90bc
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Files and Scripts for a RO root fileystem
|
Summary: Files and Scripts for a RO root fileystem
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -98,6 +98,8 @@ exit 0
|
|||||||
%{_prefix}/lib/systemd/system/systemd-udevd.service.d/etcmount.conf
|
%{_prefix}/lib/systemd/system/systemd-udevd.service.d/etcmount.conf
|
||||||
%dir %{_prefix}/lib/systemd/system/systemd-journal-flush.service.d
|
%dir %{_prefix}/lib/systemd/system/systemd-journal-flush.service.d
|
||||||
%{_prefix}/lib/systemd/system/systemd-journal-flush.service.d/afterlocalfs.conf
|
%{_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
|
%dir %{_sysconfdir}/grub.d
|
||||||
%config(noreplace) %{_sysconfdir}/grub.d/01_suse_ro_root
|
%config(noreplace) %{_sysconfdir}/grub.d/01_suse_ro_root
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user