packages: systemd/systemd.spec - fixed permissions - packaged missing dirs

megabajt megabajt at pld-linux.org
Mon May 2 18:39:12 CEST 2011


Author: megabajt                     Date: Mon May  2 16:39:12 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fixed permissions
- packaged missing dirs

---- Files affected:
packages/systemd:
   systemd.spec (1.25 -> 1.26) 

---- Diffs:

================================================================
Index: packages/systemd/systemd.spec
diff -u packages/systemd/systemd.spec:1.25 packages/systemd/systemd.spec:1.26
--- packages/systemd/systemd.spec:1.25	Mon May  2 17:43:37 2011
+++ packages/systemd/systemd.spec	Mon May  2 18:39:07 2011
@@ -207,8 +207,7 @@
 %dir %{_sysconfdir}/systemd
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/system.conf
 %ghost %config(noreplace) %{_sysconfdir}/machine-id
-%dir /etc/xdg/systemd
-/etc/xdg/systemd/user
+/etc/xdg/systemd
 %attr(755,root,root) /bin/systemd
 %attr(755,root,root) /bin/systemd-ask-password
 %attr(755,root,root) /bin/systemd-machine-id-setup
@@ -225,13 +224,16 @@
 %attr(755,root,root) /sbin/runlevel
 %attr(755,root,root) /sbin/shutdown
 %attr(755,root,root) /sbin/telinit
-%dir /lib/systemd
-/lib/systemd/systemd-*
-%dir %{_libdir}/systemd
-%{_libdir}/systemd/user
-%dir %{_libdir}/systemd/user-generators
+%attr(755,root,root) /lib/systemd/systemd-*
+%dir %{_prefix}/lib/systemd
+%{_prefix}/lib/systemd/user
+%dir %{_prefix}/lib/systemd/user-generators
 %dir /lib/systemd/system-generators
-/lib/systemd/system-generators/systemd-getty-generator
+%if %{with cryptsetup}
+%attr(755,root,root) /lib/systemd/system-generators/systemd-cryptsetup-generator
+%endif
+%attr(755,root,root) /lib/systemd/system-generators/systemd-getty-generator
+%dir /lib/systemd/system-shutdown
 /lib/udev/rules.d/99-systemd.rules
 %{_prefix}/lib/tmpfiles.d/legacy.conf
 %{_prefix}/lib/tmpfiles.d/systemd.conf
@@ -289,10 +291,6 @@
 %{_mandir}/man8/shutdown.8*
 %{_mandir}/man8/telinit.8*
 
-%if %{with cryptsetup}
-/lib/systemd/system-generators/systemd-cryptsetup-generator
-%endif
-
 %if %{with pam}
 %attr(755,root,root) /%{_lib}/security/pam_systemd.so
 %{_mandir}/man8/pam_systemd.8*
@@ -300,11 +298,17 @@
 
 %files units
 %defattr(644,root,root,755)
+%dir %{_sysconfdir}/binfmt.d
+%dir %{_sysconfdir}/modules-load.d
+%dir %{_sysconfdir}/sysctl.d
 %dir %{_sysconfdir}/systemd
 %dir %{_sysconfdir}/systemd/system
 %dir %{_sysconfdir}/tmpfiles.d
 %dir /lib/systemd
 /lib/systemd/system
+%dir %{_prefix}/lib/binfmt.d
+%dir %{_prefix}/lib/modules-load.d
+%dir %{_prefix}/lib/sysctl.d
 %dir %{_prefix}/lib/tmpfiles.d
 %attr(755,root,root) /bin/systemctl
 %attr(755,root,root) /bin/systemd-tmpfiles
@@ -331,6 +335,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.26  2011/05/02 16:39:07  megabajt
+- fixed permissions
+- packaged missing dirs
+
 Revision 1.25  2011/05/02 15:43:37  megabajt
 - generate machine-id in %post
 
================================================================

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



More information about the pld-cvs-commit mailing list