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