From 62b0116fd65d6c7ce198d868a0800202897eaf6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sat, 23 Nov 2024 22:58:06 +0100 Subject: [PATCH] Add noarch to ExclusiveArch Related: RHEL-62176 --- plexus-interpolation.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/plexus-interpolation.spec b/plexus-interpolation.spec index e705490..bcf47d4 100644 --- a/plexus-interpolation.spec +++ b/plexus-interpolation.spec @@ -2,13 +2,13 @@ Name: plexus-interpolation Version: 1.26 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Plexus Interpolation API # Most of the code is ASL 2.0, a few source files are ASL 1.1 and some tests are MIT License: ASL 2.0 and ASL 1.1 and MIT URL: https://github.com/codehaus-plexus/plexus-interpolation BuildArch: noarch -ExclusiveArch: aarch64 ppc64le s390x x86_64 +ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch Source0: https://github.com/codehaus-plexus/plexus-interpolation/archive/plexus-interpolation-%{version}.tar.gz @@ -47,6 +47,9 @@ related projects. %files -f .mfiles %changelog +* Sat Nov 23 2024 Marián Konček - 1.26-15 +- Add noarch to ExclusiveArch + * Sat Nov 23 2024 Marián Konček - 1.26-14 - Disable building on i686