Update build-requires in bootstrap mode

This commit is contained in:
Mikolaj Izdebski 2022-06-14 08:03:17 +02:00
parent 07636ff622
commit 6af764d86e

View File

@ -17,10 +17,10 @@ Source0: %{name}-%{version}.tar.gz
# File containing URL to CC-BY license text # File containing URL to CC-BY license text
Source1: NOTICE-CC-BY.txt Source1: NOTICE-CC-BY.txt
BuildRequires: maven-local-openjdk8
%if %{with bootstrap} %if %{with bootstrap}
BuildRequires: javapackages-bootstrap BuildRequires: javapackages-bootstrap-openjdk8
%else %else
BuildRequires: maven-local-openjdk8
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
%endif %endif