From 5d9b83f3eb39a06de81d772e0571cb5f858ba243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sat, 23 Nov 2024 22:34:14 +0100 Subject: [PATCH] Add noarch to ExclusiveArch Related: RHEL-62176 --- plexus-utils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/plexus-utils.spec b/plexus-utils.spec index c84d0de..020b14b 100644 --- a/plexus-utils.spec +++ b/plexus-utils.spec @@ -2,7 +2,7 @@ Name: plexus-utils Version: 3.3.0 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Plexus Common Utilities # ASL 1.1: several files in src/main/java/org/codehaus/plexus/util/ # xpp: src/main/java/org/codehaus/plexus/util/xml/pull directory @@ -15,7 +15,7 @@ Summary: Plexus Common Utilities License: ASL 1.1 and ASL 2.0 and xpp and BSD and Public Domain URL: https://codehaus-plexus.github.io/plexus-utils/ 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://apache.org/licenses/LICENSE-2.0.txt @@ -72,6 +72,9 @@ cp %{SOURCE1} . %license NOTICE.txt LICENSE-2.0.txt %changelog +* Sat Nov 23 2024 Marián Konček - 3.3.0-13 +- Add noarch to ExclusiveArch + * Sat Nov 23 2024 Marián Konček - 3.3.0-12 - Disable building on i686