From a6e110c7faf2b45fad123a9c46b09039e5b4469b Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 25 May 2018 12:42:32 +0200 Subject: [PATCH] Add missing BuildRequires: gnupg2 for gpgv2 in %prep Signed-off-by: David Abdurachmanov --- gnutls.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnutls.spec b/gnutls.spec index f8dbac5..0a16d23 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -1,6 +1,6 @@ # This spec file has been automatically updated Version: 3.6.2 -Release: 1%{?dist} +Release: 2%{?dist} Patch1: gnutls-3.2.7-rpath.patch Patch2: gnutls-3.4.2-no-now-guile.patch Patch3: gnutls-3.6.1-disable-pss-tests.patch @@ -20,6 +20,7 @@ BuildRequires: trousers-devel >= 0.3.11.2 BuildRequires: libidn2-devel BuildRequires: libunistring-devel BuildRequires: gperf, net-tools, datefudge, softhsm +BuildRequires: gnupg2 # for a sanity check on cert loading BuildRequires: p11-kit-trust, ca-certificates Requires: crypto-policies @@ -270,6 +271,9 @@ fi %endif %changelog +* Fri May 25 2018 David Abdurachmanov - 3.6.2-2 +- Add missing BuildRequires: gnupg2 for gpgv2 in %%prep + * Fri Feb 16 2018 Nikos Mavrogiannopoulos - 3.6.2-1 - Update to upstream 3.6.2 release