- Dropped the obsolete directories /usr/lib{,64}/gcc-lib (#220235)

This commit is contained in:
Phil Knirsch 2006-12-20 16:09:06 +00:00
parent b8f95415c0
commit eb9d7087b8

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.0 Version: 2.4.1
Release: 1 Release: 1
License: Public Domain License: Public Domain
Group: System Environment/Base Group: System Environment/Base
@ -28,7 +28,7 @@ mkdir -p mnt/{floppy,cdrom} \
bin boot dev \ bin boot dev \
etc/{X11/{applnk,sysconfig,serverconfig},opt,xinetd.d,skel,sysconfig,pki} \ etc/{X11/{applnk,sysconfig,serverconfig},opt,xinetd.d,skel,sysconfig,pki} \
home lib/modules %{_lib}/tls media mnt opt proc root sbin selinux srv sys tmp \ home lib/modules %{_lib}/tls media mnt opt proc root sbin selinux srv sys tmp \
usr/{bin,etc,games,include,%{_lib}/{games,gcc-lib,sse2,tls,X11},lib/{games,gcc-lib,locale,X11},libexec,local/{bin,etc,games,lib,%{_lib},sbin,src,share/{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/{applications,doc,dict,games,info,icons,man/man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x},doc,misc,empty,pixmaps,xsessions},src} \ usr/{bin,etc,games,include,%{_lib}/{games,sse2,tls,X11},lib/{games,locale,X11},libexec,local/{bin,etc,games,lib,%{_lib},sbin,src,share/{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/{applications,doc,dict,games,info,icons,man/man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x},doc,misc,empty,pixmaps,xsessions},src} \
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}
ln -snf ../var/tmp usr/tmp ln -snf ../var/tmp usr/tmp
@ -129,6 +129,9 @@ rm -rf %{buildroot}
/var/yp /var/yp
%changelog %changelog
* Wed Dec 20 2006 Phil Knirsch <pknirsch@redhat.com> - 2.4.1-1
- Dropped the obsolete directories /usr/lib{,64}/gcc-lib (#220235)
* Tue Oct 10 2006 Bill Nottingham <notting@redhat.com> - 2.4.0-1 * Tue Oct 10 2006 Bill Nottingham <notting@redhat.com> - 2.4.0-1
- create and own /usr/share/locale/*/LC_MESSAGES (#196669) - create and own /usr/share/locale/*/LC_MESSAGES (#196669)