From 47e0b4709eebd30842d13b77d0f474e15efd2b67 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 19:33:04 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- byte-buddy.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/byte-buddy.spec b/byte-buddy.spec index 8753ced..bd53bf0 100644 --- a/byte-buddy.spec +++ b/byte-buddy.spec @@ -2,7 +2,7 @@ Name: byte-buddy Version: 1.10.20 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Runtime code generation for the Java virtual machine License: ASL 2.0 URL: http://bytebuddy.net/ @@ -152,6 +152,10 @@ sed -i -e '/SuppressFBWarnings/d' $(grep -lr SuppressFBWarnings) %license LICENSE NOTICE %changelog +* Mon Aug 09 2021 Mohan Boddu - 1.10.20-5 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Wed Jun 09 2021 Mikolaj Izdebski - 1.10.20-4 - Rebuild to workaround DistroBaker issue