- Add support for bootable devices with 4kB sectors.

This commit is contained in:
Peter Jones 2010-12-01 15:45:35 -05:00
parent f172259ea6
commit 6ceeadc835

View File

@ -1,7 +1,7 @@
Summary: EFI Boot Manager
Name: efibootmgr
Version: 0.5.4
Release: 9%{?dist}
Release: 10%{?dist}
Group: System Environment/Base
License: GPLv2+
URL: http://linux.dell.com/%{name}/
@ -54,6 +54,9 @@ rm -rf %{buildroot}
%doc README INSTALL COPYING
%changelog
* Wed Dec 01 2010 Peter Jones <pjones@redhat.com> - 0.5.4-10
- Add support for bootable devices with 4kB sectors.
* Wed Apr 14 2010 Peter Jones <pjones@redhat.com> - 0.5.4-9
- Make \EFI\redhat\grub.efi the default bootloader
Resolves: rhbz#579665