]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- move back tmpfiles to /usr/lib, looks like systemd does the right thing
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 30 Jan 2012 10:25:54 +0000 (10:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  and mounts all local fs-es before starting tmpfiles

Changed files:
    systemd.spec -> 1.100

systemd.spec

index 27eb023123b6c57e682679345c326e0e70a952c0..230480fe3fd107bb9a6fc88c6c8ac9d9c5312631 100644 (file)
@@ -67,7 +67,7 @@ Requires:     SysVinit-tools
 Requires:      agetty
 Requires:      dbus >= 1.3.2
 Requires:      dbus-systemd
-Requires:      filesystem >= 4.0
+Requires:      filesystem >= 4.0-2
 Requires:      rc-scripts >= 0.4.5.1-7
 Requires:      setup >= 2.8.0-2
 Requires:      udev-core >= 1:172
@@ -497,7 +497,7 @@ fi
 %dir %{_sysconfdir}/systemd
 %dir %{_sysconfdir}/systemd/system
 %dir %{_sysconfdir}/tmpfiles.d
-%config(noreplace,missingok) %{_sysconfdir}/tmpfiles.d/*.conf
+%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/tmpfiles.d/*.conf
 %dir %{_libexecdir}/binfmt.d
 %dir %{_libexecdir}/modules-load.d
 %dir %{_libexecdir}/sysctl.d
This page took 0.255231 seconds and 4 git commands to generate.