Update to 8.1

Fix miss-spelled variable name in new-kernel-pkg
This commit is contained in:
Peter Jones 2011-07-22 16:37:58 -04:00
parent e98683f7ea
commit bd7a6ca65f
3 changed files with 7 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/grubby-8.0.tar.bz2
/grubby-8.1.tar.bz2

View File

@ -1,5 +1,5 @@
Name: grubby
Version: 8.0
Version: 8.1
Release: 1%{?dist}
Summary: Command line tool for updating bootloader configs
Group: System Environment/Base
@ -54,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Jul 22 2011 Peter Jones <pjones@redhat.com> - 8.1-1
- Update to 8.1
- Fix miss-spelled variable name in new-kernel-pkg
* Thu Jul 21 2011 Peter Jones <pjones@redhat.com> - 8.0-1
- Add support for grub2.

View File

@ -1 +1 @@
0b0bcee34a1b73df8ed4f091bd7baeb9 grubby-8.0.tar.bz2
40fbea759f1d5a14348ef4430c01aae5 grubby-8.1.tar.bz2