auto-import changelog data from filesystem-2.2.1-3.src.rpm
Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Sun Dec 01 2002 Tim Waugh <twaugh@redhat.com> 2.2.1-2 - Really fix /var/mail Thu Nov 28 2002 Bill Nottingham <notting@redhat.com> 2.2.1-1 - fix /var/mail Wed Nov 20 2002 Bill Nottingham <notting@redhat.com> - make arch specific, handle lib/lib64 stuff - add /usr/libexec, /usr/share/applications
This commit is contained in:
parent
5557ec3c35
commit
d9d13d097e
@ -1 +0,0 @@
|
|||||||
filesystem-2.1.6.tar.gz
|
|
@ -1,13 +1,11 @@
|
|||||||
Summary: The basic directory layout for a Linux system.
|
Summary: The basic directory layout for a Linux system.
|
||||||
Name: filesystem
|
Name: filesystem
|
||||||
Version: 2.1.6
|
Version: 2.2.1
|
||||||
Release: 5
|
Release: 3
|
||||||
Copyright: Public Domain
|
Copyright: Public Domain
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source0: %{name}-%{version}.tar.gz
|
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Prereq: setup >= 2.5.4-1
|
Prereq: setup >= 2.5.4-1
|
||||||
BuildArchitectures: noarch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The filesystem package is one of the basic packages that is installed
|
The filesystem package is one of the basic packages that is installed
|
||||||
@ -22,8 +20,19 @@ rm -rf %{buildroot}
|
|||||||
mkdir %{buildroot}
|
mkdir %{buildroot}
|
||||||
|
|
||||||
cd %{buildroot}
|
cd %{buildroot}
|
||||||
tar xzf %{SOURCE0}
|
|
||||||
mkdir -p %{buildroot}/mnt/{floppy,cdrom}
|
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},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}
|
||||||
|
|
||||||
|
ln -snf ../X11R6/bin usr/bin/X11
|
||||||
|
ln -snf ../X11R6/lib/X11 usr/lib/X11
|
||||||
|
ln -snf ../X11R6/%{_lib}/X11 usr/%{_lib}/X11
|
||||||
|
ln -snf ../var/tmp usr/tmp
|
||||||
|
ln -snf spool/mail var/mail
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -36,6 +45,9 @@ rm -rf %{buildroot}
|
|||||||
/home
|
/home
|
||||||
/initrd
|
/initrd
|
||||||
/lib
|
/lib
|
||||||
|
%ifarch x86_64 ppc ppc64 sparc sparc64 s390 s390x
|
||||||
|
/%{_lib}
|
||||||
|
%endif
|
||||||
%dir /mnt
|
%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/cdrom
|
||||||
%ghost %config(missingok) %verify(not size md5 mode user link rdev group mtime) /mnt/floppy
|
%ghost %config(missingok) %verify(not size md5 mode user link rdev group mtime) /mnt/floppy
|
||||||
@ -48,6 +60,7 @@ rm -rf %{buildroot}
|
|||||||
/usr/[^s]*
|
/usr/[^s]*
|
||||||
/usr/sbin
|
/usr/sbin
|
||||||
%dir /usr/share
|
%dir /usr/share
|
||||||
|
/usr/share/applications
|
||||||
/usr/share/doc
|
/usr/share/doc
|
||||||
%attr(555,root,root) %dir /usr/share/empty
|
%attr(555,root,root) %dir /usr/share/empty
|
||||||
/usr/share/info
|
/usr/share/info
|
||||||
@ -75,6 +88,19 @@ rm -rf %{buildroot}
|
|||||||
/var/yp
|
/var/yp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Sun Dec 1 2002 Tim Waugh <twaugh@redhat.com> 2.2.1-2
|
||||||
|
- Really fix /var/mail
|
||||||
|
|
||||||
|
* Thu Nov 28 2002 Bill Nottingham <notting@redhat.com> 2.2.1-1
|
||||||
|
- fix /var/mail
|
||||||
|
|
||||||
|
* Wed Nov 20 2002 Bill Nottingham <notting@redhat.com>
|
||||||
|
- make arch specific, handle lib/lib64 stuff
|
||||||
|
- add /usr/libexec, /usr/share/applications
|
||||||
|
|
||||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||||
- automated rebuild
|
- automated rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user