From 090125b3d6425164c0f8ed04fa024d50f1c7d30c Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 16 Aug 2016 15:29:02 -0400 Subject: [PATCH] Bump version to fwupdate 6 - lots of build fixes for newer compilers and such - Use libsmbios on some systems to enable firmware updates (Mario Limonciello) - Use the correct reset type from the QueryCapsuleInfo data - Lots of fixes from auditing - Use efivar's error reporting infrastructure Signed-off-by: Peter Jones --- Make.version | 2 +- fwupdate.spec.in | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Make.version b/Make.version index 2052e6b..49bb76a 100644 --- a/Make.version +++ b/Make.version @@ -1 +1 @@ -VERSION = 5 +VERSION = 6 diff --git a/fwupdate.spec.in b/fwupdate.spec.in index 8e10d71..7c933d3 100644 --- a/fwupdate.spec.in +++ b/fwupdate.spec.in @@ -1,5 +1,5 @@ -%global efivar_version 0.24-1 -%global efibootmgr_version 13 +%global efivar_version 0.26-1 +%global efibootmgr_version 13-1 Name: fwupdate Version: @@VERSION@@ @@ -124,6 +124,14 @@ rm -rf $RPM_BUILD_ROOT /boot/efi/EFI/%{efidir}/fwup%{efiarch}.efi %changelog +* Tue Aug 16 2016 Peter Jones - 6-1 +- Update to 0.6 +- lots of build fixes for newer compilers and such +- Use libsmbios on some systems to enable firmware updates (Mario Limonciello) +- Use the correct reset type from the QueryCapsuleInfo data +- Lots of fixes from auditing +- Use efivar's error reporting infrastructure + * Tue Jun 02 2015 Peter Jones - 0.4-1 - Update to 0.4 - Set DESTDIR so it's more consistently respected