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:
parent
eb3e224b59
commit
a839bec616
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,3 +2,5 @@ clog
|
||||
.build*.log
|
||||
*.rpm
|
||||
*.tar.*
|
||||
.build*.log
|
||||
efibootmgr-*/
|
||||
|
@ -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 <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 Aug 17 2016 Peter Jones <pjones@redhat.com> - 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 <releng@fedoraproject.org> - 0.12-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user