From 149e6601891a1259f665251a0568061fed88c81b Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Fri, 11 Sep 2009 20:12:49 +0000 Subject: [PATCH] - Remove writing rd_plytheme=$theme to kernel args in dracut mode (hansg) - Add a couple of test cases for extra initrds (rstrode) - Allow tmplLine to be NULL in getInitrdVal (rstrode) --- .cvsignore | 2 +- grubby.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 6e23ba4..db4b7b6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ clog -grubby-7.0.6.tar.bz2 +grubby-7.0.7.tar.bz2 diff --git a/grubby.spec b/grubby.spec index d03e551..5a24bef 100644 --- a/grubby.spec +++ b/grubby.spec @@ -1,5 +1,5 @@ Name: grubby -Version: 7.0.6 +Version: 7.0.7 Release: 1%{?dist} Summary: Command line tool for updating bootloader configs Group: System Environment/Base @@ -49,6 +49,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Sep 11 2009 Hans de Goede - 7.0.7-1 +- Remove writing rd_plytheme=$theme to kernel args in dracut mode (hansg) +- Add a couple of test cases for extra initrds (rstrode) +- Allow tmplLine to be NULL in getInitrdVal (rstrode) + * Fri Sep 11 2009 Peter Jones - 7.0.6-1 - Fix test case breakage from 7.0.5 (rstrode) diff --git a/sources b/sources index d630c84..bd76141 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b62e5856613bde1b218e905f4c4a4b6 grubby-7.0.6.tar.bz2 +59bbe10b0843a43fe7762cb7e6e9bae7 grubby-7.0.7.tar.bz2