packages: systemd/systemd.spec - move back tmpfiles to /usr/lib, looks like...

baggins baggins at pld-linux.org
Mon Jan 30 11:25:59 CET 2012


Author: baggins                      Date: Mon Jan 30 10:25:59 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- move back tmpfiles to /usr/lib, looks like systemd does the right thing
  and mounts all local fs-es before starting tmpfiles

---- Files affected:
packages/systemd:
   systemd.spec (1.99 -> 1.100) 

---- Diffs:

================================================================
Index: packages/systemd/systemd.spec
diff -u packages/systemd/systemd.spec:1.99 packages/systemd/systemd.spec:1.100
--- packages/systemd/systemd.spec:1.99	Sun Jan 29 23:36:13 2012
+++ packages/systemd/systemd.spec	Mon Jan 30 11:25:54 2012
@@ -68,7 +68,7 @@
 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
@@ -498,7 +498,7 @@
 %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
@@ -583,6 +583,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.100  2012/01/30 10:25:54  baggins
+- move back tmpfiles to /usr/lib, looks like systemd does the right thing
+  and mounts all local fs-es before starting tmpfiles
+
 Revision 1.99  2012/01/29 22:36:13  baggins
 - 0.39
 - make tmpfiles problems not fatal, allowing system boot with incorrect tmpfiles configs
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/systemd/systemd.spec?r1=1.99&r2=1.100&f=u



More information about the pld-cvs-commit mailing list