diff --git a/dracut.spec b/dracut.spec index 52e0d3d7..85db324e 100644 --- a/dracut.spec +++ b/dracut.spec @@ -13,7 +13,7 @@ Name: dracut Version: 002 -Release: 2%{?rdist} +Release: 6%{?rdist} Summary: Initramfs generator using udev Group: System Environment/Base License: GPLv2+ @@ -180,6 +180,23 @@ rm -rf $RPM_BUILD_ROOT %dir /var/lib/dracut/overlay %changelog +* Wed Sep 23 2009 harald@redhat.com 002-6 +- add new device mapper udev rules and dmeventd + bug 525319, 525015 + +* Wed Sep 23 2009 Warren Togami 002-5 +- Revert back to -3, Add umount back to initrd + This makes no functional difference to LiveCD. See Bug #525319 + +* Mon Sep 21 2009 Warren Togami 002-4 +- Fix LiveCD boot regression + +* Mon Sep 21 2009 Harald Hoyer 002-3 +- bail out if selinux policy could not be loaded and + selinux=0 not specified on kernel command line + (bug #524113) +- set finished criteria for dmsquash live images + * Fri Sep 18 2009 Harald Hoyer 002-2 - do not cleanup dmraids - copy over lvm.conf diff --git a/modules.d/90dmraid/install b/modules.d/90dmraid/install index 7d2dd415..ba9cfb4b 100755 --- a/modules.d/90dmraid/install +++ b/modules.d/90dmraid/install @@ -9,6 +9,6 @@ fi inst_rules "$moddir/61-dmraid-imsm.rules" inst "$moddir/dmraid-cleanup.sh" /sbin/dmraid-cleanup inst_hook pre-trigger 30 "$moddir/parse-dm.sh" - +dracut_install /usr/lib*/libdmraid-events-isw.so* inst_rules 10-dm.rules 12-dm-disk.rules 95-dm-notify.rules