Install alt-java man page from the misc tarball as it is no longer in the JDK image

Related: RHEL-52723
This commit is contained in:
Andrew Hughes 2024-04-14 21:59:25 +01:00
parent 7733965eb3
commit 7cd03dba3a

View File

@ -2189,6 +2189,8 @@ install -D -p -m 755 ${miscdir}/%{alt_java_name} $RPM_BUILD_ROOT%{jrebindir -- $
ln -sf %{sdkdir -- $suffix} %{jrelnk -- $suffix} ln -sf %{sdkdir -- $suffix} %{jrelnk -- $suffix}
popd 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 man pages
install -d -m 755 $RPM_BUILD_ROOT%{_mandir}/man1 install -d -m 755 $RPM_BUILD_ROOT%{_mandir}/man1
pushd ${jdk_image} pushd ${jdk_image}
@ -2508,6 +2510,7 @@ cjc.mainProgram(args)
- Switch to EA mode - Switch to EA mode
- Require tzdata 2023d due to local inclusion of JDK-8322725 - Require tzdata 2023d due to local inclusion of JDK-8322725
- Bump FreeType version to 2.13.2 following JDK-8316028 - Bump FreeType version to 2.13.2 following JDK-8316028
- Install alt-java man page from the misc tarball as it is no longer in the JDK image
- Related: RHEL-52723 - Related: RHEL-52723
* Tue Jul 30 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.2.0.13-3 * Tue Jul 30 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.2.0.13-3