rpms/dracut/devel 0007-95udev-rules-fixed-c-p-bug-which-did-not-install-61.patch, NONE, 1.1 dracut.spec, 1.19, 1.20

Harald Hoyer harald at fedoraproject.org
Mon Sep 7 09:45:00 UTC 2009


Author: harald

Update of /cvs/pkgs/rpms/dracut/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28111

Modified Files:
	dracut.spec 
Added Files:
	0007-95udev-rules-fixed-c-p-bug-which-did-not-install-61.patch 
Log Message:
* Mon Sep 07 2009 Harald Hoyer <harald at redhat.com> 001-3
- fixed bug, which prevents installing 61-persistent-storage.rules (bug #520109)


0007-95udev-rules-fixed-c-p-bug-which-did-not-install-61.patch:
 install |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- NEW FILE 0007-95udev-rules-fixed-c-p-bug-which-did-not-install-61.patch ---
>From 96f3cf1d27268f3784f420ebb52228f3e6b08e77 Mon Sep 17 00:00:00 2001
From: Harald Hoyer <harald at redhat.com>
Date: Mon, 7 Sep 2009 11:40:20 +0200
Subject: [PATCH 7/8] 95udev-rules: fixed c&p bug which did not install 61-persistent-storage.rules

---
 modules.d/95udev-rules/install |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules.d/95udev-rules/install b/modules.d/95udev-rules/install
index cf22d1e..695e472 100755
--- a/modules.d/95udev-rules/install
+++ b/modules.d/95udev-rules/install
@@ -23,7 +23,7 @@ if [ ! -x /lib/udev/vol_id ]; then
 else
     inst_rules "$moddir/59-persistent-storage-volid.rules"
 fi
-inst_rules "$moddir/61-persistent-storage-volid.rules"
+inst_rules "$moddir/61-persistent-storage.rules"
     
 for i in \
 ata_id \
-- 
1.6.2.5



Index: dracut.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dracut/devel/dracut.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- dracut.spec	3 Sep 2009 15:32:41 -0000	1.19
+++ dracut.spec	7 Sep 2009 09:44:58 -0000	1.20
@@ -13,7 +13,7 @@
 
 Name: dracut
 Version: 001
-Release: 2%{?rdist}
+Release: 3%{?rdist}
 Summary: Initramfs generator using udev
 Group: System Environment/Base		
 License: GPLv2+	
@@ -22,7 +22,7 @@ Source0: dracut-%{version}%{?dashgittag}
 
 Patch1: 0005-mdraid-add-grep-for-convenience.patch
 Patch2: 0006--crypt-dmraid-lvm-mdraid-cleanup-with-pre-pivot-30.patch
-
+Patch3: 0007-95udev-rules-fixed-c-p-bug-which-did-not-install-61.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: udev
@@ -109,6 +109,7 @@ This package contains tools to assemble 
 %setup -q -n %{name}-%{version}%{?dashgittag}
 %patch1 -p1 
 %patch2 -p1 
+%patch3 -p1 
 
 %build
 make
@@ -185,6 +186,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir /var/lib/dracut/overlay
 
 %changelog
+* Mon Sep 07 2009 Harald Hoyer <harald at redhat.com> 001-3
+- fixed bug, which prevents installing 61-persistent-storage.rules (bug #520109)
+
 * Thu Sep 03 2009 Harald Hoyer <harald at redhat.com> 001-2
 - fixed missing grep for md
 - reorder cleanup




More information about the fedora-extras-commits mailing list