Rebase to Tomcat JSS 8.2.0

Resolves: #2076398
This commit is contained in:
Endi S. Dewata 2022-06-30 13:58:02 -05:00
parent b29ac464d3
commit 6b87d1b96c
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -34,3 +34,4 @@ tomcatjss-1.2.0.tar.gz
/tomcatjss-8.0.0.tar.gz
/tomcatjss-8.2.0-beta1.tar.gz
/tomcatjss-8.2.0-beta2.tar.gz
/tomcatjss-8.2.0.tar.gz

View File

@ -1 +1 @@
SHA512 (tomcatjss-8.2.0-beta2.tar.gz) = 15a9a74045b73275a4aa8f3abb32919e77e296bbeae4e7be88250d09f8a0eea499062997afe59945c7f2e51bf6b84d108b0b5ef26c691f03d1e2d6253381f9d2
SHA512 (tomcatjss-8.2.0.tar.gz) = f2a1e2c3f3e2902a3aab86b5caffd9a2f13fa1931c760c8488b6733c2fe558fa4b83a416683fa5851ee93f2b7e5f71931a82d0d8aa499572d45e5e28b810fb37

View File

@ -12,19 +12,19 @@ Name: tomcatjss
# Downstream release number:
# - development/stabilization (unsupported): 0.<n> where n >= 1
# - GA/update (supported): <n> where n >= 1
%global release_number 0.3
%global release_number 1
# Development phase:
# - development (unsupported): alpha<n> where n >= 1
# - stabilization (unsupported): beta<n> where n >= 1
# - GA/update (supported): <none>
%global phase beta2
%undefine phase
%undefine timestamp
%undefine commit_id
Summary: JSS Connector for Apache Tomcat
URL: https://www.dogtagpki.org/wiki/Tomcat_JSS
URL: https://github.com/dogtagpki/tomcatjss
License: LGPLv2+
BuildArch: noarch
Version: %{major_version}.%{minor_version}.%{update_version}
@ -142,6 +142,8 @@ Services (NSS).
%build
################################################################################
export JAVA_HOME=%{java_home}
./build.sh \
%{?_verbose:-v} \
--name=%{product_id} \
@ -177,6 +179,9 @@ Services (NSS).
################################################################################
%changelog
* Thu Jun 30 2022 Red Hat PKI Team <rhcs-maint@redhat.com> - 8.2.0-1
- Rebase to Tomcat JSS 8.2.0
* Mon May 02 2022 Red Hat PKI Team <rhcs-maint@redhat.com> - 8.2.0-0.3.beta2
- Rebase to Tomcat JSS 8.2.0-beta2
- Rename packages to idm-tomcatjss