Handle linuxefi initrd and removal correctly.

Resolves: rhbz#859285
This commit is contained in:
Peter Jones 2012-10-02 14:11:01 -04:00
parent 6ca16bfbe3
commit 1952dd25e7
2 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Name: grubby
Version: 8.19
Version: 8.20
Release: 1%{?dist}
Summary: Command line tool for updating bootloader configs
Group: System Environment/Base
@ -71,9 +71,13 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Tue Oct 02 2012 Peter Jones <pjones@redhat.com> - 8.20-1
- Handle linuxefi initrd and removal correctly.
Resolves: rhbz#859285
* Wed Sep 26 2012 Peter Jones <pjones@redhat.com> - 8.19-1
- Don't accidentally migrate from linuxefi back to linux
Resolves: rhbz#859285
Related: rhbz#859285
* Fri Sep 21 2012 Peter Jones <pjones@redhat.com> - 8.18-1
- Change the way the kernel load address is determined for ARM U-Boot.

View File

@ -1 +1 @@
715a16fa8d1f8940b614755492c71bd9 grubby-8.19.tar.bz2
ae947854db5be391763c7716a7094867 grubby-8.20.tar.bz2