ebase to JSS 5.7.0
Resolves: RHEL-99832
This commit is contained in:
parent
2ffccfd9e7
commit
a7bd8563c0
1
.gitignore
vendored
1
.gitignore
vendored
@ -59,3 +59,4 @@ jss-4.2.6.tar.gz
|
||||
/jss-5.6.0.tar.gz
|
||||
/jss-5.8.0-beta2.tar.gz
|
||||
/jss-5.7.0-beta2.tar.gz
|
||||
/jss-5.7.0.tar.gz
|
||||
|
||||
10
jss.spec
10
jss.spec
@ -13,15 +13,15 @@ Name: jss
|
||||
# Downstream release number:
|
||||
# - development/stabilization (unsupported): 0.<n> where n >= 1
|
||||
# - GA/update (supported): <n> where n >= 1
|
||||
%global release_number 0.1
|
||||
%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
|
||||
|
||||
%if 0%{?rhel} && 0%{?rhel} >= 10
|
||||
%if 0%{?rhel} && 0%{?rhel} >= 9
|
||||
%global enable_nss_version_pqc_def_flag -DENABLE_NSS_VERSION_PQC_DEF=ON
|
||||
%endif
|
||||
|
||||
@ -403,8 +403,8 @@ cp base/target/jss-tests.jar %{buildroot}%{_datadir}/jss/tests/lib
|
||||
|
||||
################################################################################
|
||||
%changelog
|
||||
* Thu Jul 31 2025 Red Hat PKI Team <rhcs-maint@redhat.com> - 5.7.0-0.1.beta2
|
||||
- Rebase to JSS 5.7.0-beta2
|
||||
* Tue Aug 5 2025 Red Hat PKI Team <rhcs-maint@redhat.com> - 5.7.0-1
|
||||
- Rebase to JSS 5.7.0
|
||||
- Jira Ticket RHCS-98721 ACME server: RFC 8555 violation: Support ES256 #4638 [rhel-10]
|
||||
- Jira Ticket IDM-2428 build encountered: PQC alg defs to match with NSS V3.112
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (jss-5.7.0-beta2.tar.gz) = ccb09a0a404a77a270fa407eac52fbb3480f8bc337a5697c4afbd6b29940fde2e763d44402ed98b39ced273e766665ebe37bcafaa00b28c0adb210922da65fd0
|
||||
SHA512 (jss-5.7.0.tar.gz) = 00062ebda25b50cd09db59f7bb1343bc4a25f5d5ceec46b734032d2da6004d8b1fb05f529dccbfe36d922cf8ad8b8695ba721eac3de214fb6ffcd881be44a2f1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user