From 9998f221a3534862b6da43d34fbbb210459d114b Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Tue, 14 Jun 2022 10:17:03 +0200 Subject: [PATCH] Update build-requires in bootstrap mode --- jdom.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdom.spec b/jdom.spec index 2d28513..d5975b9 100644 --- a/jdom.spec +++ b/jdom.spec @@ -47,10 +47,10 @@ Patch1: %{name}-1.1-OSGiManifest.patch # Patch100: CVE-2021-33813.patch -BuildRequires: javapackages-local %if %{with bootstrap} BuildRequires: javapackages-bootstrap %else +BuildRequires: javapackages-local BuildRequires: ant %endif