diff --git a/.cvsignore b/.cvsignore index e69de29..add866a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +filesystem-2.0.7.tar.gz diff --git a/filesystem.spec b/filesystem.spec new file mode 100644 index 0000000..c0a0f46 --- /dev/null +++ b/filesystem.spec @@ -0,0 +1,148 @@ +Summary: The basic directory layout for a Linux system. +Name: filesystem +Version: 2.0.7 +Release: 1 +Copyright: Public Domain +Group: System Environment/Base +Source0: %{name}-%{version}.tar.gz +Buildroot: %{_tmppath}/%{name}-%{version}-root +Prereq: setup +BuildArchitectures: noarch + +%description +The filesystem package is one of the basic packages that is installed on +a Red Hat Linux system. Filesystem contains the basic directory layout +for a Linux operating system, including the correct permissions for the +directories. + +%prep + +%install +rm -rf %{buildroot} +mkdir %{buildroot} + +cd %{buildroot} +tar xzf %{SOURCE0} + +%clean +rm -rf %{buildroot} + +%files +%defattr(0755,root,root) +/bin +/boot +/etc +/home +/lib +%dir /mnt +%attr(775,root,root) /mnt/floppy +%attr(775,root,root) /mnt/cdrom +%dir /opt +%attr(555,root,root) /proc +%attr(750,root,root) /root +/sbin +%attr(1777,root,root) /tmp +%dir /usr +/usr/[^s]* +/usr/sbin +%dir /usr/share +/usr/share/doc +%attr(555,root,root) %dir /usr/share/empty +/usr/share/info +/usr/share/man +/usr/share/misc +/usr/src +%dir /var +/var/db +/var/lib +/var/local +%dir %attr(775,root,uucp) /var/lock +%attr(775,root,root) /var/lock/subsys +/var/cache +/var/log +/var/mail +/var/nis +/var/opt +/var/preserve +/var/run +%dir /var/spool +%attr(755,root,root) /var/spool/lpd +%attr(775,root,mail) /var/spool/mail +%attr(1777,root,root) /var/tmp + +%changelog +* Fri Jul 21 2000 Bill Nottingham +- add /usr/share/empty + +* Wed Jul 12 2000 Prospector +- automatic rebuild + +* Wed Jun 28 2000 Preston Brown +- remove /usr/doc + +* Thu Jun 22 2000 Preston Brown +- remove /usr/info + +* Sun Jun 19 2000 Bill Nottingham +- remove /usr/man + +* Sat Jun 17 2000 Bill Nottingham +- /var/spool/lpd should have normal perms (#12272) + +* Tue Jun 6 2000 Bill Nottingham +- add /etc/skel + +* Thu Jun 01 2000 Preston Brown +- add /var/spool/lpd to filesystem, owned by user/group lp, tight permissions + +* Tue May 23 2000 Trond Eivind Glomsrød +- Added /etc/xinetd.d + +* Mon May 15 2000 Preston Brown +- /etc/opt, /usr/share/{info,man/man*,misc,doc} (FHS 2.1) +- added /var/games. Data should move from /var/lib/games to there (FHS 2.1) +- bump version up to 2.0 already! + +* Thu Apr 13 2000 Jakub Jelinek +- removed /var/state, added /var/opt, /var/mail for FHS 2.1 compliance + +* Mon Aug 28 1999 Preston Brown +- added /opt, /var/state, /var/cache for FHS compliance (#3966) + +* Sun Mar 21 1999 Cristian Gafton +- auto rebuild in the new build environment (release 4) + +* Sun Jan 17 1999 Jeff Johnson +- don't carry X11R6.1 as directory on sparc. +- /var/tmp/build root (#811) + +* Wed Jan 13 1999 Preston Brown +- font directory didn't belong, which I previously misunderstood. removed. + +* Fri Nov 13 1998 Preston Brown +- /usr/share/fonts/default added. + +* Fri Oct 9 1998 Bill Nottingham +- put /mnt/cdrom back in + +* Wed Oct 7 1998 Bill Nottingham +- Changed /root to 0750 + +* Wed Aug 05 1998 Erik Troan +- added /var/db +- set attributes in the spec file; don't depend on the ones in the cpio + archive +- use a tarball instead of a cpioball + +* Mon Apr 27 1998 Prospector System +- translations modified for de, fr, tr + +* Tue Sep 09 1997 Erik Troan +- made a noarch package + +* Wed Jul 09 1997 Erik Troan +- added / + +* Wed Apr 16 1997 Erik Troan +- Changed /proc to 555 +- Removed /var/spool/mqueue (which is owned by sendmail) diff --git a/sources b/sources index e69de29..1147cca 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +cbee4a6e5dbba6eff26c6290e6a4aa5f filesystem-2.0.7.tar.gz