Add support for grub2.

This commit is contained in:
Peter Jones 2011-07-21 16:19:09 -04:00
parent 0305287871
commit e98683f7ea
3 changed files with 6 additions and 4 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
grubby-7.0.17.tar.bz2
/grubby-7.0.18.tar.bz2
/grubby-8.0.tar.bz2

View File

@ -1,5 +1,5 @@
Name: grubby
Version: 7.0.18
Version: 8.0
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
* Thu Jul 21 2011 Peter Jones <pjones@redhat.com> - 8.0-1
- Add support for grub2.
* Tue Jun 07 2011 Brian C. Lane <bcl@redhat.com> - 7.0.18-1
- Bump version to 7.0.18 (bcl)
- Fixup new-kernel-pkg errors (#711493) (bcl)

View File

@ -1 +1 @@
3fb9afac250b6790ec14d8124bffb038 grubby-7.0.18.tar.bz2
0b0bcee34a1b73df8ed4f091bd7baeb9 grubby-8.0.tar.bz2