diff --git a/.gitignore b/.gitignore index e8b7b3a..cab0846 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/grubby-8.7.tar.bz2 +/grubby-8.8.tar.bz2 diff --git a/grubby.spec b/grubby.spec index e34ea78..87e9768 100644 --- a/grubby.spec +++ b/grubby.spec @@ -1,5 +1,5 @@ Name: grubby -Version: 8.7 +Version: 8.8 Release: 1%{?dist} Summary: Command line tool for updating bootloader configs Group: System Environment/Base @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Dec 20 2011 Peter Jones - 8.8-1 +- Fix test cases from 8.7 to work on a system without /boot mounted. + * Tue Dec 20 2011 Peter Jones - 8.7-1 - Add a --debug to try to help diagnose "No suitable template". (sandeen,pjones) diff --git a/sources b/sources index fa77e65..cfb14aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1bde96d19c5d572c9b7b10e2fdf8532b grubby-8.7.tar.bz2 +a0236d98f870470b4987a91312a18996 grubby-8.8.tar.bz2