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 4164dc3..5da504b 100644 --- a/grubby.spec +++ b/grubby.spec @@ -1,5 +1,5 @@ Name: grubby -Version: 8.3 +Version: 8.4 Release: 1%{?dist} Summary: Command line tool for updating bootloader configs Group: System Environment/Base @@ -54,6 +54,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 Sep 29 2011 Peter Jones - 8.3-1 - Fix new-kernel-pkg invocation of grubby for grub (patch from Mads Kiilerich) Resolves: rhbz#725185 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