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.
|
Summary: The basic directory layout for a Linux system.
|
||||||
Name: filesystem
|
Name: filesystem
|
||||||
Version: 2.1.0
|
Version: 2.1.6
|
||||||
Release: 2.1p
|
Release: 1
|
||||||
Copyright: Public Domain
|
Copyright: Public Domain
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Prereq: setup
|
Prereq: setup >= 2.5.4-1
|
||||||
BuildArchitectures: noarch
|
BuildArchitectures: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The filesystem package is one of the basic packages that is installed on
|
The filesystem package is one of the basic packages that is installed
|
||||||
a Red Hat Linux system. Filesystem contains the basic directory layout
|
on a Red Hat Linux system. Filesystem contains the basic directory
|
||||||
for a Linux operating system, including the correct permissions for the
|
layout for a Linux operating system, including the correct permissions
|
||||||
directories.
|
for the directories.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
@ -36,8 +36,6 @@ rm -rf %{buildroot}
|
|||||||
/initrd
|
/initrd
|
||||||
/lib
|
/lib
|
||||||
%dir /mnt
|
%dir /mnt
|
||||||
%attr(775,root,root) /mnt/floppy
|
|
||||||
%attr(775,root,root) /mnt/cdrom
|
|
||||||
%dir /opt
|
%dir /opt
|
||||||
%attr(555,root,root) /proc
|
%attr(555,root,root) /proc
|
||||||
%attr(750,root,root) /root
|
%attr(750,root,root) /root
|
||||||
@ -52,12 +50,13 @@ rm -rf %{buildroot}
|
|||||||
/usr/share/info
|
/usr/share/info
|
||||||
/usr/share/man
|
/usr/share/man
|
||||||
/usr/share/misc
|
/usr/share/misc
|
||||||
|
/usr/share/pixmaps
|
||||||
/usr/src
|
/usr/src
|
||||||
%dir /var
|
%dir /var
|
||||||
/var/db
|
/var/db
|
||||||
/var/lib
|
/var/lib
|
||||||
/var/local
|
/var/local
|
||||||
%dir %attr(755,root,root) /var/lock
|
%dir %attr(0775,root,lock) /var/lock
|
||||||
%attr(755,root,root) /var/lock/subsys
|
%attr(755,root,root) /var/lock/subsys
|
||||||
/var/cache
|
/var/cache
|
||||||
/var/log
|
/var/log
|
||||||
@ -70,11 +69,32 @@ rm -rf %{buildroot}
|
|||||||
%attr(755,root,root) /var/spool/lpd
|
%attr(755,root,root) /var/spool/lpd
|
||||||
%attr(775,root,mail) /var/spool/mail
|
%attr(775,root,mail) /var/spool/mail
|
||||||
%attr(1777,root,root) /var/tmp
|
%attr(1777,root,root) /var/tmp
|
||||||
|
/var/yp
|
||||||
|
|
||||||
%changelog
|
%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
|
- 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>
|
* Mon Jun 25 2001 Bill Nottingham <notting@redhat.com>
|
||||||
- don't conflict with rpm
|
- don't conflict with rpm
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user