From e0f2fd85ea62e74fbae69824156b016fd9fcd012 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Thu, 20 Apr 2023 13:17:08 +0200 Subject: [PATCH] Added missing url --- java-latest-openjdk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java-latest-openjdk.spec b/java-latest-openjdk.spec index 648e108..b27565c 100644 --- a/java-latest-openjdk.spec +++ b/java-latest-openjdk.spec @@ -1692,7 +1692,7 @@ if [ %{include_debug_build} -eq 0 -a %{include_normal_build} -eq 0 -a %{includ echo "You have disabled all builds (normal,fastdebug,slowdebug). That is a no go." exit 14 fi - +# https://bugzilla.redhat.com/show_bug.cgi?id=1189084 prioritylength=`expr length %{priority}` if [ $prioritylength -ne 8 ] ; then echo "priority must be 8 digits in total, violated"