From 0ea25a73740adbed5f2cc54ab4be20b5e3ab016a Mon Sep 17 00:00:00 2001 From: Andrew Hughes Date: Sat, 8 Nov 2025 22:10:30 +0000 Subject: [PATCH] alt-java man page installation is now handled by the OpenJDK build Related: RHEL-126022 --- java-25-openjdk.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/java-25-openjdk.spec b/java-25-openjdk.spec index 8b1baf8..c12884e 100644 --- a/java-25-openjdk.spec +++ b/java-25-openjdk.spec @@ -2157,8 +2157,6 @@ install -D -p -m 755 ${miscdir}/%{alt_java_name} $RPM_BUILD_ROOT%{jrebindir -- $ ln -sf /etc/pki/java/cacerts . popd - # Copy alt-java man page into image so it gets installed with the others - cp -a ${miscdir}/%{alt_java_name}.1 ${jdk_image}/man/man1 # Install man pages install -d -m 755 $RPM_BUILD_ROOT%{_mandir}/man1 pushd ${jdk_image} @@ -2496,5 +2494,6 @@ exit 0 - 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" +- alt-java man page installation is now handled by the OpenJDK build - Sync the copy of the portable specfile with the latest update - Related: RHEL-126022