auto-import changelog data from filesystem-2.2.3-1.src.rpm
Thu Jan 15 2004 Bill Nottingham <notting@redhat.com> 2.2.3-1 - move /usr/dict to /usr/share/dict (#113645) - add /usr/lib/locale, /var/empty (#108686,#113036) - add */%{_lib}/tls (#113050) Fri Nov 21 2003 Bill Nottingham <notting@redhat.com> 2.2.2-1 - add /sys
This commit is contained in:
parent
29e96bca90
commit
65e5a4269b
@ -1,7 +1,7 @@
|
||||
Summary: The basic directory layout for a Linux system.
|
||||
Name: filesystem
|
||||
Version: 2.2.1
|
||||
Release: 5
|
||||
Version: 2.2.3
|
||||
Release: 1
|
||||
License: Public Domain
|
||||
Group: System Environment/Base
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||
@ -24,9 +24,9 @@ cd %{buildroot}
|
||||
mkdir -p mnt/{floppy,cdrom} \
|
||||
bin boot \
|
||||
etc/{X11/{applnk,sysconfig,serverconfig,starthere},opt,xinetd.d,skel,sysconfig} \
|
||||
home initrd lib/modules %{_lib} mnt opt proc root sbin tmp \
|
||||
usr/{bin,dict,etc,games,include,%{_lib}/{games,gcc-lib},lib/{games,gcc-lib},libexec,local/{bin,etc,games,lib,%{_lib},sbin,src,share/{man/man{1,2,3,4,5,6,7,8,9,n},info},libexec,include,},sbin,share/{applications,doc,info,man/man{1,2,3,4,5,6,7,8,9,n},doc,misc,empty,pixmaps,xsessions},src,X11R6/{bin,include,lib,%{_lib},man,share}} \
|
||||
var/{lib/{games,misc},local,lock/subsys,log,nis,preserve,run,spool/{mail,lpd},tmp,db,cache,opt,games,yp}
|
||||
home initrd lib/modules %{_lib}/tls mnt opt proc root sbin sys tmp \
|
||||
usr/{bin,etc,games,include,%{_lib}/{games,gcc-lib,tls},lib/{games,gcc-lib,locale},libexec,local/{bin,etc,games,lib,%{_lib},sbin,src,share/{man/man{1,2,3,4,5,6,7,8,9,n},info},libexec,include,},sbin,share/{applications,doc,dict,info,man/man{1,2,3,4,5,6,7,8,9,n},doc,misc,empty,pixmaps,xsessions},src,X11R6/{bin,include,lib,%{_lib}/tls,man,share}} \
|
||||
var/{empty,lib/{games,misc},local,lock/subsys,log,nis,preserve,run,spool/{mail,lpd},tmp,db,cache,opt,games,yp}
|
||||
|
||||
ln -snf ../X11R6/bin usr/bin/X11
|
||||
ln -snf ../X11R6/lib/X11 usr/lib/X11
|
||||
@ -55,6 +55,7 @@ rm -rf %{buildroot}
|
||||
%attr(555,root,root) /proc
|
||||
%attr(750,root,root) /root
|
||||
/sbin
|
||||
/sys
|
||||
%attr(1777,root,root) /tmp
|
||||
%dir /usr
|
||||
/usr/[^s]*
|
||||
@ -62,6 +63,7 @@ rm -rf %{buildroot}
|
||||
%dir /usr/share
|
||||
/usr/share/applications
|
||||
/usr/share/doc
|
||||
/usr/share/dict
|
||||
%attr(555,root,root) %dir /usr/share/empty
|
||||
/usr/share/info
|
||||
/usr/share/man
|
||||
@ -76,6 +78,7 @@ rm -rf %{buildroot}
|
||||
%dir %attr(0775,root,lock) /var/lock
|
||||
%attr(755,root,root) /var/lock/subsys
|
||||
/var/cache
|
||||
/var/empty
|
||||
/var/log
|
||||
/var/mail
|
||||
/var/nis
|
||||
@ -89,6 +92,14 @@ rm -rf %{buildroot}
|
||||
/var/yp
|
||||
|
||||
%changelog
|
||||
* Thu Jan 15 2004 Bill Nottingham <notting@redhat.com> 2.2.3-1
|
||||
- move /usr/dict to /usr/share/dict (#113645)
|
||||
- add /usr/lib/locale, /var/empty (#108686,#113036)
|
||||
- add */%%{_lib}/tls (#113050)
|
||||
|
||||
* Fri Nov 21 2003 Bill Nottingham <notting@redhat.com> 2.2.2-1
|
||||
- add /sys
|
||||
|
||||
* Tue Oct 07 2003 Than Ngo <than@redhat.com> 2.2.1-5
|
||||
- add /usr/share/xsessions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user