Update to 8.10

- Use "isquote" where appropriate
- Make --remove-kenrel support titles in grub2 (jianzhong.huang)
- Use grub2 if it's there on ppc.
This commit is contained in:
Peter Jones 2012-03-15 12:34:26 -04:00
parent a1dfda3852
commit fe70e86f8c
3 changed files with 10 additions and 3 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
/grubby-8.9.tar.bz2
grubby-*.tar.bz2
clog

View File

@ -1,5 +1,5 @@
Name: grubby
Version: 8.9
Version: 8.10
Release: 1%{?dist}
Summary: Command line tool for updating bootloader configs
Group: System Environment/Base
@ -61,6 +61,12 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Thu Mar 15 2012 Peter Jones <pjones@redhat.com> - 8.10-1
- Update to 8.10
- Use "isquote" where appropriate
- Make --remove-kenrel support titles in grub2 (jianzhong.huang)
- Use grub2 if it's there on ppc.
* Fri Mar 02 2012 Peter Jones <pjones@redhat.com> - 8.9-1
- Refactor grub2 title extraction, making it a function (Cleber Rosa)
- Include prefix when printing kernel information (Cleber Rosa)

View File

@ -1 +1 @@
f0f27d7e78ad1452e7d0bf0bf4ca0fc6 grubby-8.9.tar.bz2
7b1c831d52cf264c7edb924cb4513ace grubby-8.10.tar.bz2