From b6af97d728fc5c1445dfd57cd0ca9ff8b77489c1 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 --- httpcomponents-core.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httpcomponents-core.spec b/httpcomponents-core.spec index bc63ca6..bca99f6 100644 --- a/httpcomponents-core.spec +++ b/httpcomponents-core.spec @@ -12,10 +12,10 @@ Patch0: 0001-Port-to-mockito-2.patch BuildArch: noarch ExclusiveArch: %{java_arches} noarch -BuildRequires: maven-local-openjdk8 %if %{with bootstrap} -BuildRequires: javapackages-bootstrap +BuildRequires: javapackages-bootstrap-openjdk8 %else +BuildRequires: maven-local-openjdk8 BuildRequires: mvn(commons-logging:commons-logging) BuildRequires: mvn(junit:junit) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)