From d765b4fb69fdf2924bd98a6c967ed61c42e3b263 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 --- apache-commons-parent.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache-commons-parent.spec b/apache-commons-parent.spec index 481c86e..32a0a43 100644 --- a/apache-commons-parent.spec +++ b/apache-commons-parent.spec @@ -11,10 +11,10 @@ ExclusiveArch: %{java_arches} noarch Source0: https://github.com/apache/commons-parent/archive/rel/commons-parent-%{version}.tar.gz -BuildRequires: maven-local %if %{with bootstrap} BuildRequires: javapackages-bootstrap %else +BuildRequires: maven-local BuildRequires: mvn(org.apache:apache:pom:) BuildRequires: mvn(biz.aQute.bnd:biz.aQute.bndlib) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)