From 1e4dc1a672dd83ce30b32d33f18c52f3a949957d Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Wed, 9 Jun 2021 18:55:24 +0200 Subject: [PATCH] Rebuild to workaround DistroBaker issue Related: rhbz#1951482 --- osgi-compendium.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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