rpms/grub/devel grub-0.97-partitionable-md.patch, NONE, 1.1 grub.spec, 1.100, 1.101

Peter Jones pjones at fedoraproject.org
Fri Jul 10 14:24:58 UTC 2009


Author: pjones

Update of /cvs/extras/rpms/grub/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29997

Modified Files:
	grub.spec 
Added Files:
	grub-0.97-partitionable-md.patch 
Log Message:
* Fri Jul 10 2009 Peter Jones <pjones at redhat.com> - 0.97-54
- Add support for partitionable md devices.


grub-0.97-partitionable-md.patch:

--- NEW FILE grub-0.97-partitionable-md.patch ---
diff -up grub-0.97/lib/device.c~ grub-0.97/lib/device.c
--- grub-0.97/lib/device.c~	2009-07-09 11:23:48.000000000 +0200
+++ grub-0.97/lib/device.c	2009-07-09 11:29:41.000000000 +0200
@@ -1107,6 +1107,7 @@ write_to_partition (char **map, int driv
 	   (strncmp(dev, "/dev/ida/", 9) == 0 ||
 	    strncmp(dev, "/dev/ataraid/", 13) == 0 ||
 	    strncmp(dev, "/dev/mapper/", 12) == 0 || 
+	    strncmp(dev, "/dev/md", 7) == 0 ||
 	    strncmp(dev, "/dev/cciss/", 11) == 0 ||
 	    strncmp(dev, "/dev/rd/", 8) == 0) ? "p" : "",
 	   ((partition >> 16) & 0xFF) + 1);


Index: grub.spec
===================================================================
RCS file: /cvs/extras/rpms/grub/devel/grub.spec,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -p -r1.100 -r1.101
--- grub.spec	30 Jun 2009 17:29:08 -0000	1.100
+++ grub.spec	10 Jul 2009 14:24:57 -0000	1.101
@@ -1,6 +1,6 @@
 Name: grub
 Version: 0.97
-Release: 53%{?dist}
+Release: 54%{?dist}
 Summary: Grand Unified Boot Loader.
 Group: System Environment/Base
 License: GPLv2+
@@ -136,6 +136,9 @@ fi
 %{_datadir}/grub
 
 %changelog
+* Fri Jul 10 2009 Peter Jones <pjones at redhat.com> - 0.97-54
+- Add support for partitionable md devices.
+
 * Tue Jun 30 2009 Peter Jones <pjones at redhat.com> - 0.97-53
 - Don't assume that gcc provides us with writable strings in the xfs driver
 




More information about the fedora-extras-commits mailing list