Install jaxp-strict.properties.template added by JDK-8330542: "Template for Creating Strict JAXP Configuration File"

Related: RHEL-126022
This commit is contained in:
Andrew Hughes 2025-11-26 23:00:09 +00:00
parent 6cbbcebddc
commit 6d915364fd

View File

@ -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