- Strip boot partition prefix from initrd path if present during --update.

Related: rhbz#557922
- add host only support for local kernel compiles (airlied)
This commit is contained in:
Peter Jones 2010-02-11 19:48:19 +00:00
parent b7db526663
commit f515ba7a5a
3 changed files with 8 additions and 3 deletions

View File

@ -1,2 +1,2 @@
clog
grubby-7.0.12.tar.bz2
grubby-7.0.13.tar.bz2

View File

@ -1,5 +1,5 @@
Name: grubby
Version: 7.0.12
Version: 7.0.13
Release: 1%{?dist}
Summary: Command line tool for updating bootloader configs
Group: System Environment/Base
@ -52,6 +52,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Feb 11 2010 Peter Jones <pjones@redhat.com> - 7.0.13-1
- Strip boot partition prefix from initrd path if present during --update.
Related: rhbz#557922
- add host only support for local kernel compiles (airlied)
* Mon Feb 08 2010 Peter Jones <pjones@redhat.com> - 7.0.12-1
- compare rootdev using uuid instead of stat, for better btrfs support (josef)
Resolves: rhbz#530108

View File

@ -1 +1 @@
ba476c1609300493b7b864b1a815e9c8 grubby-7.0.12.tar.bz2
879798163ebe78c1d9a0aca261fa622e grubby-7.0.13.tar.bz2