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 <pjones@redhat.com>
This commit is contained in:
Peter Jones 2016-08-10 18:01:02 -04:00
parent eb3e224b59
commit a839bec616
3 changed files with 19 additions and 9 deletions

2
.gitignore vendored
View File

@ -2,3 +2,5 @@ clog
.build*.log .build*.log
*.rpm *.rpm
*.tar.* *.tar.*
.build*.log
efibootmgr-*/

View File

@ -1,12 +1,15 @@
%define efivar_version 28-1
Summary: EFI Boot Manager Summary: EFI Boot Manager
Name: efibootmgr Name: efibootmgr
Version: 13 Version: 13
Release: 1%{?dist} Release: 2%{?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}/
BuildRequires: git, popt-devel 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) BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXXXX)
# EFI/UEFI don't exist on PPC # EFI/UEFI don't exist on PPC
ExclusiveArch: %{ix86} x86_64 aarch64 arm ExclusiveArch: %{ix86} x86_64 aarch64 arm
@ -53,12 +56,17 @@ rm -rf %{buildroot}
%doc README %doc README
%changelog %changelog
* Thu Aug 11 2016 Peter Jones <pjones@redhat.com> - 13-1 * Wed Aug 17 2016 Peter Jones <pjones@redhat.com> - 13-2
- Update to version 13 - Update to efibootmgr 13
- add efibootdump - Add support for --sysprep and --driver to support UEFI System Prep
- use efivar's error reporting facility Applications and UEFI Drivers.
- Add address range mirroring support - use efivar's error reporting facility, and show error traces when
- lots of bug fixes "-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 <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

View File

@ -1 +1 @@
19de18ec73201fd7e75f737f46ff5532 efibootmgr-13.tar.bz2 77d07acffe5b6f1ac4857088f12c35fb efibootmgr-13.tar.bz2