From e37f5a99025450c256fdfb23e361e7a18eb31c94 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 --- hamcrest.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hamcrest.spec b/hamcrest.spec index f2c2773..4198d77 100644 --- a/hamcrest.spec +++ b/hamcrest.spec @@ -16,10 +16,10 @@ Source1: https://repo1.maven.org/maven2/org/hamcrest/hamcrest/%{upstream_ Patch0: 0001-Fix-build-with-OpenJDK-11.patch -BuildRequires: maven-local %if %{with bootstrap} BuildRequires: javapackages-bootstrap %else +BuildRequires: maven-local BuildRequires: mvn(junit:junit) %endif