From 58532d474d084ed39c977279108dbbf208413ef5 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 6 Mar 2017 15:36:55 -0500 Subject: [PATCH] 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. Signed-off-by: Peter Jones --- Make.version | 2 +- fwupdate.spec.in | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Make.version b/Make.version index a7ea3c0..f7a0fa6 100644 --- a/Make.version +++ b/Make.version @@ -1 +1 @@ -VERSION = 8 +VERSION = 9 diff --git a/fwupdate.spec.in b/fwupdate.spec.in index 6dea638..de185d6 100644 --- a/fwupdate.spec.in +++ b/fwupdate.spec.in @@ -1,4 +1,5 @@ -%global efivar_version 30-1 +%global efivar_version 31-1 +%global efibootmgr_version 15-1 Name: fwupdate Version: @@VERSION@@ @@ -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 @@ -126,6 +127,15 @@ rm -rf $RPM_BUILD_ROOT /boot/efi/EFI/%{efidir}/fwup%{efiarch}.efi %changelog +* Mon Mar 06 2017 Peter Jones - 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 - 8-1 - Update to fwupdate 8 - Fix some i686 build errors