From 3d58bfa5938234fc1a1adc41794fdf3f67a52156 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 25 Jan 2017 05:39:09 +0100 Subject: [PATCH] Build with gpg2 support to match seahorse https://bugzilla.redhat.com/show_bug.cgi?id=1005916 --- gcr.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gcr.spec b/gcr.spec index 3d630d3..52494c6 100644 --- a/gcr.spec +++ b/gcr.spec @@ -4,7 +4,7 @@ Name: gcr Version: 3.20.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A library for bits of crypto UI and parsing Group: Development/Libraries @@ -25,7 +25,7 @@ BuildRequires: vala %if 0%{?has_valgrind} BuildRequires: valgrind-devel %endif -BuildRequires: /usr/bin/gpg +BuildRequires: /usr/bin/gpg2 BuildRequires: /usr/bin/valac BuildRequires: /usr/bin/xsltproc @@ -137,6 +137,9 @@ fi %changelog +* Wed Jan 25 2017 Kalev Lember - 3.20.0-3 +- Build with gpg2 support to match seahorse (#1005916) + * Thu Sep 22 2016 Kalev Lember - 3.20.0-2 - BR vala instead of obsolete vala-tools subpackage