diff --git a/0001-Fix-URL-redirection-for-KRA-and-OCSP-web-UI-241.patch b/0001-Fix-URL-redirection-for-KRA-and-OCSP-web-UI-241.patch new file mode 100644 index 0000000..ef430f0 --- /dev/null +++ b/0001-Fix-URL-redirection-for-KRA-and-OCSP-web-UI-241.patch @@ -0,0 +1,42 @@ +From d57b32e2b4e0f7aa43f8f38e7ce539da6e0e93d7 Mon Sep 17 00:00:00 2001 +From: Dinesh Prasanth M K +Date: Wed, 14 Aug 2019 17:36:38 -0400 +Subject: [PATCH] Fix URL redirection for KRA and OCSP web UI (#241) + +Fixes changes introduced via commit: 2210c2a + +Signed-off-by: Dinesh Prasanth M K +--- + base/kra/shared/webapps/kra/services.template | 2 +- + base/ocsp/shared/webapps/ocsp/services.template | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/base/kra/shared/webapps/kra/services.template b/base/kra/shared/webapps/kra/services.template +index 941fb5277..930b41345 100644 +--- a/base/kra/shared/webapps/kra/services.template ++++ b/base/kra/shared/webapps/kra/services.template +@@ -106,7 +106,7 @@ Certificate System DRM Services Page + + + +-
  • SSL End Users Services ++
  • Agent Services + + + +diff --git a/base/ocsp/shared/webapps/ocsp/services.template b/base/ocsp/shared/webapps/ocsp/services.template +index c1c2839bb..5cc662845 100644 +--- a/base/ocsp/shared/webapps/ocsp/services.template ++++ b/base/ocsp/shared/webapps/ocsp/services.template +@@ -106,7 +106,7 @@ Certificate System OCSP Services Page + + + +-
  • SSL End Users Services ++
  • Agent Services + + + +-- +2.21.0 + diff --git a/dogtag-pki.spec b/dogtag-pki.spec index a591be9..bef9fb8 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: 1%{?_timestamp}%{?_commit_id}%{?dist} +Release: 2%{?_timestamp}%{?_commit_id}%{?dist} # global _phase -a1 # To create a tarball from a version tag: @@ -1542,6 +1542,9 @@ fi ################################################################################ %changelog +* Wed Aug 14 2019 Dogtag PKI Team - 10.7.3-2 +- Fix URL redirection for KRA and OCSP web UI + * Thu Aug 08 2019 Dogtag PKI Team - 10.7.3-1 - Rebased to PKI 10.7.3