Flip crypto_policy_active to false while the crypto policy & FIPS patch is not present
Related: RHEL-100678
This commit is contained in:
parent
d647f733c7
commit
03393b2a1e
@ -351,7 +351,7 @@
|
|||||||
# Define current Git revision for the crypto policy & FIPS support patches
|
# Define current Git revision for the crypto policy & FIPS support patches
|
||||||
%global fipsver 9203d50836c
|
%global fipsver 9203d50836c
|
||||||
# Define whether the crypto policy is expected to be active when testing
|
# Define whether the crypto policy is expected to be active when testing
|
||||||
%global crypto_policy_active true
|
%global crypto_policy_active false
|
||||||
# Define JDK versions
|
# Define JDK versions
|
||||||
%global newjavaver %{featurever}.%{interimver}.%{updatever}.%{patchver}
|
%global newjavaver %{featurever}.%{interimver}.%{updatever}.%{patchver}
|
||||||
# Force 25 until we are actually ready to build that JDK version
|
# Force 25 until we are actually ready to build that JDK version
|
||||||
@ -2484,6 +2484,7 @@ exit 0
|
|||||||
- Include static libraries in the vm_variant subdirectory after JDK-8307858 (libjvm.a)
|
- Include static libraries in the vm_variant subdirectory after JDK-8307858 (libjvm.a)
|
||||||
- Flip equals test in TestSecurityProperties.java to handle null values from Security.getProperty
|
- Flip equals test in TestSecurityProperties.java to handle null values from Security.getProperty
|
||||||
- Introduce crypto_policy_active to designate whether we should expect policy adherence in testing
|
- Introduce crypto_policy_active to designate whether we should expect policy adherence in testing
|
||||||
|
- Flip crypto_policy_active to false while the crypto policy & FIPS patch is not present
|
||||||
- Related: RHEL-100678
|
- Related: RHEL-100678
|
||||||
|
|
||||||
* Mon Aug 25 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.8.0.9-1
|
* Mon Aug 25 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.8.0.9-1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user