diff --git a/felix-parent.spec b/felix-parent.spec index d291b7f..bf6aea3 100644 --- a/felix-parent.spec +++ b/felix-parent.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: felix-parent Version: 7 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Parent POM file for Apache Felix Specs License: ASL 2.0 URL: https://felix.apache.org/ @@ -43,6 +47,9 @@ Parent POM file for Apache Felix Specs. %doc LICENSE NOTICE %changelog +* Wed Jun 09 2021 Mikolaj Izdebski - 7-7 +- Rebuild to workaround DistroBaker issue + * Tue Jun 08 2021 Mikolaj Izdebski - 7-6 - Bootstrap Maven for CentOS Stream 9