-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Peter Jones <[email protected]>
- Loading branch information
Showing
2 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
VERSION = 13 | ||
VERSION = 14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> - 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 <[email protected]> - 13-1 | ||
- Update to efibootmgr 13 | ||
- Add support for --sysprep and --driver to support UEFI System Prep | ||
|