move /var/spool/uucp to uucp package (#961952)
This commit is contained in:
parent
09437ef458
commit
de22b9b233
@ -1,7 +1,7 @@
|
|||||||
Summary: The basic directory layout for a Linux system
|
Summary: The basic directory layout for a Linux system
|
||||||
Name: filesystem
|
Name: filesystem
|
||||||
Version: 3.2
|
Version: 3.2
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
URL: https://fedorahosted.org/filesystem
|
URL: https://fedorahosted.org/filesystem
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -35,7 +35,7 @@ mkdir -p boot dev \
|
|||||||
etc/{X11/{applnk,fontpath.d},xdg/autostart,opt,pm/{config.d,power.d,sleep.d},xinetd.d,skel,sysconfig,pki,bash_completion.d} \
|
etc/{X11/{applnk,fontpath.d},xdg/autostart,opt,pm/{config.d,power.d,sleep.d},xinetd.d,skel,sysconfig,pki,bash_completion.d} \
|
||||||
home media mnt opt proc root run/lock srv sys tmp \
|
home media mnt opt proc root run/lock srv sys tmp \
|
||||||
usr/{bin,etc,games,include,%{_lib}/{games,sse2,tls,X11,pm-utils/{module.d,power.d,sleep.d}},lib/{debug,games,locale,modules,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/{debug,games,locale,modules,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/{adm,empty,gopher,lib/{games,misc,rpm-state},local,lock/subsys,log,nis,preserve,run,spool/{mail,lpd,uucp},tmp,db,cache,opt,games,yp}
|
var/{adm,empty,gopher,lib/{games,misc,rpm-state},local,lock/subsys,log,nis,preserve,run,spool/{mail,lpd},tmp,db,cache,opt,games,yp}
|
||||||
|
|
||||||
#do not create the symlink atm.
|
#do not create the symlink atm.
|
||||||
#ln -snf etc/sysconfig etc/default
|
#ln -snf etc/sysconfig etc/default
|
||||||
@ -228,11 +228,13 @@ posix.symlink("../run/lock", "/var/lock")
|
|||||||
%dir /var/spool
|
%dir /var/spool
|
||||||
%attr(755,root,root) /var/spool/lpd
|
%attr(755,root,root) /var/spool/lpd
|
||||||
%attr(775,root,mail) /var/spool/mail
|
%attr(775,root,mail) /var/spool/mail
|
||||||
%attr(755,uucp,uucp) /var/spool/uucp
|
|
||||||
%attr(1777,root,root) /var/tmp
|
%attr(1777,root,root) /var/tmp
|
||||||
/var/yp
|
/var/yp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 11 2013 Ondrej Vasik <ovasik@redhat.com> 3.2-13
|
||||||
|
- move /var/spool/uucp to uucp package (#961952)
|
||||||
|
|
||||||
* Thu Apr 18 2013 Ondrej Vasik <ovasik@redhat.com> 3.2-12
|
* Thu Apr 18 2013 Ondrej Vasik <ovasik@redhat.com> 3.2-12
|
||||||
- remove the rpmlib(X-CheckUnifiedSystemdir) requirement
|
- remove the rpmlib(X-CheckUnifiedSystemdir) requirement
|
||||||
hack - no longer required
|
hack - no longer required
|
||||||
|
Loading…
Reference in New Issue
Block a user