From c831f08223252dbb271e22cecf0c97dd66855bc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sat, 23 Nov 2024 22:59:16 +0100 Subject: [PATCH] Add noarch to ExclusiveArch Related: RHEL-62176 --- maven.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/maven.spec b/maven.spec index b58e1db..ae9bd52 100644 --- a/maven.spec +++ b/maven.spec @@ -7,14 +7,14 @@ Name: maven Epoch: 1 Version: 3.6.3 -Release: 20%{?dist} +Release: 21%{?dist} Summary: Java project management and project comprehension tool # maven itself is ASL 2.0 # bundled slf4j is MIT License: ASL 2.0 and MIT URL: https://maven.apache.org/ BuildArch: noarch -ExclusiveArch: aarch64 ppc64le s390x x86_64 +ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch Source0: https://archive.apache.org/dist/%{name}/%{name}-3/%{version}/source/apache-%{name}-%{version}-src.tar.gz Source1: maven-bash-completion @@ -313,6 +313,9 @@ if [[ $1 -eq 0 ]]; then update-alternatives --remove mvn %{homedir}/bin/mvn; fi %config %{_javaconfdir}/maven.conf-openjdk21 %changelog +* Sat Nov 23 2024 Marián Konček - 1:3.6.3-21 +- Add noarch to ExclusiveArch + * Sat Nov 23 2024 Marián Konček - 1:3.6.3-20 - Disable building on i686