From cc5d8f17571dc11c833c742a3f1e02b5b7885b40 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 --- mojo-parent.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mojo-parent.spec b/mojo-parent.spec index ba9f357..9b070a9 100644 --- a/mojo-parent.spec +++ b/mojo-parent.spec @@ -12,9 +12,10 @@ ExclusiveArch: %{java_arches} noarch Source0: https://github.com/mojohaus/mojo-parent/archive/%{name}-%{version}.tar.gz Source1: https://www.apache.org/licenses/LICENSE-2.0.txt -BuildRequires: maven-local %if %{with bootstrap} BuildRequires: javapackages-bootstrap +%else +BuildRequires: maven-local %endif %description