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

Related: RHEL-30943
This commit is contained in:
Andrew Hughes 2024-04-14 21:59:25 +01:00
parent f06a071f1b
commit 04e9bb7bbb

View File

@ -2177,6 +2177,8 @@ install -D -p -m 755 ${miscdir}/%{alt_java_name} $RPM_BUILD_ROOT%{jrebindir -- $
ln -sf %{sdkdir -- $suffix} %{jrelnk -- $suffix}
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}
@ -2490,7 +2492,7 @@ require "copy_jdk_configs.lua"
- Related: RHEL-30943
* Sun Apr 14 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.3.0.1-0.2.ea
- rebuilt
- Install alt-java man page from the misc tarball as it is no longer in the JDK image
- Related: RHEL-30943
* Sun Apr 14 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.3.0.1-0.1.ea