Update build-requires in bootstrap mode

This commit is contained in:
Mikolaj Izdebski 2022-06-14 08:03:17 +02:00
parent f6a5eac116
commit d765b4fb69

View File

@ -11,10 +11,10 @@ ExclusiveArch: %{java_arches} noarch
Source0: https://github.com/apache/commons-parent/archive/rel/commons-parent-%{version}.tar.gz Source0: https://github.com/apache/commons-parent/archive/rel/commons-parent-%{version}.tar.gz
BuildRequires: maven-local
%if %{with bootstrap} %if %{with bootstrap}
BuildRequires: javapackages-bootstrap BuildRequires: javapackages-bootstrap
%else %else
BuildRequires: maven-local
BuildRequires: mvn(org.apache:apache:pom:) BuildRequires: mvn(org.apache:apache:pom:)
BuildRequires: mvn(biz.aQute.bnd:biz.aQute.bndlib) BuildRequires: mvn(biz.aQute.bnd:biz.aQute.bndlib)
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)