|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: byte-buddy
|
|
|
|
|
Version: 1.14.2
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Release: 10%{?dist}
|
|
|
|
|
Summary: Runtime code generation for the Java virtual machine
|
|
|
|
|
License: Apache-2.0
|
|
|
|
|
URL: http://bytebuddy.net/
|
|
|
|
@ -151,6 +151,13 @@ profiles='-Pjava-8-precompile -Pjava-8-parameters-precompile -Pjava-11-precompil
|
|
|
|
|
%license LICENSE NOTICE
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Nov 13 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.14.2-10
|
|
|
|
|
- Rebuild to fix main-class attribute of module-info
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.14.2-9
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Mon Aug 05 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.14.2-8
|
|
|
|
|
- Port to OpenJDK 21
|
|
|
|
|
- Resolves: RHEL-52717
|
|
|
|
|