[grubby] Refactor grub2 title extraction, making it a function (Cleber Rosa)

Peter Jones pjones at fedoraproject.org
Fri Mar 2 22:17:36 UTC 2012


commit a1dfda38522cc62cac4113bede2be35e548f0e9a
Author: Peter Jones <pjones at redhat.com>
Date:   Fri Mar 2 17:17:04 2012 -0500

    Refactor grub2 title extraction, making it a function (Cleber Rosa)
    
    - Include prefix when printing kernel information (Cleber Rosa)
    - Implement support for "default saved" for grub2 (Cleber Rosa)
    - Try to display title when printing information with '--info' (Cleber Rosa)
    - new-kernel-pkg fails to find U-Boot. (D. Marlin)
    - Add support to new-kernel-pkg to recognize ARCH == armv5tel needed for Kir
      (D.Marlin)
    - Include a / when one is missing in paths (#769641)
    - Fix hard coded paths so kernel's "make install" will DTRT.
    - Fix endswith() to correctly test its input for validity.

 .gitignore                    |    2 +-
 grubby-8.8-add-armv5tel.patch |   48 -----------------------------------------
 grubby.spec                   |   20 +++++++++++------
 sources                       |    2 +-
 4 files changed, 15 insertions(+), 57 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cab0846..304373a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/grubby-8.8.tar.bz2
+/grubby-8.9.tar.bz2
diff --git a/grubby.spec b/grubby.spec
index 1e6b3e1..b35666a 100644
--- a/grubby.spec
+++ b/grubby.spec
@@ -1,6 +1,6 @@
 Name: grubby
-Version: 8.8
-Release: 4%{?dist}
+Version: 8.9
+Release: 1%{?dist}
 Summary: Command line tool for updating bootloader configs
 Group: System Environment/Base
 License: GPLv2+
@@ -20,7 +20,6 @@ Requires: s390utils-base
 %ifarch %{arm}
 Requires: uboot-tools
 %endif
-Patch0: grubby-8.8-add-armv5tel.patch
 
 %description
 grubby  is  a command line tool for updating and displaying information about 
@@ -31,8 +30,6 @@ environment.
 
 %prep
 %setup -q
-%patch0 -p1
-
 
 %build
 make %{?_smp_mflags}
@@ -64,8 +61,17 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
-* Fri Mar 02 2012 Peter Jones <pjones at redhat.com> - 8.8-4
-- Add support for armv5tel.
+* Fri Mar 02 2012 Peter Jones <pjones at redhat.com> - 8.9-1
+- Refactor grub2 title extraction, making it a function (Cleber Rosa)
+- Include prefix when printing kernel information (Cleber Rosa)
+- Implement support for "default saved" for grub2 (Cleber Rosa)
+- Try to display title when printing information with '--info' (Cleber Rosa)
+- new-kernel-pkg fails to find U-Boot. (D. Marlin)
+- Add support to new-kernel-pkg to recognize ARCH == armv5tel needed for Kir
+  (D.Marlin)
+- Include a / when one is missing in paths (#769641)
+- Fix hard coded paths so kernel's "make install" will DTRT.
+- Fix endswith() to correctly test its input for validity.
 
 * Tue Feb 07 2012 Dennis Gilmore <dennis at ausil.us> - 8.8-3
 - add uboot-tools requires on arm arches
diff --git a/sources b/sources
index cfb14aa..d6e4a25 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a0236d98f870470b4987a91312a18996  grubby-8.8.tar.bz2
+f0f27d7e78ad1452e7d0bf0bf4ca0fc6  grubby-8.9.tar.bz2


More information about the scm-commits mailing list