From 918bfb386bbb950655a172a00a09d73e4eec28c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sat, 23 Nov 2024 22:37:48 +0100 Subject: [PATCH] Add noarch to ExclusiveArch Related: RHEL-62176 --- atinject.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/atinject.spec b/atinject.spec index 71aeefa..ba97f95 100644 --- a/atinject.spec +++ b/atinject.spec @@ -2,12 +2,12 @@ Name: atinject Version: 1.0.3 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Dependency injection specification for Java (JSR-330) License: ASL 2.0 URL: https://github.com/eclipse-ee4j/injection-api BuildArch: noarch -ExclusiveArch: aarch64 ppc64le s390x x86_64 +ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch Source0: https://github.com/eclipse-ee4j/injection-api/archive/%{version}.tar.gz @@ -46,6 +46,9 @@ beneficial to most nontrivial applications. %license LICENSE.txt NOTICE.md %changelog +* Sat Nov 23 2024 Marián Konček - 1.0.3-9 +- Add noarch to ExclusiveArch + * Sat Nov 23 2024 Marián Konček - 1.0.3-8 - Disable building on i686