From 2b29df3b0ccefc1d76334815eb6333bf768371b1 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Tue, 14 Jun 2022 08:03:17 +0200 Subject: [PATCH] Update build-requires in bootstrap mode --- jansi.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jansi.spec b/jansi.spec index 2b09694..0f888f0 100644 --- a/jansi.spec +++ b/jansi.spec @@ -17,10 +17,10 @@ Source1: generate-tarball.sh Patch0: %{name}-jni.patch BuildRequires: gcc -BuildRequires: maven-local %if %{with bootstrap} BuildRequires: javapackages-bootstrap %else +BuildRequires: maven-local BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin) BuildRequires: mvn(org.apache.maven.surefire:surefire-junit-platform)