Include static libraries in the vm_variant subdirectory after JDK-8307858 (libjvm.a)

Related: RHEL-126022
This commit is contained in:
Andrew Hughes 2025-10-01 21:17:28 +01:00
parent e852b3c53d
commit 6636ae8b18

View File

@ -989,6 +989,7 @@ fi
%dir %{_jvmdir}/%{sdkdir -- %{?1}}/lib/static/linux-%{archinstall}
%dir %{_jvmdir}/%{sdkdir -- %{?1}}/lib/static/linux-%{archinstall}/glibc
%{_jvmdir}/%{sdkdir -- %{?1}}/lib/static/linux-%{archinstall}/glibc/lib*.a
%{_jvmdir}/%{sdkdir -- %{?1}}/lib/static/linux-%{archinstall}/glibc/%{vm_variant}/lib*.a
}
%define files_javadoc() %{expand:
@ -2481,5 +2482,6 @@ exit 0
- Adjust CLDR expectations in TestTranslations.java after JDK-8317979 started using tzdata values
- Adjust TestTranslations.java to expect the same short name throughout for fr_FR and de_DE (bug?)
- Remove references to libsystemconf.so and nss.fips.cfg from the 21u FIPS patch
- Include static libraries in the vm_variant subdirectory after JDK-8307858 (libjvm.a)
- Sync the copy of the portable specfile with the latest update
- Related: RHEL-126022