auto-import changelog data from filesystem-2.3.0-1.src.rpm
Thu Aug 12 2004 Bill Nottingham <notting@redhat.com> 2.3.0-1 - add /media, /srv Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> - rebuilt
This commit is contained in:
parent
a2b9dea28a
commit
8a20d8dfd0
@ -1,6 +1,6 @@
|
||||
Summary: The basic directory layout for a Linux system.
|
||||
Name: filesystem
|
||||
Version: 2.2.4
|
||||
Version: 2.3.0
|
||||
Release: 1
|
||||
License: Public Domain
|
||||
Group: System Environment/Base
|
||||
@ -24,7 +24,7 @@ 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}/tls mnt opt proc root sbin selinux sys tmp \
|
||||
home initrd lib/modules %{_lib}/tls media mnt opt proc root sbin selinux srv 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}
|
||||
|
||||
@ -48,6 +48,7 @@ rm -rf %{buildroot}
|
||||
%ifarch x86_64 ppc ppc64 sparc sparc64 s390 s390x
|
||||
/%{_lib}
|
||||
%endif
|
||||
/media
|
||||
%dir /mnt
|
||||
%ghost %config(missingok) %verify(not size md5 mode user link rdev group mtime) /mnt/cdrom
|
||||
%ghost %config(missingok) %verify(not size md5 mode user link rdev group mtime) /mnt/floppy
|
||||
@ -56,6 +57,7 @@ rm -rf %{buildroot}
|
||||
%attr(750,root,root) /root
|
||||
/sbin
|
||||
/selinux
|
||||
/srv
|
||||
/sys
|
||||
%attr(1777,root,root) /tmp
|
||||
%dir /usr
|
||||
@ -93,6 +95,12 @@ rm -rf %{buildroot}
|
||||
/var/yp
|
||||
|
||||
%changelog
|
||||
* Thu Aug 12 2004 Bill Nottingham <notting@redhat.com> 2.3.0-1
|
||||
- add /media, /srv
|
||||
|
||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Thu Mar 11 2004 Bill Nottingham <notting@redhat.com> 2.2.4-1
|
||||
- move /selinux here from SysVinit
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user