Added missing url

This commit is contained in:
Jiri Vanek 2023-04-20 13:17:08 +02:00
parent d5caa5ca0e
commit e0f2fd85ea
1 changed files with 1 additions and 1 deletions

View File

@ -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"