From d594ceb5650985af8ce867aef5eb09a3fe2c5f85 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: May 15 2019 23:58:53 +0000 Subject: fix expired certificate, RH Bug 1666353 --- diff --git a/SPECS/gpgme.spec b/SPECS/gpgme.spec index 4e6dc49..9e59d17 100644 --- a/SPECS/gpgme.spec +++ b/SPECS/gpgme.spec @@ -18,7 +18,7 @@ Name: gpgme Summary: GnuPG Made Easy - high level crypto API Version: 1.10.0 -Release: 6%{?dist} +Release: 6%{?dist}.0.1 License: LGPLv2+ URL: https://gnupg.org/related_software/gpgme/ @@ -39,6 +39,9 @@ Patch1003: 0001-fix-stupid-ax_python_devel.patch # Fix resource leaks discovered by static code analyzer Patch1004: gpgme-1.10.0-fix-resource-leaks.patch +# CentOS fix expired test certs +Patch9999: gpgme-1.10.0-fix-expired-certs.patch + BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc @@ -253,6 +256,9 @@ fi %{python3_sitearch}/gpg/ %changelog +* Wed May 15 2019 Johnny Hughes +- Fix RH Bug: 1666353 with Patch9999 + * Mon Nov 12 2018 Jiri Kucera - 1.10.0-6 - Fix important static scanner issues Resolves: #1602526