From 46d9466ffcc9f8d76e390a5e98865f4106e276a8 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-core.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osgi-core.spec b/osgi-core.spec index fe8b006..733f278 100644 --- a/osgi-core.spec +++ b/osgi-core.spec @@ -13,10 +13,10 @@ Source0: https://docs.osgi.org/download/r8/osgi.core-%{version}.jar BuildArch: noarch ExclusiveArch: %{java_arches} noarch -BuildRequires: maven-local %if %{with bootstrap} BuildRequires: javapackages-bootstrap %else +BuildRequires: maven-local BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.osgi:osgi.annotation) %endif