diff --git a/filesystem.spec b/filesystem.spec index 2108b02..42e091a 100644 --- a/filesystem.spec +++ b/filesystem.spec @@ -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 +- %%ghost /mnt/cdrom, /mnt/floppy (fixes #52046) + * Wed Aug 15 2001 Bill Nottingham - add /usr/X11R6/share (#51830)