Rebuild to workaround DistroBaker issue

Related: rhbz#1951482
This commit is contained in:
Mikolaj Izdebski 2021-06-09 18:55:23 +02:00
parent a64e0c20bf
commit 7ef4dc97c1

View File

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