[grubby/f17] Update to 8.10

Peter Jones pjones at fedoraproject.org
Thu Mar 15 16:35:12 UTC 2012


commit bf821502c3846eecb77ceaf8d3fedfca2d2746e0
Author: Peter Jones <pjones at redhat.com>
Date:   Thu Mar 15 12:34:26 2012 -0400

    Update to 8.10
    
    - Use "isquote" where appropriate
    - Make --remove-kenrel support titles in grub2 (jianzhong.huang)
    - Use grub2 if it's there on ppc.

 .gitignore  |    3 ++-
 grubby.spec |    8 +++++++-
 sources     |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 304373a..69842a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-/grubby-8.9.tar.bz2
+grubby-*.tar.bz2
+clog
diff --git a/grubby.spec b/grubby.spec
index b35666a..1e45960 100644
--- a/grubby.spec
+++ b/grubby.spec
@@ -1,5 +1,5 @@
 Name: grubby
-Version: 8.9
+Version: 8.10
 Release: 1%{?dist}
 Summary: Command line tool for updating bootloader configs
 Group: System Environment/Base
@@ -61,6 +61,12 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Thu Mar 15 2012 Peter Jones <pjones at redhat.com> - 8.10-1
+- Update to 8.10
+- Use "isquote" where appropriate
+- Make --remove-kenrel support titles in grub2 (jianzhong.huang)
+- Use grub2 if it's there on ppc.
+
 * 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)
diff --git a/sources b/sources
index d6e4a25..d2a1daa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f0f27d7e78ad1452e7d0bf0bf4ca0fc6  grubby-8.9.tar.bz2
+7b1c831d52cf264c7edb924cb4513ace  grubby-8.10.tar.bz2


More information about the scm-commits mailing list