diff --git a/Make.version b/Make.version index a5b063c..6c1a128 100644 --- a/Make.version +++ b/Make.version @@ -1 +1 @@ -VERSION = 13 +VERSION = 14 diff --git a/efibootmgr.spec.in b/efibootmgr.spec.in index f961e49..009f81c 100644 --- a/efibootmgr.spec.in +++ b/efibootmgr.spec.in @@ -6,7 +6,7 @@ Group: System Environment/Base License: GPLv2+ URL: http://github.com/rhinstaller/%{name}/ BuildRequires: git, popt-devel -BuildRequires: efivar-libs >= 25-1, efivar-devel >= 25-1 +BuildRequires: efivar-libs >= 30-1, efivar-devel >= 30-1 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXXXX) # EFI/UEFI don't exist on PPC ExclusiveArch: %{ix86} x86_64 aarch64 arm @@ -53,6 +53,17 @@ rm -rf %{buildroot} %doc README %changelog +* Tue Sep 27 2016 Peter Jones - 14-1 +- 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 + * Wed Aug 17 2016 Peter Jones - 13-1 - Update to efibootmgr 13 - Add support for --sysprep and --driver to support UEFI System Prep