Rebuild to fix main-class attribute of module-info

Resolves: RHEL-67337
This commit is contained in:
Mikolaj Izdebski 2024-11-13 20:12:23 +01:00
parent 81de8364d1
commit 52aa12141d

View File

@ -2,7 +2,7 @@
Name: byte-buddy
Version: 1.14.2
Release: 9%{?dist}
Release: 10%{?dist}
Summary: Runtime code generation for the Java virtual machine
License: Apache-2.0
URL: http://bytebuddy.net/
@ -151,6 +151,9 @@ 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