From 5001d168de4ca38944c27a7c61dc13684b4e4953 Mon Sep 17 00:00:00 2001 From: slava86 Date: Fri, 27 Oct 2023 15:20:36 +0000 Subject: [PATCH] disable bootstrap --- java-17-openjdk.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java-17-openjdk.spec b/java-17-openjdk.spec index a730a12..af39a6f 100644 --- a/java-17-openjdk.spec +++ b/java-17-openjdk.spec @@ -26,7 +26,7 @@ # Build with system libraries %bcond_with system_libs -%bcond_without bootstrap +%bcond_with bootstrap %define _duplicate_files_terminate_build 0 # Workaround for stripping of debug symbols from static libraries @@ -354,7 +354,7 @@ %global top_level_dir_name %{origin} %global top_level_dir_name_backup %{top_level_dir_name}-backup %global buildver 7 -%global rpmrelease 1 +%global rpmrelease 2 # 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