]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- restore /var/lock and /var/run mounts as deps of local-fs.target
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 30 May 2012 11:09:06 +0000 (11:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    systemd.spec -> 1.166

systemd.spec

index 85bf91f8d7efa9d126573969000b65fc1c7fde33..769d705df163f07a879d4500ec0bedb7f0336b1e 100644 (file)
@@ -39,7 +39,7 @@ Summary(pl.UTF-8):    systemd - zarządca systemu i usług dla Linuksa
 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
@@ -718,6 +718,8 @@ cp -p %{SOURCE3} $RPM_BUILD_ROOT%{systemdunitdir}/network.service
 # 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
This page took 0.041435 seconds and 4 git commands to generate.