rpms/grub/devel grub-0.97-tolower.patch, NONE, 1.1 grub.spec, 1.91, 1.92

Peter Jones pjones at fedoraproject.org
Tue Apr 7 20:50:45 UTC 2009


Author: pjones

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

Modified Files:
	grub.spec 
Added Files:
	grub-0.97-tolower.patch 
Log Message:
Always build grub_tolower in.


grub-0.97-tolower.patch:

--- NEW FILE grub-0.97-tolower.patch ---
>From 30c800b1fb63063708adbf8c168dd21ca694e51f Mon Sep 17 00:00:00 2001
From: Peter Jones <pjones at redhat.com>
Date: Tue, 7 Apr 2009 16:27:32 -0400
Subject: [PATCH] Always build grub_tolower() in.

---
 stage2/char_io.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/stage2/char_io.c b/stage2/char_io.c
index c4bce1a..9104eed 100644
--- a/stage2/char_io.c
+++ b/stage2/char_io.c
@@ -1107,7 +1107,6 @@ safe_parse_maxint (char **str_ptr, int *myint_ptr)
 }
 #endif /* STAGE1_5 */
 
-#if !defined(STAGE1_5) || defined(FSYS_FAT)
 int
 grub_tolower (int c)
 {
@@ -1116,7 +1115,6 @@ grub_tolower (int c)
 
   return c;
 }
-#endif /* ! STAGE1_5 || FSYS_FAT */
 
 int
 grub_isspace (int c)
-- 
1.6.2



Index: grub.spec
===================================================================
RCS file: /cvs/extras/rpms/grub/devel/grub.spec,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- grub.spec	7 Apr 2009 20:06:16 -0000	1.91
+++ grub.spec	7 Apr 2009 20:50:13 -0000	1.92
@@ -39,6 +39,7 @@
 Patch11: grub-0.97-efistatus.patch
 Patch12: grub-0.97-fat-lowercase.patch
 Patch13: grub-0.97-efipxe.patch
+Patch14: grub-0.97-tolower.patch
 
 %description
 GRUB (Grand Unified Boot Loader) is an experimental boot loader
@@ -62,6 +63,7 @@
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
+%patch14 -p1
 
 %build
 autoreconf




More information about the fedora-extras-commits mailing list