From 707025e3da11ee283ac64a93e3fd90f916903674 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 --- plexus-classworlds.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/plexus-classworlds.spec b/plexus-classworlds.spec index 429f6d4..f9de0b8 100644 --- a/plexus-classworlds.spec +++ b/plexus-classworlds.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: plexus-classworlds Version: 2.6.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Plexus Classworlds Classloader Framework License: ASL 2.0 and Plexus URL: https://github.com/codehaus-plexus/plexus-classworlds @@ -52,6 +56,9 @@ sed -i /testConfigure_Optionally_Existent/s/./@org.junit.Ignore/ $(find -name Co %license LICENSE.txt LICENSE-2.0.txt %changelog +* Wed Jun 09 2021 Mikolaj Izdebski - 2.6.0-9 +- Rebuild to workaround DistroBaker issue + * Tue Jun 08 2021 Mikolaj Izdebski - 2.6.0-8 - Bootstrap Maven for CentOS Stream 9