From ccf0cc5d8cbe2e987fcb7acf89fba73fac8e72e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sat, 23 Nov 2024 12:47:50 +0100 Subject: [PATCH] Disable building on i686 Related: RHEL-62176 --- plexus-utils.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plexus-utils.spec b/plexus-utils.spec index 842480d..c84d0de 100644 --- a/plexus-utils.spec +++ b/plexus-utils.spec @@ -2,7 +2,7 @@ Name: plexus-utils Version: 3.3.0 -Release: 11%{?dist} +Release: 12%{?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,6 +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 Source0: https://github.com/codehaus-plexus/%{name}/archive/%{name}-%{version}.tar.gz Source1: http://apache.org/licenses/LICENSE-2.0.txt @@ -71,6 +72,9 @@ cp %{SOURCE1} . %license NOTICE.txt LICENSE-2.0.txt %changelog +* Sat Nov 23 2024 Marián Konček - 3.3.0-12 +- Disable building on i686 + * Wed Nov 20 2024 Marián Konček - 3.3.0-11 - Rebuild with regenerated Requires on Java