From 3d702fd128d5c2312fddd36108ac7d78fd6f1fe4 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 04:42:34 +0000 Subject: [PATCH] auto-import filesystem-2.1.6-1 from filesystem-2.1.6-1.src.rpm --- .cvsignore | 2 +- filesystem.spec | 42 +++++++++++++++++++++++++++++++----------- sources | 2 +- 3 files changed, 33 insertions(+), 13 deletions(-) diff --git a/.cvsignore b/.cvsignore index ee92c94..364bb2c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -filesystem-2.1.0.tar.gz +filesystem-2.1.6.tar.gz diff --git a/filesystem.spec b/filesystem.spec index 2d7998b..2108b02 100644 --- a/filesystem.spec +++ b/filesystem.spec @@ -1,19 +1,19 @@ Summary: The basic directory layout for a Linux system. Name: filesystem -Version: 2.1.0 -Release: 2.1p +Version: 2.1.6 +Release: 1 Copyright: Public Domain Group: System Environment/Base Source0: %{name}-%{version}.tar.gz Buildroot: %{_tmppath}/%{name}-%{version}-root -Prereq: setup +Prereq: setup >= 2.5.4-1 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. +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 @@ -36,8 +36,6 @@ rm -rf %{buildroot} /initrd /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 @@ -52,12 +50,13 @@ rm -rf %{buildroot} /usr/share/info /usr/share/man /usr/share/misc +/usr/share/pixmaps /usr/src %dir /var /var/db /var/lib /var/local -%dir %attr(755,root,root) /var/lock +%dir %attr(0775,root,lock) /var/lock %attr(755,root,root) /var/lock/subsys /var/cache /var/log @@ -70,11 +69,32 @@ rm -rf %{buildroot} %attr(755,root,root) /var/spool/lpd %attr(775,root,mail) /var/spool/mail %attr(1777,root,root) /var/tmp +/var/yp %changelog -* Fri Sep 21 2001 Bill Nottingham +* Wed Aug 15 2001 Bill Nottingham +- add /usr/X11R6/share (#51830) + +* Mon Aug 13 2001 Bill Nottingham +- prereq a particular version of the setup package + +* Thu Aug 9 2001 Bill Nottingham +- remove /mnt/cdrom, /mnt/floppy (updfstab will create them if needed) - make it noarch again +* Wed Aug 8 2001 Bill Nottingham +- /var/lock needs to be root.lock, not lock.lock + +* Mon Aug 6 2001 Jeff Johnson +- lock.lock ownership, 0775 permissions, for /var/lock. + +* Tue Jul 17 2001 Bill Nottingham +- add /etc/sysconfig, /var/yp, /usr/share/pixmaps + +* Tue Jul 10 2001 Bill Nottingham +- add stuff under /etc/X11 +- remove extraneous /usr/X11R6/doc (#47490) + * Mon Jun 25 2001 Bill Nottingham - don't conflict with rpm diff --git a/sources b/sources index 65ed289..b2a9818 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7212ce1d33541b3e46a89d2d10f4069b filesystem-2.1.0.tar.gz +53d75c0549c77e44c361ec2175281533 filesystem-2.1.6.tar.gz