From 98729c89fce6640cc8f18c414dfc9f39cd810745 Mon Sep 17 00:00:00 2001 From: Dinesh Prasanth M K Date: Wed, 14 Aug 2019 20:00:22 -0400 Subject: [PATCH] Rebuild with patches applied correctly Signed-off-by: Dinesh Prasanth M K --- dogtag-pki.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dogtag-pki.spec b/dogtag-pki.spec index bef9fb8..c1ba99a 100644 --- a/dogtag-pki.spec +++ b/dogtag-pki.spec @@ -8,7 +8,7 @@ URL: http://www.dogtagpki.org/ License: GPLv2 and LGPLv2 Version: 10.7.3 -Release: 2%{?_timestamp}%{?_commit_id}%{?dist} +Release: 3%{?_timestamp}%{?_commit_id}%{?dist} # global _phase -a1 # To create a tarball from a version tag: @@ -26,6 +26,8 @@ Source: https://github.com/dogtagpki/pki/archive/v%{version}%{?_phase}/pki-%{ver # > pki-VERSION-RELEASE.patch # Patch: pki-VERSION-RELEASE.patch +Patch1: 0001-Fix-URL-redirection-for-KRA-and-OCSP-web-UI-241.patch + ################################################################################ # NSS ################################################################################ @@ -1542,6 +1544,9 @@ fi ################################################################################ %changelog +* Wed Aug 14 2019 Dogtag PKI Team - 10.7.3-3 +- Rebuild with patches applied + * Wed Aug 14 2019 Dogtag PKI Team - 10.7.3-2 - Fix URL redirection for KRA and OCSP web UI