From 93918f338df347cacba174b348a50cc9807b8b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sat, 23 Nov 2024 22:46:15 +0100 Subject: [PATCH] Add noarch to ExclusiveArch Related: RHEL-62176 --- sisu.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sisu.spec b/sisu.spec index 6d8503e..67c9199 100644 --- a/sisu.spec +++ b/sisu.spec @@ -3,13 +3,13 @@ Name: sisu Epoch: 1 Version: 0.3.4 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Eclipse dependency injection framework # sisu is EPL-1.0, the bundled asm is BSD License: EPL-1.0 and BSD URL: http://eclipse.org/sisu BuildArch: noarch -ExclusiveArch: aarch64 ppc64le s390x x86_64 +ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch Source0: http://git.eclipse.org/c/sisu/org.eclipse.sisu.inject.git/snapshot/releases/%{version}.tar.gz#/org.eclipse.sisu.inject-%{version}.tar.gz Source1: http://git.eclipse.org/c/sisu/org.eclipse.sisu.plexus.git/snapshot/releases/%{version}.tar.gz#/org.eclipse.sisu.plexus-%{version}.tar.gz @@ -87,6 +87,9 @@ cp %{SOURCE102} sisu-plexus/pom.xml %license sisu-inject/LICENSE.txt %changelog +* Sat Nov 23 2024 Marián Konček - 1:0.3.4-14 +- Add noarch to ExclusiveArch + * Sat Nov 23 2024 Marián Konček - 1:0.3.4-13 - Disable building on i686