[filesystem] move /var/spool/uucp to uucp package (#961952)

Ondrej Vasik ovasik at fedoraproject.org
Sat May 11 09:26:39 UTC 2013


commit de22b9b233c664d0c4fdf2aa225cb6fd227bd34c
Author: Ondřej Vašík <ovasik at redhat.com>
Date:   Sat May 11 11:26:35 2013 +0200

    move /var/spool/uucp to uucp package (#961952)

 filesystem.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/filesystem.spec b/filesystem.spec
index 59159d2..005968d 100644
--- a/filesystem.spec
+++ b/filesystem.spec
@@ -1,7 +1,7 @@
 Summary: The basic directory layout for a Linux system
 Name: filesystem
 Version: 3.2
-Release: 12%{?dist}
+Release: 13%{?dist}
 License: Public Domain
 URL: https://fedorahosted.org/filesystem
 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} \
         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} \
-        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.
 #ln -snf etc/sysconfig etc/default
@@ -228,11 +228,13 @@ posix.symlink("../run/lock", "/var/lock")
 %dir /var/spool
 %attr(755,root,root) /var/spool/lpd
 %attr(775,root,mail) /var/spool/mail
-%attr(755,uucp,uucp) /var/spool/uucp
 %attr(1777,root,root) /var/tmp
 /var/yp
 
 %changelog
+* Sat May 11 2013 Ondrej Vasik <ovasik at redhat.com> 3.2-13
+- move /var/spool/uucp to uucp package (#961952)
+
 * Thu Apr 18 2013 Ondrej Vasik <ovasik at redhat.com> 3.2-12
 - remove the rpmlib(X-CheckUnifiedSystemdir) requirement
   hack - no longer required


More information about the scm-commits mailing list