rpms/mkinitrd/F-7 mkinitrd-6.0.9-mdadm.patch, 1.2, 1.3 mkinitrd.spec, 1.201, 1.202

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Mon May 21 16:54:48 UTC 2007


Author: katzj

Update of /cvs/pkgs/rpms/mkinitrd/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29239

Modified Files:
	mkinitrd-6.0.9-mdadm.patch mkinitrd.spec 
Log Message:
* Mon May 21 2007 Jeremy Katz <katzj at redhat.com> - 6.0.9-5
- update mdadm patch to install binaries in the right place (#221696)


mkinitrd-6.0.9-mdadm.patch:

Index: mkinitrd-6.0.9-mdadm.patch
===================================================================
RCS file: /cvs/pkgs/rpms/mkinitrd/F-7/mkinitrd-6.0.9-mdadm.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mkinitrd-6.0.9-mdadm.patch	21 May 2007 16:53:09 -0000	1.2
+++ mkinitrd-6.0.9-mdadm.patch	21 May 2007 16:54:40 -0000	1.3
@@ -5,9 +5,9 @@
  fi
  
 +if [ -n "$raiddevices" ]; then
-+    inst /sbin/mdadm "$MNTIMAGE/bin/mdadm"
++    inst /sbin/mdadm "$MNTIMAGE"
 +    if [ -f /etc/mdadm.conf ]; then
-+        inst /etc/mdadm.conf "$MNTIMAGE/etc/mdadm.conf"
++        inst /etc/mdadm.conf "$MNTIMAGE"
 +    fi
 +fi
 +


Index: mkinitrd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mkinitrd/F-7/mkinitrd.spec,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -r1.201 -r1.202
--- mkinitrd.spec	21 May 2007 16:53:09 -0000	1.201
+++ mkinitrd.spec	21 May 2007 16:54:40 -0000	1.202
@@ -3,7 +3,7 @@
 Summary: Creates an initial ramdisk image for preloading modules.
 Name: mkinitrd
 Version: 6.0.9
-Release: 4
+Release: 5
 License: GPL
 Group: System Environment/Base
 Source0: mkinitrd-%{version}.tar.bz2
@@ -115,6 +115,9 @@
 %{_libdir}/libbdevid.so.*
 
 %changelog
+* Mon May 21 2007 Jeremy Katz <katzj at redhat.com> - 6.0.9-5
+- update mdadm patch to install binaries in the right place (#221696)
+
 * Mon May 21 2007 Peter Jones <pjones at redhat.com> - 6.0.9-4
 - Update patch from -2 to use dynamic mdadm.
 




More information about the scm-commits mailing list