From 6d915364fd2b769594ff5c51132d6d3f64049024 Mon Sep 17 00:00:00 2001 From: Andrew Hughes Date: Wed, 26 Nov 2025 23:00:09 +0000 Subject: [PATCH] Install jaxp-strict.properties.template added by JDK-8330542: "Template for Creating Strict JAXP Configuration File" Related: RHEL-126022 --- java-25-openjdk.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java-25-openjdk.spec b/java-25-openjdk.spec index 6e852d4..3184bc6 100644 --- a/java-25-openjdk.spec +++ b/java-25-openjdk.spec @@ -851,6 +851,7 @@ fi %config %{etcjavadir -- %{?1}}/conf/sdp/sdp.conf.template %config(noreplace) %{etcjavadir -- %{?1}}/conf/management/management.properties %config(noreplace) %{etcjavadir -- %{?1}}/conf/jaxp.properties +%config(noreplace) %{etcjavadir -- %{?1}}/conf/jaxp-strict.properties.template %config(noreplace) %{etcjavadir -- %{?1}}/conf/logging.properties %config(noreplace) %{etcjavadir -- %{?1}}/conf/net.properties %config(noreplace) %{etcjavadir -- %{?1}}/conf/sound.properties @@ -2494,5 +2495,6 @@ exit 0 - Flip crypto_policy_active to false while the crypto policy & FIPS patch is not present - Handle new libsimdsort.so introduced on x86_64 only by JDK-8309130 - Remove lible.so handling following its removal in JDK-8327476: "Upgrade JLine to 3.26.1" +- Install jaxp-strict.properties.template added by JDK-8330542: "Template for Creating Strict JAXP Configuration File" - Sync the copy of the portable specfile with the latest update - Related: RHEL-126022