auto-import changelog data from filesystem-2.0.7-1.1.src.rpm
Tue Sep 18 2001 Bill Nottingham <notting@redhat.com> - add /initrd
This commit is contained in:
parent
02bba4f898
commit
f2f054b89f
@ -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.0.7
|
Version: 2.0.7
|
||||||
Release: 1
|
Release: 1.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
|
||||||
@ -23,7 +23,7 @@ mkdir %{buildroot}
|
|||||||
|
|
||||||
cd %{buildroot}
|
cd %{buildroot}
|
||||||
tar xzf %{SOURCE0}
|
tar xzf %{SOURCE0}
|
||||||
|
mkdir -m 755 %{buildroot}/initrd
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
@ -33,6 +33,7 @@ rm -rf %{buildroot}
|
|||||||
/boot
|
/boot
|
||||||
/etc
|
/etc
|
||||||
/home
|
/home
|
||||||
|
/initrd
|
||||||
/lib
|
/lib
|
||||||
%dir /mnt
|
%dir /mnt
|
||||||
%attr(775,root,root) /mnt/floppy
|
%attr(775,root,root) /mnt/floppy
|
||||||
@ -71,6 +72,9 @@ rm -rf %{buildroot}
|
|||||||
%attr(1777,root,root) /var/tmp
|
%attr(1777,root,root) /var/tmp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 18 2001 Bill Nottingham <notting@redhat.com>
|
||||||
|
- add /initrd
|
||||||
|
|
||||||
* Fri Jul 21 2000 Bill Nottingham <notting@redhat.com>
|
* Fri Jul 21 2000 Bill Nottingham <notting@redhat.com>
|
||||||
- add /usr/share/empty
|
- add /usr/share/empty
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user