- removed lvm/mdraid/dmraid lock files

- add missing ifname= files
This commit is contained in:
Harald Hoyer 2009-09-17 10:29:32 +00:00
parent 5a9298f981
commit d98ab270a3
3 changed files with 19 additions and 6 deletions

View File

@ -1 +1 @@
dracut-001-6f0e469d.tar.bz2 dracut-001-0f7e10ce.tar.bz2

View File

@ -1,4 +1,4 @@
%define gittag 6f0e469d %define gittag 0f7e10ce
%if 0%{?fedora} < 12 %if 0%{?fedora} < 12
%define with_switch_root 1 %define with_switch_root 1
%else %else
@ -14,7 +14,7 @@
Name: dracut Name: dracut
Version: 001 Version: 001
Release: 9%{?rdist} Release: 12%{?rdist}
Summary: Initramfs generator using udev Summary: Initramfs generator using udev
Group: System Environment/Base Group: System Environment/Base
License: GPLv2+ License: GPLv2+
@ -107,12 +107,13 @@ This package contains tools to assemble the local initrd and host configuration.
%build %build
make make
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT sbindir=/sbin \ make install DESTDIR=$RPM_BUILD_ROOT sbindir=/sbin \
sysconfdir=/etc mandir=%{_mandir} sysconfdir=/etc mandir=%{_mandir}
echo %{name}-%{version}-%{release} > $RPM_BUILD_ROOT/%{_datadir}/dracut/modules.d/10rpmversion/dracut-version
%if ! 0%{?with_switch_root} %if ! 0%{?with_switch_root}
rm -f $RPM_BUILD_ROOT/sbin/switch_root rm -f $RPM_BUILD_ROOT/sbin/switch_root
%endif %endif
@ -180,7 +181,19 @@ rm -rf $RPM_BUILD_ROOT
%dir /var/lib/dracut/overlay %dir /var/lib/dracut/overlay
%changelog %changelog
* Wed Sep 09 2009 Harald Hoyer <harald@redhat.com> 001-8 * Wed Sep 16 2009 Harald Hoyer <harald@redhat.com> 001-12
- removed lvm/mdraid/dmraid lock files
- add missing ifname= files
* Wed Sep 16 2009 Harald Hoyer <harald@redhat.com> 001-11
- generate dracut-version during rpm build time
* Tue Sep 15 2009 Harald Hoyer <harald@redhat.com> 001-10
- add ifname= argument for persistent netdev names
- new /initqueue-finished to check if the main loop can be left
- copy mdadm.conf if --mdadmconf set or mdadmconf in dracut.conf
* Wed Sep 09 2009 Harald Hoyer <harald@redhat.com> 001-9
- added Requires: plymouth-scripts - added Requires: plymouth-scripts
* Wed Sep 09 2009 Harald Hoyer <harald@redhat.com> 001-8 * Wed Sep 09 2009 Harald Hoyer <harald@redhat.com> 001-8

View File

@ -1 +1 @@
df4e82439d12aa0d6f17154881c354ac dracut-001-6f0e469d.tar.bz2 20f127543003896e26c7db6ecc664c92 dracut-001-0f7e10ce.tar.bz2