diff --git a/osgi-compendium.spec b/osgi-compendium.spec index baefe76..3c05e8a 100644 --- a/osgi-compendium.spec +++ b/osgi-compendium.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: osgi-compendium Version: 7.0.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Interfaces and Classes for use in compiling OSGi bundles License: ASL 2.0 URL: http://www.osgi.org @@ -89,6 +93,9 @@ rm -r src/main/java/org/osgi/service/transaction/control/jpa %changelog +* Wed Jun 09 2021 Mikolaj Izdebski - 7.0.0-11 +- Rebuild to workaround DistroBaker issue + * Tue Jun 08 2021 Mikolaj Izdebski - 7.0.0-10 - Bootstrap Maven for CentOS Stream 9