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