From 96358c70c684df48b9a1471adeb276999f88ba8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sat, 23 Nov 2024 22:44:39 +0100 Subject: [PATCH] Add noarch to ExclusiveArch Related: RHEL-62176 --- cdi-api.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cdi-api.spec b/cdi-api.spec index 13b54c3..117001e 100644 --- a/cdi-api.spec +++ b/cdi-api.spec @@ -2,12 +2,12 @@ Name: cdi-api Version: 2.0.2 -Release: 8%{?dist} +Release: 9%{?dist} Summary: CDI API License: ASL 2.0 URL: https://github.com/eclipse-ee4j/cdi BuildArch: noarch -ExclusiveArch: aarch64 ppc64le s390x x86_64 +ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch Source0: https://github.com/eclipse-ee4j/cdi/archive/%{version}.tar.gz @@ -51,6 +51,9 @@ rm -rf api/src/main/java/javax/enterprise/{context/,inject/spi/,inject/se/,injec %license LICENSE.txt %changelog +* Sat Nov 23 2024 Marián Konček - 2.0.2-9 +- Add noarch to ExclusiveArch + * Sat Nov 23 2024 Marián Konček - 2.0.2-8 - Disable building on i686