parent
c0ef9cfa25
commit
a4e89dbbd5
1
.gitignore
vendored
1
.gitignore
vendored
@ -42,3 +42,4 @@ jss-4.2.6.tar.gz
|
|||||||
/jss-5.0.3.tar.gz
|
/jss-5.0.3.tar.gz
|
||||||
/jss-5.2.0-beta1.tar.gz
|
/jss-5.2.0-beta1.tar.gz
|
||||||
/jss-5.2.0-beta2.tar.gz
|
/jss-5.2.0-beta2.tar.gz
|
||||||
|
/jss-5.2.0.tar.gz
|
||||||
|
11
jss.spec
11
jss.spec
@ -12,19 +12,19 @@ Name: jss
|
|||||||
# Downstream release number:
|
# Downstream release number:
|
||||||
# - development/stabilization (unsupported): 0.<n> where n >= 1
|
# - development/stabilization (unsupported): 0.<n> where n >= 1
|
||||||
# - GA/update (supported): <n> where n >= 1
|
# - GA/update (supported): <n> where n >= 1
|
||||||
%global release_number 0.3
|
%global release_number 1
|
||||||
|
|
||||||
# Development phase:
|
# Development phase:
|
||||||
# - development (unsupported): alpha<n> where n >= 1
|
# - development (unsupported): alpha<n> where n >= 1
|
||||||
# - stabilization (unsupported): beta<n> where n >= 1
|
# - stabilization (unsupported): beta<n> where n >= 1
|
||||||
# - GA/update (supported): <none>
|
# - GA/update (supported): <none>
|
||||||
%global phase beta2
|
%undefine phase
|
||||||
|
|
||||||
%undefine timestamp
|
%undefine timestamp
|
||||||
%undefine commit_id
|
%undefine commit_id
|
||||||
|
|
||||||
Summary: Java Security Services (JSS)
|
Summary: Java Security Services (JSS)
|
||||||
URL: http://www.dogtagpki.org/wiki/JSS
|
URL: https://github.com/dogtagpki/jss
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
Version: %{major_version}.%{minor_version}.%{update_version}
|
Version: %{major_version}.%{minor_version}.%{update_version}
|
||||||
Release: %{release_number}%{?phase:.}%{?phase}%{?timestamp:.}%{?timestamp}%{?commit_id:.}%{?commit_id}%{?dist}
|
Release: %{release_number}%{?phase:.}%{?phase}%{?timestamp:.}%{?timestamp}%{?commit_id:.}%{?commit_id}%{?dist}
|
||||||
@ -167,7 +167,7 @@ modutil -dbdir /etc/pki/nssdb -chkfips true | grep -q enabled && export FIPS_ENA
|
|||||||
--prefix-dir=%{_prefix} \
|
--prefix-dir=%{_prefix} \
|
||||||
--include-dir=%{_includedir} \
|
--include-dir=%{_includedir} \
|
||||||
--lib-dir=%{_libdir} \
|
--lib-dir=%{_libdir} \
|
||||||
--sysconfig-dir=%{_sysconfigdir} \
|
--sysconf-dir=%{_sysconfdir} \
|
||||||
--share-dir=%{_datadir} \
|
--share-dir=%{_datadir} \
|
||||||
--cmake=%{__cmake} \
|
--cmake=%{__cmake} \
|
||||||
--java-home=%{java_home} \
|
--java-home=%{java_home} \
|
||||||
@ -208,6 +208,9 @@ modutil -dbdir /etc/pki/nssdb -chkfips true | grep -q enabled && export FIPS_ENA
|
|||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 29 2022 Red Hat PKI Team <rhcs-maint@redhat.com> - 5.2.0-1
|
||||||
|
- Rebase to JSS 5.2.0
|
||||||
|
|
||||||
* Mon May 02 2022 Red Hat PKI Team <rhcs-maint@redhat.com> - 5.2.0-0.3.beta2
|
* Mon May 02 2022 Red Hat PKI Team <rhcs-maint@redhat.com> - 5.2.0-0.3.beta2
|
||||||
- Rebase to JSS 5.2.0-beta2
|
- Rebase to JSS 5.2.0-beta2
|
||||||
- Rename packages to idm-jss
|
- Rename packages to idm-jss
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (jss-5.2.0-beta2.tar.gz) = da0ff4cd544cb9d339995251f48a4e402f44ab838beacfc96a2d92bb32a6581c81c005bc075fb8cfa5220d2c92e332a946f28b7aa1be61ec2671c396d721e48f
|
SHA512 (jss-5.2.0.tar.gz) = daddcd424d3de93544485b2442b20ffa97cc3653e1ca82cf1402983f3dd08779157fc65ff240eb4872861fcdb02ed720e09e78e5238d51e664c3875f4bb6f663
|
||||||
|
Loading…
Reference in New Issue
Block a user