Update build-requires in bootstrap mode

This commit is contained in:
Mikolaj Izdebski 2022-06-14 08:03:17 +02:00
parent b907f8be5a
commit 93b9c3927e

View File

@ -21,9 +21,10 @@ Source7: https://repo1.maven.org/maven2/org/ow2/asm/asm-util/%{version}/a
# The source contains binary jars that cannot be verified for licensing and could be proprietary # The source contains binary jars that cannot be verified for licensing and could be proprietary
Source9: generate-tarball.sh Source9: generate-tarball.sh
BuildRequires: maven-local
%if %{with bootstrap} %if %{with bootstrap}
BuildRequires: javapackages-bootstrap BuildRequires: javapackages-bootstrap
%else
BuildRequires: maven-local
%endif %endif
# Explicit javapackages-tools requires since asm-processor script uses # Explicit javapackages-tools requires since asm-processor script uses