diff --git a/maven-resolver.spec b/maven-resolver.spec index 0d75a49..5722377 100644 --- a/maven-resolver.spec +++ b/maven-resolver.spec @@ -1,9 +1,13 @@ -%bcond_with bootstrap +# Workaround for rhbz#1969370: __bootstrap macro is not defined in +# CentOS Stream, See https://bugzilla.redhat.com/1969370 +%global __bootstrap ~bootstrap + +%bcond_withouht bootstrap Name: maven-resolver Epoch: 1 Version: 1.6.1 -Release: 5%{?dist} +Release: 6%{?dist} License: ASL 2.0 Summary: Apache Maven Artifact Resolver library URL: https://maven.apache.org/resolver/ @@ -113,6 +117,9 @@ done %license LICENSE NOTICE %changelog +* Wed Jun 09 2021 Mikolaj Izdebski - 1:1.6.1-6 +- Rebuild to workaround DistroBaker issue + * Tue Jun 08 2021 Mikolaj Izdebski - 1:1.6.1-5 - Bootstrap Maven for CentOS Stream 9