From 5e9a3907a8e89c13c30f15e175d990fd7e392606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sat, 23 Nov 2024 21:46:57 +0100 Subject: [PATCH] Add noarch to ExclusiveArch Related: RHEL-62179 --- bsf.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bsf.spec b/bsf.spec index 7575dcb..1980fc4 100644 --- a/bsf.spec +++ b/bsf.spec @@ -1,11 +1,11 @@ Name: bsf Version: 2.4.0 -Release: 46%{?dist} +Release: 47%{?dist} Summary: Bean Scripting Framework License: ASL 2.0 URL: http://commons.apache.org/bsf/ BuildArch: noarch -ExclusiveArch: aarch64 ppc64le s390x x86_64 +ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch Source0: http://apache.mirror.anlx.net//commons/%{name}/source/%{name}-src-%{version}.tar.gz Source1: %{name}-pom.xml @@ -68,6 +68,9 @@ ant -Dsource.level=1.6 jar %doc AUTHORS.txt CHANGES.txt README.txt TODO.txt RELEASE-NOTE.txt %changelog +* Sat Nov 23 2024 Marián Konček - 2.4.0-47 +- Add noarch to ExclusiveArch + * Fri Nov 22 2024 Marián Konček - 2.4.0-46 - Disable building on i686