From 7ef4dc97c12c1c06e4afded9019c7945b5df4c0f 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 --- cglib.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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