auto-import filesystem-2.1.6-2 from filesystem-2.1.6-2.src.rpm
This commit is contained in:
parent
3d702fd128
commit
35ea7accc1
@ -1,7 +1,7 @@
|
||||
Summary: The basic directory layout for a Linux system.
|
||||
Name: filesystem
|
||||
Version: 2.1.6
|
||||
Release: 1
|
||||
Release: 2
|
||||
Copyright: Public Domain
|
||||
Group: System Environment/Base
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
@ -23,6 +23,7 @@ mkdir %{buildroot}
|
||||
|
||||
cd %{buildroot}
|
||||
tar xzf %{SOURCE0}
|
||||
mkdir -p %{buildroot}/mnt/{floppy,cdrom}
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
@ -36,6 +37,8 @@ rm -rf %{buildroot}
|
||||
/initrd
|
||||
/lib
|
||||
%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/floppy
|
||||
%dir /opt
|
||||
%attr(555,root,root) /proc
|
||||
%attr(750,root,root) /root
|
||||
@ -72,6 +75,9 @@ rm -rf %{buildroot}
|
||||
/var/yp
|
||||
|
||||
%changelog
|
||||
* Mon Aug 20 2001 Bill Nottingham <notting@redhat.com>
|
||||
- %%ghost /mnt/cdrom, /mnt/floppy (fixes #52046)
|
||||
|
||||
* Wed Aug 15 2001 Bill Nottingham <notting@redhat.com>
|
||||
- add /usr/X11R6/share (#51830)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user