From de3acf84664ff00ba389d03d8ba2ca62f58968e6 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 --- httpcomponents-project.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpcomponents-project.spec b/httpcomponents-project.spec index 686b961..6436952 100644 --- a/httpcomponents-project.spec +++ b/httpcomponents-project.spec @@ -11,10 +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 BuildRequires: mvn(org.apache:apache:pom:) BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin) %endif