From 539d9b64e2d868596300d7620d8c8085b757a0ef 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 --- junit.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/junit.spec b/junit.spec index 8ea08b8..54cb211 100644 --- a/junit.spec +++ b/junit.spec @@ -16,10 +16,10 @@ Source1: generate-tarball.sh Patch1: 0001-Port-to-hamcrest-2.2.patch -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-enforcer-plugin) BuildRequires: mvn(org.hamcrest:hamcrest-core)