diff --git a/maven-plugin-bundle.spec b/maven-plugin-bundle.spec index 253f3d1..e9bf4bc 100644 --- a/maven-plugin-bundle.spec +++ b/maven-plugin-bundle.spec @@ -1,8 +1,12 @@ -%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-plugin-bundle Version: 5.1.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Maven Bundle Plugin License: ASL 2.0 URL: https://felix.apache.org @@ -73,6 +77,9 @@ rm -f src/main/java/org/apache/felix/bundleplugin/baseline/BaselineReport.java %license LICENSE NOTICE %changelog +* Wed Jun 09 2021 Mikolaj Izdebski - 5.1.1-4 +- Rebuild to workaround DistroBaker issue + * Tue Jun 08 2021 Mikolaj Izdebski - 5.1.1-3 - Bootstrap Maven for CentOS Stream 9