From 928ae8ef2b230cc1e8070d6abde5cc069e9c8c0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sat, 23 Nov 2024 21:51:22 +0100 Subject: [PATCH] Add noarch to ExclusiveArch Related: RHEL-62179 --- byte-buddy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/byte-buddy.spec b/byte-buddy.spec index ff85945..898bb7b 100644 --- a/byte-buddy.spec +++ b/byte-buddy.spec @@ -2,7 +2,7 @@ Name: byte-buddy Version: 1.10.20 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Runtime code generation for the Java virtual machine License: ASL 2.0 URL: http://bytebuddy.net/ @@ -14,7 +14,7 @@ Patch1: 0001-Avoid-bundling-asm.patch Patch2: 0002-Remove-dependency-on-jna.patch Patch3: 0003-Remove-Java-14-tests.patch BuildArch: noarch -ExclusiveArch: aarch64 ppc64le s390x x86_64 +ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch BuildRequires: maven-local %if %{with bootstrap} @@ -152,6 +152,9 @@ sed -i -e '/SuppressFBWarnings/d' $(grep -lr SuppressFBWarnings) %license LICENSE NOTICE %changelog +* Sat Nov 23 2024 Marián Konček - 1.10.20-9 +- Add noarch to ExclusiveArch + * Fri Nov 22 2024 Marián Konček - 1.10.20-8 - Disable building on i686