From 9972cfcee85a04bde4d80dbaf5875641a1b62dc8 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Fri, 19 Aug 2016 09:50:52 -0400 Subject: [PATCH] Update to fwupdate 8 - Fix some i686 build errors - Be less stupid about SONAMEs so in the future we'll only have to rebuild dependent things on actual ABI changes. - Only depend on libsmbios on x86, for now, because it hasn't been ported to Aarch64. Signed-off-by: Peter Jones --- Make.version | 2 +- fwupdate.spec.in | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Make.version b/Make.version index a75899c..a7ea3c0 100644 --- a/Make.version +++ b/Make.version @@ -1 +1 @@ -VERSION = 7 +VERSION = 8 diff --git a/fwupdate.spec.in b/fwupdate.spec.in index b249ed1..ff6f55a 100644 --- a/fwupdate.spec.in +++ b/fwupdate.spec.in @@ -127,6 +127,14 @@ rm -rf $RPM_BUILD_ROOT /boot/efi/EFI/%{efidir}/fwup%{efiarch}.efi %changelog +* Fri Aug 19 2016 Peter Jones - 8-1 +- Update to fwupdate 8 +- Fix some i686 build errors +- Be less stupid about SONAMEs so in the future we'll only have to rebuild + dependent things on actual ABI changes. +- Only depend on libsmbios on x86, for now, because it hasn't been ported to + Aarch64. + * Tue Aug 16 2016 Peter Jones - 7-1 - Update to fwupdate 7. - Minor bug fixes.