Rebase to JSS 5.7.0

Resolves: RHEL-99832
This commit is contained in:
Christina Fu 2025-08-06 15:58:20 -07:00
parent a7bd8563c0
commit 2f3646ee3c

View File

@ -13,7 +13,7 @@ Name: jss
# Downstream release number:
# - development/stabilization (unsupported): 0.<n> where n >= 1
# - GA/update (supported): <n> where n >= 1
%global release_number 1
%global release_number 2
# Development phase:
# - development (unsupported): alpha<n> where n >= 1
@ -403,7 +403,7 @@ cp base/target/jss-tests.jar %{buildroot}%{_datadir}/jss/tests/lib
################################################################################
%changelog
* Tue Aug 5 2025 Red Hat PKI Team <rhcs-maint@redhat.com> - 5.7.0-1
* Wed Aug 6 2025 Red Hat PKI Team <rhcs-maint@redhat.com> - 5.7.0-2
- 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