rpms/dracut/F-12 dracut-git4d9b6060d4df252474f3cc8999726f2066587cda.patch, NONE, 1.1 dracut.spec, 1.39, 1.40

Harald Hoyer harald at fedoraproject.org
Fri Oct 9 08:23:26 UTC 2009


Author: harald

Update of /cvs/pkgs/rpms/dracut/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7634

Modified Files:
	dracut.spec 
Added Files:
	dracut-git4d9b6060d4df252474f3cc8999726f2066587cda.patch 
Log Message:
* Fri Oct 09 2009 Harald Hoyer <harald at redhat.com> 002-13.2
- do not fail, if libdmraid-events-isw.so is not present


dracut-git4d9b6060d4df252474f3cc8999726f2066587cda.patch:
 install |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

--- NEW FILE dracut-git4d9b6060d4df252474f3cc8999726f2066587cda.patch ---
commit 4d9b6060d4df252474f3cc8999726f2066587cda
Author: Harald Hoyer <harald at redhat.com>
Date:   Fri Oct 9 10:16:08 2009 +0200

    dmraid: do not fail if /usr/lib/libdmraid-events-isw.so is not present

diff --git a/modules.d/90dmraid/install b/modules.d/90dmraid/install
index 0aecb2a..11a47a8 100755
--- a/modules.d/90dmraid/install
+++ b/modules.d/90dmraid/install
@@ -1,11 +1,9 @@
 #!/bin/bash
 dracut_install dmraid partx kpartx 
 
-if which dmeventd &>/dev/null ; then
-    dracut_install  dmeventd
-    dracut_install  /usr/lib*/libdmraid-events-isw.so*
-    inst_rules 10-dm.rules 12-dm-disk.rules 95-dm-notify.rules 
-fi
+inst  dmeventd
+inst  /usr/lib*/libdmraid-events-isw.so*
+inst_rules 10-dm.rules 12-dm-disk.rules 95-dm-notify.rules 
 
 inst "$moddir/dmraid.sh" /sbin/dmraid_scan
 


Index: dracut.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dracut/F-12/dracut.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -p -r1.39 -r1.40
--- dracut.spec	7 Oct 2009 14:15:42 -0000	1.39
+++ dracut.spec	9 Oct 2009 08:23:24 -0000	1.40
@@ -14,7 +14,7 @@
 
 Name: dracut
 Version: 002
-Release: 13%{?rdist}
+Release: 13.2%{?rdist}
 Summary: Initramfs generator using udev
 Group: System Environment/Base		
 License: GPLv2+	
@@ -24,6 +24,7 @@ Source0: dracut-%{version}%{?dashgittag}
 Patch1: dracut-git8d0a55cfac2b7dc2b3ce71235dce40fef17e9953.patch
 Patch2: dracut-gitcdc74b198ebbda69f550a7d744534e41cffd7e25.patch
 Patch3: dracut-gitac36d5db7e85ff2861b62ab7212655d49eee1b42.patch
+Patch4: dracut-git4d9b6060d4df252474f3cc8999726f2066587cda.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: udev
@@ -111,6 +112,7 @@ This package contains tools to assemble 
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 make
@@ -192,6 +194,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir /var/lib/dracut/overlay
 
 %changelog
+* Fri Oct 09 2009 Harald Hoyer <harald at redhat.com> 002-13.2
+- do not fail, if libdmraid-events-isw.so is not present
+
 * Wed Oct 07 2009 Harald Hoyer <harald at redhat.com> 002-13
 - fixed init=<command> handling
 - kill loginit if "rdinitdebug" specified




More information about the fedora-extras-commits mailing list