[initscripts/f18] remount-rootfs.service got renamed to systemd-remount-fs.service

Václav Pavlín vpavlin at fedoraproject.org
Fri Mar 15 13:58:41 UTC 2013


commit c4ff60d3b7fc5eebea85dd1284b6f4167007a3b9
Author: Václav Pavlín <vpavlin at redhat.com>
Date:   Fri Mar 15 14:56:32 2013 +0100

    remount-rootfs.service got renamed to systemd-remount-fs.service

 ...tfs.service-got-renamed-to-systemd-remoun.patch |   40 ++++++++++++++++++++
 initscripts.spec                                   |    7 +++-
 2 files changed, 46 insertions(+), 1 deletions(-)
---
diff --git a/0001-remount-rootfs.service-got-renamed-to-systemd-remoun.patch b/0001-remount-rootfs.service-got-renamed-to-systemd-remoun.patch
new file mode 100644
index 0000000..543e41f
--- /dev/null
+++ b/0001-remount-rootfs.service-got-renamed-to-systemd-remoun.patch
@@ -0,0 +1,40 @@
+From 7ae0decf762beed8ff17c03fd203e78e3108b46b Mon Sep 17 00:00:00 2001
+From: Harald Hoyer <harald at redhat.com>
+Date: Tue, 12 Mar 2013 13:58:09 +0100
+Subject: [PATCH] remount-rootfs.service got renamed to
+ systemd-remount-fs.service
+
+---
+ systemd/system/fedora-import-state.service | 2 +-
+ systemd/system/fedora-readonly.service     | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/systemd/system/fedora-import-state.service b/systemd/system/fedora-import-state.service
+index 00d3d06..7425fba 100644
+--- a/systemd/system/fedora-import-state.service
++++ b/systemd/system/fedora-import-state.service
+@@ -5,7 +5,7 @@ ConditionPathIsReadWrite=/
+ ConditionDirectoryNotEmpty=/run/initramfs/state
+ Conflicts=shutdown.target
+ Before=shutdown.target emergency.service emergency.target systemd-tmpfiles-setup.service
+-After=remount-rootfs.service
++After=systemd-remount-fs.service
+ 
+ [Service]
+ ExecStart=/lib/systemd/fedora-import-state
+diff --git a/systemd/system/fedora-readonly.service b/systemd/system/fedora-readonly.service
+index 2a7db25..cc87979 100644
+--- a/systemd/system/fedora-readonly.service
++++ b/systemd/system/fedora-readonly.service
+@@ -3,7 +3,7 @@ Description=Configure read-only root support
+ DefaultDependencies=no
+ Conflicts=shutdown.target
+ Before=shutdown.target emergency.service emergency.target systemd-tmpfiles-setup.service local-fs.target
+-After=remount-rootfs.service
++After=systemd-remount-fs.service
+ 
+ [Service]
+ ExecStart=/lib/systemd/fedora-readonly
+-- 
+1.8.1.4
+
diff --git a/initscripts.spec b/initscripts.spec
index 930fc40..bea627b 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -4,10 +4,11 @@ Version: 9.42.2
 # ppp-watch is GPLv2+, everything else is GPLv2
 License: GPLv2 and GPLv2+
 Group: System Environment/Base
-Release: 2%{?dist}
+Release: 3%{?dist}
 URL: http://fedorahosted.org/releases/i/n/initscripts/
 Source: http://fedorahosted.org/releases/i/n/initscripts/initscripts-%{version}.tar.bz2
 Patch0: 0001-remove-parameter-u-from-multipath-call-in-fedora-sto.patch
+Patch1: 0001-remount-rootfs.service-got-renamed-to-systemd-remoun.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Obsoletes: initscripts-legacy <= 9.39
 Requires: /bin/awk, sed, coreutils
@@ -52,6 +53,7 @@ Currently, this consists of various memory checking code.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 make
@@ -216,6 +218,9 @@ rm -rf $RPM_BUILD_ROOT
 /etc/profile.d/debug*
 
 %changelog
+* Fri Mar 15 2013 Václav Pavlín <vpavlin at redhat.com> - 9.42.2-3
+- remount-rootfs.service got renamed to systemd-remount-fs.service
+
 * Wed Mar 13 2013 Václav Pavlín <vpavlin at redhat.com> - 9.42.2-2
 - remove parameter -u from multipath call in fedora-storage-init (#908275)
 


More information about the scm-commits mailing list