From 1a22eef3bf08fd6d5ee71599efc966dba96fd734 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 1 Mar 2022 07:46:45 -0500 Subject: [PATCH] import gpgme-1.15.1-6.el9 --- SPECS/gpgme.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/SPECS/gpgme.spec b/SPECS/gpgme.spec index 0be3901..c407871 100644 --- a/SPECS/gpgme.spec +++ b/SPECS/gpgme.spec @@ -9,7 +9,7 @@ Name: gpgme Summary: GnuPG Made Easy - high level crypto API Version: 1.15.1 -Release: 5%{?dist} +Release: 6%{?dist} # /usr/bin/gpgme-tool is licensed under GPLv3+ # the rest is licensed under LGPLv2+ @@ -99,6 +99,7 @@ BuildRequires: cmake %package -n q%{name} Summary: Qt API bindings/wrapper for GPGME Requires: %{name}pp%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} +Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Test) @@ -222,6 +223,10 @@ make check %{python3_sitearch}/gpg/ %changelog +* Thu Feb 17 2022 Jiri Kucera - 1.15.1-6 +- Rebuild + Resolves: #2035319 + * Mon Aug 09 2021 Mohan Boddu - 1.15.1-5 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688