From b6c1b13bb9f72ccb73c887db9f5ea2058f0420ee Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Wed, 9 Aug 2023 16:37:53 +0200 Subject: [PATCH] Fix bootstrap BuildRequires --- jsoup.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jsoup.spec b/jsoup.spec index c21c203..640b332 100644 --- a/jsoup.spec +++ b/jsoup.spec @@ -14,10 +14,10 @@ Source0: %{name}-%{version}.tar.gz # The sources contain non-free scraped web pages as test data Source1: generate-tarball.sh -BuildRequires: maven-local-openjdk8 %if %{with bootstrap} -BuildRequires: javapackages-bootstrap +BuildRequires: javapackages-bootstrap-openjdk8 %else +BuildRequires: maven-local-openjdk8 BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) %endif