diff --git a/efibootmgr.spec b/efibootmgr.spec index 587a9cd..3e2dc86 100644 --- a/efibootmgr.spec +++ b/efibootmgr.spec @@ -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 - 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 - 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 - 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 - 0.12-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 1a32f5d..920a962 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -77d07acffe5b6f1ac4857088f12c35fb efibootmgr-13.tar.bz2 +f74e87963c2c5cb1bf6d588675dbd9b4 efibootmgr-14.tar.bz2