From 43519a5fbee4801cdcaba72816c2613434c9df86 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 --- apache-resource-bundles.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache-resource-bundles.spec b/apache-resource-bundles.spec index 243dd62..2c965ef 100644 --- a/apache-resource-bundles.spec +++ b/apache-resource-bundles.spec @@ -21,10 +21,10 @@ Source4: https://repo1.maven.org/maven2/org/apache/apache-license-header- Source5: https://repo1.maven.org/maven2/org/apache/apache-incubator-disclaimer-resource-bundle/%{id_version}/apache-incubator-disclaimer-resource-bundle-%{id_version}-sources.jar Source6: https://repo1.maven.org/maven2/org/apache/apache-incubator-disclaimer-resource-bundle/%{id_version}/apache-incubator-disclaimer-resource-bundle-%{id_version}.pom -BuildRequires: maven-local %if %{with bootstrap} BuildRequires: javapackages-bootstrap %else +BuildRequires: maven-local BuildRequires: mvn(org.apache.maven:maven-parent:pom:) BuildRequires: mvn(org.apache.maven.plugins:maven-remote-resources-plugin) %endif