Bootstrap build

This commit is contained in:
Mikolaj Izdebski 2021-05-17 15:49:37 +02:00
parent 896d9e0089
commit a5a90aa88a

View File

@ -1,8 +1,8 @@
%bcond_with bootstrap %bcond_without bootstrap
Name: byte-buddy Name: byte-buddy
Version: 1.10.20 Version: 1.10.20
Release: 1%{?dist} Release: 2%{?dist}
Summary: Runtime code generation for the Java virtual machine Summary: Runtime code generation for the Java virtual machine
License: ASL 2.0 License: ASL 2.0
URL: http://bytebuddy.net/ URL: http://bytebuddy.net/
@ -152,6 +152,9 @@ sed -i -e '/SuppressFBWarnings/d' $(grep -lr SuppressFBWarnings)
%license LICENSE NOTICE %license LICENSE NOTICE
%changelog %changelog
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.10.20-2
- Bootstrap build
* Thu Feb 04 2021 Marian Koncek <mkoncek@redhat.com> - 1.10.20-1 * Thu Feb 04 2021 Marian Koncek <mkoncek@redhat.com> - 1.10.20-1
- Update to upstream version 1.10.20 - Update to upstream version 1.10.20