auto-import changelog data from filesystem-2.2.4-1.src.rpm
Thu Mar 11 2004 Bill Nottingham <notting@redhat.com> 2.2.4-1 - move /selinux here from SysVinit Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt
This commit is contained in:
parent
65e5a4269b
commit
a2b9dea28a
@ -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.2.3
|
Version: 2.2.4
|
||||||
Release: 1
|
Release: 1
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -24,7 +24,7 @@ cd %{buildroot}
|
|||||||
mkdir -p mnt/{floppy,cdrom} \
|
mkdir -p mnt/{floppy,cdrom} \
|
||||||
bin boot \
|
bin boot \
|
||||||
etc/{X11/{applnk,sysconfig,serverconfig,starthere},opt,xinetd.d,skel,sysconfig} \
|
etc/{X11/{applnk,sysconfig,serverconfig,starthere},opt,xinetd.d,skel,sysconfig} \
|
||||||
home initrd lib/modules %{_lib}/tls mnt opt proc root sbin sys tmp \
|
home initrd lib/modules %{_lib}/tls mnt opt proc root sbin selinux 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}} \
|
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}
|
var/{empty,lib/{games,misc},local,lock/subsys,log,nis,preserve,run,spool/{mail,lpd},tmp,db,cache,opt,games,yp}
|
||||||
|
|
||||||
@ -55,6 +55,7 @@ rm -rf %{buildroot}
|
|||||||
%attr(555,root,root) /proc
|
%attr(555,root,root) /proc
|
||||||
%attr(750,root,root) /root
|
%attr(750,root,root) /root
|
||||||
/sbin
|
/sbin
|
||||||
|
/selinux
|
||||||
/sys
|
/sys
|
||||||
%attr(1777,root,root) /tmp
|
%attr(1777,root,root) /tmp
|
||||||
%dir /usr
|
%dir /usr
|
||||||
@ -92,6 +93,15 @@ rm -rf %{buildroot}
|
|||||||
/var/yp
|
/var/yp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 11 2004 Bill Nottingham <notting@redhat.com> 2.2.4-1
|
||||||
|
- move /selinux here from SysVinit
|
||||||
|
|
||||||
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
* Thu Jan 15 2004 Bill Nottingham <notting@redhat.com> 2.2.3-1
|
* Thu Jan 15 2004 Bill Nottingham <notting@redhat.com> 2.2.3-1
|
||||||
- move /usr/dict to /usr/share/dict (#113645)
|
- move /usr/dict to /usr/share/dict (#113645)
|
||||||
- add /usr/lib/locale, /var/empty (#108686,#113036)
|
- add /usr/lib/locale, /var/empty (#108686,#113036)
|
||||||
|
Loading…
Reference in New Issue
Block a user