Update to efibootmgr 14

- Remove "(hex)" from description of --delete-bootnum
- Fix a typo in the popt options
- Add README.md
- make efibootdump install by default
- Man page fixes
- Better compiler detection
- Don't use --default-symver in efibootmgr
- Make -flto part of the overrideable CFLAGS

Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
Peter Jones 2016-09-27 14:45:50 -04:00
parent a839bec616
commit 60a3748229
2 changed files with 21 additions and 4 deletions

View File

@ -1,9 +1,9 @@
%define efivar_version 28-1
%define efivar_version 30-1
Summary: EFI Boot Manager
Name: efibootmgr
Version: 13
Release: 2%{?dist}
Version: 14
Release: 1%{?dist}
Group: System Environment/Base
License: GPLv2+
URL: http://github.com/rhinstaller/%{name}/
@ -56,6 +56,16 @@ rm -rf %{buildroot}
%doc README
%changelog
* Tue Sep 27 2016 Peter Jones <pjones@redhat.com> - 14-1
- Remove "(hex)" from description of --delete-bootnum
- Fix a typo in the popt options
- Add README.md
- make efibootdump install by default
- Man page fixes
- Better compiler detection
- Don't use --default-symver in efibootmgr
- Make -flto part of the overrideable CFLAGS
* Wed Aug 17 2016 Peter Jones <pjones@redhat.com> - 13-2
- Update to efibootmgr 13
- Add support for --sysprep and --driver to support UEFI System Prep
@ -68,6 +78,13 @@ rm -rf %{buildroot}
reports and similar.
- miscellaneous bugfixes.
* Thu Aug 11 2016 Peter Jones <pjones@redhat.com> - 13-1
- Update to version 13
- add efibootdump
- use efivar's error reporting facility
- Add address range mirroring support
- lots of bug fixes
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
77d07acffe5b6f1ac4857088f12c35fb efibootmgr-13.tar.bz2
f74e87963c2c5cb1bf6d588675dbd9b4 efibootmgr-14.tar.bz2