diff --git a/aqute-bnd.spec b/aqute-bnd.spec index 1156e41..1a365cd 100644 --- a/aqute-bnd.spec +++ b/aqute-bnd.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: aqute-bnd Version: 5.2.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: BND Tool # Part of jpm is under BSD, but jpm is not included in binary RPM License: ASL 2.0 or EPL-2.0 @@ -159,6 +163,9 @@ echo "aqute-bnd slf4j/api slf4j/simple osgi-annotation osgi-core osgi-compendium %license LICENSE %changelog +* Wed Jun 09 2021 Mikolaj Izdebski - 5.2.0-4 +- Rebuild to workaround DistroBaker issue + * Tue Jun 08 2021 Mikolaj Izdebski - 5.2.0-3 - Bootstrap Maven for CentOS Stream 9