diff --git a/cglib.spec b/cglib.spec index 952aadf..f8baf86 100644 --- a/cglib.spec +++ b/cglib.spec @@ -1,10 +1,14 @@ -%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 %global tarball_name RELEASE_%(echo '%{version}' | tr . _) Name: cglib Version: 3.3.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Code Generation Library for Java # ASM MethodVisitor is based on ASM code and therefore # BSD-licensed. Everything else is ASL 2.0. @@ -81,6 +85,9 @@ Documentation for the cglib code generation library. %license LICENSE NOTICE %changelog +* Wed Jun 09 2021 Mikolaj Izdebski - 3.3.0-5 +- Rebuild to workaround DistroBaker issue + * Tue Jun 08 2021 Mikolaj Izdebski - 3.3.0-4 - Bootstrap Maven for CentOS Stream 9