From c7107c5fb37f6d729af0e351b09c09ed5af08ad6 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 17 Aug 2016 14:21:26 -0400 Subject: [PATCH] rebuild against new efivar and fwupdate Signed-off-by: Peter Jones --- fwupd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fwupd.spec b/fwupd.spec index abbdba8..925020c 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -6,7 +6,7 @@ Summary: Firmware update daemon Name: fwupd Version: 0.7.2 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ URL: https://github.com/hughsie/fwupd Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz @@ -34,7 +34,7 @@ BuildRequires: gcab BuildRequires: valgrind %ifarch x86_64 %{ix86} aarch64 -BuildRequires: fwupdate-devel >= 0.5 +BuildRequires: fwupdate-devel >= 7 %endif Requires(post): systemd @@ -160,6 +160,9 @@ make check VERBOSE=1 %{_libdir}/pkgconfig/dfu.pc %changelog +* Wed Aug 17 2016 Peter Jones - 0.7.2-5 +- rebuild against new efivar and fwupdate + * Fri Aug 12 2016 Adam Williamson - 0.7.2-4 - rebuild against new efivar and fwupdate