Skip to content

Commit

Permalink
Update to fwupdate 9
Browse files Browse the repository at this point in the history
- gcc 7 fixes
- Ensure BootNext entries are in BootOrder to work around some broken
  firmwares.
- Minor bug fixes
- Support for detecting that an admin password is set when trying to enable
  firmware features.

Signed-off-by: Peter Jones <[email protected]>
  • Loading branch information
vathpela committed Mar 6, 2017
1 parent ba48ac4 commit 58532d4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Make.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = 8
VERSION = 9
14 changes: 12 additions & 2 deletions fwupdate.spec.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
%global efivar_version 30-1
%global efivar_version 31-1
%global efibootmgr_version 15-1

Name: fwupdate
Version: @@VERSION@@
Expand All @@ -13,7 +14,7 @@ BuildRequires: pesign
BuildRequires: elfutils popt-devel git gettext pkgconfig
BuildRequires: systemd
%ifarch x86_64 %{ix86}
BuildRequires: libsmbios-devel
BuildRequires: libsmbios-devel
%endif
ExclusiveArch: x86_64 %{ix86} aarch64
Source0: https://github.com/rhinstaller/fwupdate/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2
Expand Down Expand Up @@ -126,6 +127,15 @@ rm -rf $RPM_BUILD_ROOT
/boot/efi/EFI/%{efidir}/fwup%{efiarch}.efi

%changelog
* Mon Mar 06 2017 Peter Jones <[email protected]> - 9-1
- Update to fwupdate 9
- gcc 7 fixes
- Ensure BootNext entries are in BootOrder to work around some broken
firmwares.
- Minor bug fixes
- Support for detecting that an admin password is set when trying to enable
firmware features.

* Fri Aug 19 2016 Peter Jones <[email protected]> - 8-1
- Update to fwupdate 8
- Fix some i686 build errors
Expand Down

0 comments on commit 58532d4

Please sign in to comment.