Skip to content

Commit

Permalink
Bump version to 14
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jones <[email protected]>
  • Loading branch information
vathpela committed Sep 27, 2016
1 parent 1b576d0 commit b0c9900
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Make.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = 13
VERSION = 14
13 changes: 12 additions & 1 deletion efibootmgr.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b0c9900

Please sign in to comment.