packages: systemd/systemd.spec - restore /var/lock and /var/run mounts as d...

baggins baggins at pld-linux.org
Wed May 30 13:09:11 CEST 2012


Author: baggins                      Date: Wed May 30 11:09:11 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- restore /var/lock and /var/run mounts as deps of local-fs.target

---- Files affected:
packages/systemd:
   systemd.spec (1.165 -> 1.166) 

---- Diffs:

================================================================
Index: packages/systemd/systemd.spec
diff -u packages/systemd/systemd.spec:1.165 packages/systemd/systemd.spec:1.166
--- packages/systemd/systemd.spec:1.165	Wed May 30 12:19:41 2012
+++ packages/systemd/systemd.spec	Wed May 30 13:09:06 2012
@@ -40,7 +40,7 @@
 Name:		systemd
 # Verify ChangeLog and NEWS when updating (since there are incompatible/breaking changes very often)
 Version:	183
-Release:	0.2
+Release:	0.3
 Epoch:		1
 License:	GPL v2+
 Group:		Base
@@ -719,6 +719,8 @@
 # we don't have those directories symlinked
 cp -p %{SOURCE4} $RPM_BUILD_ROOT%{systemdunitdir}/var-lock.mount
 cp -p %{SOURCE5} $RPM_BUILD_ROOT%{systemdunitdir}/var-run.mount
+ln -s ../var-lock.mount $RPM_BUILD_ROOT%{systemdunitdir}/local-fs.target.wants
+ln -s ../var-run.mount $RPM_BUILD_ROOT%{systemdunitdir}/local-fs.target.wants
 
 # and remove tmp on tmpfs mount
 %{__rm} $RPM_BUILD_ROOT%{systemdunitdir}/tmp.mount
@@ -1348,6 +1350,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.166  2012/05/30 11:09:06  baggins
+- restore /var/lock and /var/run mounts as deps of local-fs.target
+
 Revision 1.165  2012/05/30 10:19:41  baggins
 - add epoch to internal reqs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/systemd/systemd.spec?r1=1.165&r2=1.166



More information about the pld-cvs-commit mailing list