From fe70e86f8c4ef489532a83e64f10bbf209a4e4ae Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 15 Mar 2012 12:34:26 -0400 Subject: [PATCH] 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 - 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 - 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