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