alt-java man page installation is now handled by the OpenJDK build

Related: RHEL-126022
This commit is contained in:
Andrew Hughes 2025-11-08 22:10:30 +00:00
parent 949c35163e
commit 0ea25a7374

View File

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