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 <johnny@centos.org>
+- Fix RH Bug: 1666353 with Patch9999
+
 * Mon Nov 12 2018 Jiri Kucera <jkucera@redhat.com> - 1.10.0-6
 - Fix important static scanner issues
   Resolves: #1602526