From 6637526bcc57b60882037d10b066b9685c25ea73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sat, 23 Nov 2024 21:58:54 +0100 Subject: [PATCH] Add noarch to ExclusiveArch Related: RHEL-62179 --- bcel.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bcel.spec b/bcel.spec index 7ea3b1c..e291c39 100644 --- a/bcel.spec +++ b/bcel.spec @@ -1,11 +1,11 @@ Name: bcel Version: 6.4.1 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Byte Code Engineering Library License: ASL 2.0 URL: http://commons.apache.org/proper/commons-bcel/ BuildArch: noarch -ExclusiveArch: aarch64 ppc64le s390x x86_64 +ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch Source0: http://archive.apache.org/dist/commons/bcel/source/bcel-%{version}-src.tar.gz @@ -59,6 +59,9 @@ This package provides %{summary}. %license LICENSE.txt NOTICE.txt %changelog +* Sat Nov 23 2024 Marián Konček - 6.4.1-13 +- Add noarch to ExclusiveArch + * Fri Nov 22 2024 Marián Konček - 6.4.1-12 - Disable building on i686