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