From 66235ad7b125f88b387713776d879e08134174c2 Mon Sep 17 00:00:00 2001 From: Andrew Hughes Date: Thu, 2 Oct 2025 23:26:54 +0100 Subject: [PATCH] Flip crypto_policy_active to false while the crypto policy & FIPS patch is not present Related: RHEL-126022 --- java-25-openjdk.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/java-25-openjdk.spec b/java-25-openjdk.spec index 13730a6..3b7451e 100644 --- a/java-25-openjdk.spec +++ b/java-25-openjdk.spec @@ -351,7 +351,7 @@ # Define current Git revision for the crypto policy & FIPS support patches %global fipsver 9203d50836c # 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 %global newjavaver %{featurever}.%{interimver}.%{updatever}.%{patchver} # Force 25 until we are actually ready to build that JDK version @@ -2487,5 +2487,6 @@ exit 0 - 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 - 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 - Sync the copy of the portable specfile with the latest update - Related: RHEL-126022