From a839bec61607987453a2b25f52e809eb345f4fb0 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Aug 17 2016 15:32:02 +0000 Subject: Update to efibootmgr 13 - Add support for --sysprep and --driver to support UEFI System Prep Applications and UEFI Drivers. - use efivar's error reporting facility, and show error traces when "-v -v" is used. - Still yet better error codes returned on failures. - Add -m and -M to support Memory Address Range Mirroring. - Add efibootdump, to examine Boot* variables found in tarballs in bug reports and similar. - miscellaneous bugfixes. Signed-off-by: Peter Jones --- diff --git a/.gitignore b/.gitignore index 968a028..8a9fab9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ clog .build*.log *.rpm *.tar.* +.build*.log +efibootmgr-*/ diff --git a/efibootmgr.spec b/efibootmgr.spec index 7b44702..587a9cd 100644 --- a/efibootmgr.spec +++ b/efibootmgr.spec @@ -1,12 +1,15 @@ +%define efivar_version 28-1 + Summary: EFI Boot Manager Name: efibootmgr Version: 13 -Release: 1%{?dist} +Release: 2%{?dist} 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 >= %{efivar_version} +BuildRequires: efivar-devel >= %{efivar_version} BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXXXX) # EFI/UEFI don't exist on PPC ExclusiveArch: %{ix86} x86_64 aarch64 arm @@ -53,12 +56,17 @@ rm -rf %{buildroot} %doc README %changelog -* 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 Aug 17 2016 Peter Jones - 13-2 +- Update to efibootmgr 13 +- Add support for --sysprep and --driver to support UEFI System Prep + Applications and UEFI Drivers. +- use efivar's error reporting facility, and show error traces when + "-v -v" is used. +- Still yet better error codes returned on failures. +- Add -m and -M to support Memory Address Range Mirroring. +- Add efibootdump, to examine Boot* variables found in tarballs in bug + reports and similar. +- miscellaneous bugfixes. * 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 a246fe6..1a32f5d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -19de18ec73201fd7e75f737f46ff5532 efibootmgr-13.tar.bz2 +77d07acffe5b6f1ac4857088f12c35fb efibootmgr-13.tar.bz2