rpms/dracut/F-12 dracut-git67307075d197433fc3591d6678a5349b0b32b923.patch, NONE, 1.1 dracut.spec, 1.40, 1.41

Harald Hoyer harald at fedoraproject.org
Fri Oct 9 12:16:32 UTC 2009


Author: harald

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

Modified Files:
	dracut.spec 
Added Files:
	dracut-git67307075d197433fc3591d6678a5349b0b32b923.patch 
Log Message:
* Fri Oct 09 2009 Harald Hoyer <harald at redhat.com> 002-13.3
- removed one wildcard of libdmraid-events-isw.so install


dracut-git67307075d197433fc3591d6678a5349b0b32b923.patch:
 install |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE dracut-git67307075d197433fc3591d6678a5349b0b32b923.patch ---
commit 67307075d197433fc3591d6678a5349b0b32b923
Author: Harald Hoyer <harald at redhat.com>
Date:   Fri Oct 9 13:16:02 2009 +0200

    dmraid: only install libdmraid-events-isw.so
    
    the symlink will trigger install of the real lib file

diff --git a/modules.d/90dmraid/install b/modules.d/90dmraid/install
index 11a47a8..a1d2265 100755
--- a/modules.d/90dmraid/install
+++ b/modules.d/90dmraid/install
@@ -2,7 +2,7 @@
 dracut_install dmraid partx kpartx 
 
 inst  dmeventd
-inst  /usr/lib*/libdmraid-events-isw.so*
+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.40
retrieving revision 1.41
diff -u -p -r1.40 -r1.41
--- dracut.spec	9 Oct 2009 08:23:24 -0000	1.40
+++ dracut.spec	9 Oct 2009 12:16:32 -0000	1.41
@@ -14,7 +14,7 @@
 
 Name: dracut
 Version: 002
-Release: 13.2%{?rdist}
+Release: 13.3%{?rdist}
 Summary: Initramfs generator using udev
 Group: System Environment/Base		
 License: GPLv2+	
@@ -25,6 +25,7 @@ Patch1: dracut-git8d0a55cfac2b7dc2b3ce71
 Patch2: dracut-gitcdc74b198ebbda69f550a7d744534e41cffd7e25.patch
 Patch3: dracut-gitac36d5db7e85ff2861b62ab7212655d49eee1b42.patch
 Patch4: dracut-git4d9b6060d4df252474f3cc8999726f2066587cda.patch
+Patch5: dracut-git67307075d197433fc3591d6678a5349b0b32b923.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: udev
@@ -113,6 +114,7 @@ This package contains tools to assemble 
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 make
@@ -194,6 +196,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir /var/lib/dracut/overlay
 
 %changelog
+* Fri Oct 09 2009 Harald Hoyer <harald at redhat.com> 002-13.3
+- removed one wildcard of libdmraid-events-isw.so install
+
 * Fri Oct 09 2009 Harald Hoyer <harald at redhat.com> 002-13.2
 - do not fail, if libdmraid-events-isw.so is not present
 




More information about the fedora-extras-commits mailing list