From 9f2b9c7f5a496ecd00d129be2bd4c95b4204ee3a Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Mon, 9 Nov 2020 18:43:00 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libfido2.git#47d558941f033c5734347860df52facbe8461f1b --- libfido2.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libfido2.spec b/libfido2.spec index 410fcdc..bf14f5e 100644 --- a/libfido2.spec +++ b/libfido2.spec @@ -1,7 +1,7 @@ Name: libfido2 Version: 1.5.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: FIDO2 library License: BSD @@ -24,6 +24,7 @@ BuildRequires: libudev-devel BuildRequires: openssl-devel BuildRequires: gcc BuildRequires: gnupg2 +BuildRequires: make Requires: (u2f-hidraw-policy if systemd-udev) %description @@ -91,7 +92,11 @@ find %{buildroot} -type f -name "*.a" -delete -print %changelog -* Tuu Oct 29 2020 Jeff Law 1.5.0-2 +* Wed Nov 04 2020 Gary Buhrmaster 1.5.0-3 +- add BR make +- fix typo in changelog day (Tuu -> Thu) to make rpmlint happy + +* Thu Oct 29 2020 Jeff Law 1.5.0-2 - Work around false positive diagnostic in gcc-11 * Fri Sep 11 2020 Gary Buhrmaster 1.5.0-1