create run/lock as 0755 root:root (#693394), fix warning about duplicate /var/lock/subsys

This commit is contained in:
Ondřej Vašík 2011-04-05 10:12:16 +02:00
parent 8b25fdb6bc
commit 86340b0df0

View File

@ -1,6 +1,6 @@
Summary: The basic directory layout for a Linux system Summary: The basic directory layout for a Linux system
Name: filesystem Name: filesystem
Version: 2.4.39 Version: 2.4.40
Release: 1%{?dist} Release: 1%{?dist}
License: Public Domain License: Public Domain
URL: https://fedorahosted.org/filesystem URL: https://fedorahosted.org/filesystem
@ -35,7 +35,7 @@ cd %{buildroot}
mkdir -p bin boot dev \ mkdir -p bin boot dev \
etc/{X11/{applnk,fontpath.d},xdg/autostart,opt,pm/{config.d,power.d,sleep.d},xinetd.d,skel,sysconfig,pki} \ etc/{X11/{applnk,fontpath.d},xdg/autostart,opt,pm/{config.d,power.d,sleep.d},xinetd.d,skel,sysconfig,pki} \
home lib/modules %{_lib}/tls media mnt opt proc root run sbin selinux srv sys tmp \ home lib/modules %{_lib}/tls media mnt opt proc root run/lock sbin selinux srv sys tmp \
usr/{bin,etc,games,include,%{_lib}/{games,sse2,tls,X11,pm-utils/{module.d,power.d,sleep.d}},lib/{games,locale,sse2},libexec,local/{bin,etc,games,lib,%{_lib},sbin,src,share/{applications,man/man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x},info},libexec,include,},sbin,share/{aclocal,applications,augeas/lenses,backgrounds,desktop-directories,dict,doc,empty,games,ghostscript/conf.d,gnome,icons,idl,info,man/man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x,0p,1p,3p},mime-info,misc,omf,pixmaps,sounds,themes,xsessions,X11},src,src/kernels,src/debug} \ usr/{bin,etc,games,include,%{_lib}/{games,sse2,tls,X11,pm-utils/{module.d,power.d,sleep.d}},lib/{games,locale,sse2},libexec,local/{bin,etc,games,lib,%{_lib},sbin,src,share/{applications,man/man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x},info},libexec,include,},sbin,share/{aclocal,applications,augeas/lenses,backgrounds,desktop-directories,dict,doc,empty,games,ghostscript/conf.d,gnome,icons,idl,info,man/man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x,0p,1p,3p},mime-info,misc,omf,pixmaps,sounds,themes,xsessions,X11},src,src/kernels,src/debug} \
var/{empty,lib/{games,misc},local,lock/subsys,log,nis,preserve,run,spool/{mail,lpd},tmp,db,cache,opt,games,yp} var/{empty,lib/{games,misc},local,lock/subsys,log,nis,preserve,run,spool/{mail,lpd},tmp,db,cache,opt,games,yp}
@ -181,7 +181,7 @@ posix.symlink("../run/lock", "/var/lock")
/var/games /var/games
/var/lib /var/lib
/var/local /var/local
%ghost %attr(755,root,root) /var/lock %ghost %dir %attr(755,root,root) /var/lock
%ghost /var/lock/subsys %ghost /var/lock/subsys
/var/log /var/log
/var/mail /var/mail
@ -197,7 +197,10 @@ posix.symlink("../run/lock", "/var/lock")
%config /etc/tmpfiles.d/filesystem.conf %config /etc/tmpfiles.d/filesystem.conf
%changelog %changelog
* Thu Mar 31 2011 Ondrej Vasik <ovasik@redhat.com> 2.4-39-1 * Tue Apr 05 2011 Ondrej Vasik <ovasik@redhat.com> 2.4.40-1
- create /run/lock as 755 root:root (#693394)
* Thu Mar 31 2011 Ondrej Vasik <ovasik@redhat.com> 2.4.39-1
- add /run to filesystem (#692124) - add /run to filesystem (#692124)
- minor spec file cleanup - minor spec file cleanup