From 1c679fcda6a48684733cf831001056583cc588ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sat, 23 Nov 2024 21:50:11 +0100 Subject: [PATCH] Add noarch to ExclusiveArch Related: RHEL-62179 --- objectweb-asm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/objectweb-asm.spec b/objectweb-asm.spec index e452584..19d7bb9 100644 --- a/objectweb-asm.spec +++ b/objectweb-asm.spec @@ -2,12 +2,12 @@ Name: objectweb-asm Version: 9.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Java bytecode manipulation and analysis framework License: BSD URL: https://asm.ow2.org/ BuildArch: noarch -ExclusiveArch: aarch64 ppc64le s390x x86_64 +ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch # ./generate-tarball.sh Source0: %{name}-%{version}.tar.gz @@ -76,6 +76,9 @@ done %license LICENSE.txt %changelog +* Sat Nov 23 2024 Marián Konček - 9.1-8 +- Add noarch to ExclusiveArch + * Fri Nov 22 2024 Marián Konček - 9.1-7 - Disable building on i686