From b4d13870fefb9f23ae74eaec1809862f237d5b0a Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 8 Dec 2011 12:46:26 -0800 Subject: [PATCH] new release 8.4 --- .gitignore | 1 + grubby.spec | 17 +++++++++++++++-- sources | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 402ce75..a490ec9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /grubby-8.3.tar.bz2 +/grubby-8.4.tar.bz2 diff --git a/grubby.spec b/grubby.spec index 99a7663..760411a 100644 --- a/grubby.spec +++ b/grubby.spec @@ -1,6 +1,6 @@ Name: grubby -Version: 8.3 -Release: 2%{?dist} +Version: 8.4 +Release: 1%{?dist} Summary: Command line tool for updating bootloader configs Group: System Environment/Base License: GPLv2+ @@ -58,6 +58,19 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Dec 08 2011 Adam Williamson - 8.4-1 +- Update to 8.4: + + fix Loading... line for updated kernels + + Add new '--default-title' feature + + Add new '--default-index' feature + + add feature for testing the output of a grubby command + + Fix detection when comparing stage1 to MBR + + do not link against glib-2.0 + + Don't crash if grubConfig not found + + Adding extlinux support for new-kernel-pkg + + Look for Debian / Ubuntu grub config files (#703260) + + Make grubby recognize Ubuntu's spin of Grub2 (#703260) + * Thu Dec 08 2011 Adam Williamson - 8.3-2 - fix the Loading... message when installing a new kernel Resolves: rhbz#732654 diff --git a/sources b/sources index 0a98a77..1183f16 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b8ca2090b1ef8c107f0e5f5caa26f2f1 grubby-8.3.tar.bz2 +9ac69e8d4937fdd3b4b4c7b3880958e9 grubby-8.4.tar.bz2