From aac7cb2827a2210c3591f63187d0070c2cc5490f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sat, 23 Nov 2024 13:53:23 +0100 Subject: [PATCH] Disable building on i686 Related: RHEL-62176 --- jakarta-annotations.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/jakarta-annotations.spec b/jakarta-annotations.spec index 3ca48a2..b673d7a 100644 --- a/jakarta-annotations.spec +++ b/jakarta-annotations.spec @@ -2,11 +2,12 @@ Name: jakarta-annotations Version: 1.3.5 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Jakarta Annotations License: EPL-2.0 or GPLv2 with exceptions URL: https://github.com/eclipse-ee4j/common-annotations-api BuildArch: noarch +ExclusiveArch: aarch64 ppc64le s390x x86_64 Source0: https://github.com/eclipse-ee4j/common-annotations-api/archive/%{version}/common-annotations-api-%{version}.tar.gz @@ -60,6 +61,9 @@ that applies across a variety of Java technologies. %doc README.md %changelog +* Sat Nov 23 2024 Marián Konček - 1.3.5-15 +- Disable building on i686 + * Wed Nov 20 2024 Marián Konček - 1.3.5-14 - Rebuild with regenerated Requires on Java