diff --git a/java-latest-openjdk.spec b/java-latest-openjdk.spec index ca9061a..c12695f 100644 --- a/java-latest-openjdk.spec +++ b/java-latest-openjdk.spec @@ -24,7 +24,7 @@ # Build a fresh libjvm.so for use in a copy of the bootstrap JDK %bcond_without fresh_libjvm # Build with system libraries -%bcond_with system_libs +%bcond_without system_libs # Workaround for stripping of debug symbols from static libraries %if %{with staticlibs} @@ -380,7 +380,7 @@ %global top_level_dir_name %{origin} %global top_level_dir_name_backup %{top_level_dir_name}-backup %global buildver 36 -%global rpmrelease 2 +%global rpmrelease 3 # Priority must be 8 digits in total; up to openjdk 1.8, we were using 18..... so when we moved to 11, we had to add another digit %if %is_system_jdk # Using 10 digits may overflow the int used for priority, so we combine the patch and build versions @@ -2681,6 +2681,9 @@ cjc.mainProgram(args) %endif %changelog +* Tue Sep 20 2022 Andrew Hughes - 1:19.0.0.0.36-3.rolling +- Flip the use of system libraries back on by default, as in-tree libraries should only be used on Fedora 37+ + * Tue Aug 30 2022 Andrew Hughes - 1:19.0.0.0.36-2.rolling - Switch buildjdkver back to being featurever, now java-19-openjdk is available in the buildroot