Browse Source

dmraid: add missing dso

master
Harald Hoyer 16 years ago
parent
commit
678b3605e8
  1. 19
      dracut.spec
  2. 2
      modules.d/90dmraid/install

19
dracut.spec

@ -13,7 +13,7 @@ @@ -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 @@ -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

2
modules.d/90dmraid/install

@ -9,6 +9,6 @@ fi @@ -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


Loading…
Cancel
Save