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