From 7d769081241a6f3b710fdec0ff192b1749fda718 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 --- osgi-annotation.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osgi-annotation.spec b/osgi-annotation.spec index d52d9e4..77196c8 100644 --- a/osgi-annotation.spec +++ b/osgi-annotation.spec @@ -14,10 +14,10 @@ ExclusiveArch: %{java_arches} noarch Source0: https://repo1.maven.org/maven2/org/osgi/osgi.annotation/%{version}/osgi.annotation-%{version}.jar Source1: https://repo1.maven.org/maven2/org/osgi/osgi.annotation/%{version}/osgi.annotation-%{version}.pom -BuildRequires: maven-local %if %{with bootstrap} BuildRequires: javapackages-bootstrap %else +BuildRequires: maven-local BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) %endif