From 1e7fd9cde234b8d44c2bdff239f69945593194e2 Mon Sep 17 00:00:00 2001 From: Andrew Hughes Date: Wed, 1 Oct 2025 21:17:28 +0100 Subject: [PATCH] Include static libraries in the vm_variant subdirectory after JDK-8307858 (libjvm.a) Related: RHEL-100678 --- java-25-openjdk.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java-25-openjdk.spec b/java-25-openjdk.spec index 7bad593..9796113 100644 --- a/java-25-openjdk.spec +++ b/java-25-openjdk.spec @@ -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: @@ -2478,6 +2479,7 @@ exit 0 - Adjust TestTranslations.java to expect the same short name throughout for fr_FR and de_DE (bug?) - Sync the copy of the portable specfile with the latest update - 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) - Related: RHEL-100678 * Mon Aug 25 2025 Andrew Hughes - 1:21.0.8.0.9-1