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:
parent
a839bec616
commit
60a3748229
@ -1,9 +1,9 @@
|
|||||||
%define efivar_version 28-1
|
%define efivar_version 30-1
|
||||||
|
|
||||||
Summary: EFI Boot Manager
|
Summary: EFI Boot Manager
|
||||||
Name: efibootmgr
|
Name: efibootmgr
|
||||||
Version: 13
|
Version: 14
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://github.com/rhinstaller/%{name}/
|
URL: http://github.com/rhinstaller/%{name}/
|
||||||
@ -56,6 +56,16 @@ rm -rf %{buildroot}
|
|||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 17 2016 Peter Jones <pjones@redhat.com> - 13-2
|
||||||
- Update to efibootmgr 13
|
- Update to efibootmgr 13
|
||||||
- Add support for --sysprep and --driver to support UEFI System Prep
|
- Add support for --sysprep and --driver to support UEFI System Prep
|
||||||
@ -68,6 +78,13 @@ rm -rf %{buildroot}
|
|||||||
reports and similar.
|
reports and similar.
|
||||||
- miscellaneous bugfixes.
|
- 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
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user