Full, non-bootstrap build

This commit is contained in:
Mat Booth 2018-12-04 11:25:08 +00:00
parent d967da4c48
commit 6562da0e6c

View File

@ -1,10 +1,10 @@
# Byte Buddy requires itself to build, so set this flag
# to break the bootstrap cycle
%bcond_without bootstrap
%bcond_with bootstrap
Name: byte-buddy
Version: 1.9.5
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Runtime code generation for the Java virtual machine
License: ASL 2.0
URL: http://bytebuddy.net/
@ -133,6 +133,9 @@ sed -i -e '/SuppressFBWarnings/d' $(grep -lr SuppressFBWarnings)
%license LICENSE NOTICE
%changelog
* Tue Dec 04 2018 Mat Booth <mat.booth@redhat.com> - 1.9.5-2
- Full, non-bootstrap build
* Fri Nov 30 2018 Mat Booth <mat.booth@redhat.com> - 1.9.5-1
- Update to latest upstream release
- Add a bootstrap mode to break circular self-dependency