diff --git a/filesystem.spec b/filesystem.spec index c0a0f46..50d673c 100644 --- a/filesystem.spec +++ b/filesystem.spec @@ -1,7 +1,7 @@ Summary: The basic directory layout for a Linux system. Name: filesystem Version: 2.0.7 -Release: 1 +Release: 1.1 Copyright: Public Domain Group: System Environment/Base Source0: %{name}-%{version}.tar.gz @@ -23,7 +23,7 @@ mkdir %{buildroot} cd %{buildroot} tar xzf %{SOURCE0} - +mkdir -m 755 %{buildroot}/initrd %clean rm -rf %{buildroot} @@ -33,6 +33,7 @@ rm -rf %{buildroot} /boot /etc /home +/initrd /lib %dir /mnt %attr(775,root,root) /mnt/floppy @@ -71,6 +72,9 @@ rm -rf %{buildroot} %attr(1777,root,root) /var/tmp %changelog +* Tue Sep 18 2001 Bill Nottingham +- add /initrd + * Fri Jul 21 2000 Bill Nottingham - add /usr/share/empty