]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dmraid: add missing dso
authorHarald Hoyer <harald@redhat.com>
Thu, 24 Sep 2009 00:16:31 +0000 (17:16 -0700)
committerHarald Hoyer <harald@redhat.com>
Thu, 24 Sep 2009 00:16:31 +0000 (17:16 -0700)
dracut.spec
modules.d/90dmraid/install

index 52e0d3d7ad426bf539c7b173f26d021cf94caaf3..85db324e3b78f8f0f4de9908652cd495160c910c 100644 (file)
@@ -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 <wtogami@redaht.com> 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 <wtogami@redhat.com> 002-4
+- Fix LiveCD boot regression
+
+* Mon Sep 21 2009 Harald Hoyer <harald@redhat.com> 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 <harald@redhat.com> 002-2
 - do not cleanup dmraids
 - copy over lvm.conf
index 7d2dd415600fc1d5c3658e402af472c70a37679e..ba9cfb4ba239ebacfc243e3880fdda15cbc07702 100755 (executable)
@@ -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