auto-import filesystem-2.1.6-1 from filesystem-2.1.6-1.src.rpm
This commit is contained in:
parent
8cfac3fb3f
commit
3d702fd128
@ -1 +1 @@
|
||||
filesystem-2.1.0.tar.gz
|
||||
filesystem-2.1.6.tar.gz
|
||||
|
@ -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 <notting@redhat.com>
|
||||
* Wed Aug 15 2001 Bill Nottingham <notting@redhat.com>
|
||||
- add /usr/X11R6/share (#51830)
|
||||
|
||||
* Mon Aug 13 2001 Bill Nottingham <notting@redhat.com>
|
||||
- prereq a particular version of the setup package
|
||||
|
||||
* Thu Aug 9 2001 Bill Nottingham <notting@redhat.com>
|
||||
- remove /mnt/cdrom, /mnt/floppy (updfstab will create them if needed)
|
||||
- make it noarch again
|
||||
|
||||
* Wed Aug 8 2001 Bill Nottingham <notting@redhat.com>
|
||||
- /var/lock needs to be root.lock, not lock.lock
|
||||
|
||||
* Mon Aug 6 2001 Jeff Johnson <jbj@redhat.com>
|
||||
- lock.lock ownership, 0775 permissions, for /var/lock.
|
||||
|
||||
* Tue Jul 17 2001 Bill Nottingham <notting@redhat.com>
|
||||
- add /etc/sysconfig, /var/yp, /usr/share/pixmaps
|
||||
|
||||
* Tue Jul 10 2001 Bill Nottingham <notting@redhat.com>
|
||||
- add stuff under /etc/X11
|
||||
- remove extraneous /usr/X11R6/doc (#47490)
|
||||
|
||||
* Mon Jun 25 2001 Bill Nottingham <notting@redhat.com>
|
||||
- don't conflict with rpm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user