Rebase to Tomcat JSS 8.2.0
This commit is contained in:
parent
13635a753d
commit
3e27211ec8
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@ tomcatjss-1.2.0.tar.gz
|
||||
/tomcatjss-8.1.0.tar.gz
|
||||
/tomcatjss-8.2.0-beta1.tar.gz
|
||||
/tomcatjss-8.2.0-beta2.tar.gz
|
||||
/tomcatjss-8.2.0.tar.gz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (tomcatjss-8.2.0-beta2.tar.gz) = 15a9a74045b73275a4aa8f3abb32919e77e296bbeae4e7be88250d09f8a0eea499062997afe59945c7f2e51bf6b84d108b0b5ef26c691f03d1e2d6253381f9d2
|
||||
SHA512 (tomcatjss-8.2.0.tar.gz) = f2a1e2c3f3e2902a3aab86b5caffd9a2f13fa1931c760c8488b6733c2fe558fa4b83a416683fa5851ee93f2b7e5f71931a82d0d8aa499572d45e5e28b810fb37
|
||||
|
||||
@ -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 Dogtag PKI Team <devel@lists.dogtagpki.org> - 8.2.0-1
|
||||
- Rebase to Tomcat JSS 8.2.0
|
||||
|
||||
* Thu Apr 28 2022 Dogtag PKI Team <devel@lists.dogtagpki.org> - 8.2.0-0.3.beta2
|
||||
- Rebase to Tomcat JSS 8.2.0-beta2
|
||||
- Rename packages to dogtag-tomcatjss
|
||||
|
||||
Loading…
Reference in New Issue
Block a user