diff --git a/.cvsignore b/.cvsignore index 477a4e6..c292eba 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -dracut-001.tar.bz2 +dracut-001-4d924752.tar.bz2 diff --git a/dracut.spec b/dracut.spec index 7b9a453..0d4e7be 100644 --- a/dracut.spec +++ b/dracut.spec @@ -1,3 +1,4 @@ +%define gittag 4d924752 %if 0%{?fedora} < 12 %define with_switch_root 1 %else @@ -13,17 +14,12 @@ Name: dracut Version: 001 -Release: 3%{?rdist} +Release: 9%{?rdist} Summary: Initramfs generator using udev Group: System Environment/Base License: GPLv2+ URL: http://apps.sourceforge.net/trac/dracut/wiki Source0: dracut-%{version}%{?dashgittag}.tar.bz2 - -Patch1: 0005-mdraid-add-grep-for-convenience.patch -Patch2: 0006--crypt-dmraid-lvm-mdraid-cleanup-with-pre-pivot-30.patch -Patch3: 0007-95udev-rules-fixed-c-p-bug-which-did-not-install-61.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: udev Requires: util-linux-ng @@ -47,9 +43,9 @@ Requires: mdadm, elfutils-libelf, plymouth >= 0.7.0 Requires: cryptsetup-luks Requires: file Requires: bzip2 -Requires: policycoreutils Requires: dmraid Requires: kbd +Requires: plymouth-scripts %if ! 0%{?with_switch_root} Requires: util-linux-ng >= 2.16 @@ -107,9 +103,6 @@ This package contains tools to assemble the local initrd and host configuration. %prep %setup -q -n %{name}-%{version}%{?dashgittag} -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 %build make @@ -187,6 +180,29 @@ rm -rf $RPM_BUILD_ROOT %dir /var/lib/dracut/overlay %changelog +* Tue Sep 15 2009 Harald Hoyer 001-9 +- 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 001-8 +- plymouth: use plymouth-populate-initrd +- add add_drivers for dracut and dracut.conf +- do not mount /proc and /selinux manually in selinux-load-policy + +* Wed Sep 09 2009 Harald Hoyer 001-7 +- add scsi_wait_scan to be sure everything was scanned + +* Tue Sep 08 2009 Harald Hoyer 001-6 +- fixed several problems with md raid containers +- fixed selinux policy loading + +* Tue Sep 08 2009 Harald Hoyer 001-5 +- patch does not honor file modes, fixed them manually + +* Mon Sep 07 2009 Harald Hoyer 001-4 +- fixed mdraid for IMSM + * Mon Sep 07 2009 Harald Hoyer 001-3 - fixed bug, which prevents installing 61-persistent-storage.rules (bug #520109) diff --git a/sources b/sources index eeb405a..1ce40b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -12d60478b28876747bee3d7c8c04be95 dracut-001.tar.bz2 +563decee38dd5987709dba90328c35f2 dracut-001-4d924752.tar.bz2