From 0417152dbd8b1212b6bb617c552535756e2afa4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sat, 23 Nov 2024 22:43:06 +0100 Subject: [PATCH] Add noarch to ExclusiveArch Related: RHEL-62176 --- plexus-containers.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/plexus-containers.spec b/plexus-containers.spec index da3f59d..a065314 100644 --- a/plexus-containers.spec +++ b/plexus-containers.spec @@ -2,7 +2,7 @@ Name: plexus-containers Version: 2.1.0 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Containers for Plexus # Most of the files are either under ASL 2.0 or MIT # The following files are under xpp: @@ -11,7 +11,7 @@ Summary: Containers for Plexus License: ASL 2.0 and MIT and xpp URL: https://github.com/codehaus-plexus/plexus-containers BuildArch: noarch -ExclusiveArch: aarch64 ppc64le s390x x86_64 +ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch Source0: https://github.com/codehaus-plexus/%{name}/archive/%{name}-%{version}.tar.gz Source1: http://www.apache.org/licenses/LICENSE-2.0.txt @@ -125,6 +125,9 @@ rm plexus-component-metadata/src/test/java/org/codehaus/plexus/metadata/DefaultC %license LICENSE-2.0.txt LICENSE.MIT %changelog +* Sat Nov 23 2024 Marián Konček - 2.1.0-13 +- Add noarch to ExclusiveArch + * Sat Nov 23 2024 Marián Konček - 2.1.0-12 - Disable building on i686