From a3c19bf6e1893e41cccc78bb9f3b575ca5041cdf 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 --- xbean.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbean.spec b/xbean.spec index ddd42ac..0254def 100644 --- a/xbean.spec +++ b/xbean.spec @@ -15,10 +15,10 @@ Patch1: 0001-Remove-unused-import.patch Patch2: 0002-Unbundle-ASM.patch Patch3: 0003-Remove-dependency-on-log4j-and-commons-logging.patch -BuildRequires: maven-local %if %{with bootstrap} BuildRequires: javapackages-bootstrap %else +BuildRequires: maven-local BuildRequires: mvn(junit:junit) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.osgi:org.osgi.core)