From 52aa12141daf21ce6afa2d217689da5ae0f16a03 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Wed, 13 Nov 2024 20:12:23 +0100 Subject: [PATCH] Rebuild to fix main-class attribute of module-info Resolves: RHEL-67337 --- byte-buddy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/byte-buddy.spec b/byte-buddy.spec index 50ac229..9de63ef 100644 --- a/byte-buddy.spec +++ b/byte-buddy.spec @@ -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 - 1.14.2-10 +- Rebuild to fix main-class attribute of module-info + * Tue Oct 29 2024 Troy Dawson - 1.14.2-9 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018