- 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)
This commit is contained in:
Hans de Goede 2009-09-11 20:12:49 +00:00
parent 03f900cb94
commit 149e660189
3 changed files with 8 additions and 3 deletions

View File

@ -1,2 +1,2 @@
clog
grubby-7.0.6.tar.bz2
grubby-7.0.7.tar.bz2

View File

@ -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 <hdegoede@redhat.com> - 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 <pjones@redhat.com> - 7.0.6-1
- Fix test case breakage from 7.0.5 (rstrode)

View File

@ -1 +1 @@
5b62e5856613bde1b218e905f4c4a4b6 grubby-7.0.6.tar.bz2
59bbe10b0843a43fe7762cb7e6e9bae7 grubby-7.0.7.tar.bz2