From 7d28ba377be9eeb0a04daf0f6ee4304fdd4c15c9 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 --- plexus-pom.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plexus-pom.spec b/plexus-pom.spec index c5b792b..1e94639 100644 --- a/plexus-pom.spec +++ b/plexus-pom.spec @@ -11,9 +11,10 @@ Source1: https://www.apache.org/licenses/LICENSE-2.0.txt BuildArch: noarch ExclusiveArch: %{java_arches} noarch -BuildRequires: maven-local %if %{with bootstrap} BuildRequires: javapackages-bootstrap +%else +BuildRequires: maven-local %endif %description