From 251df52586cf540b31b7dff787ab7e3a9debedfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sat, 23 Nov 2024 22:55:40 +0100 Subject: [PATCH] Add noarch to ExclusiveArch Related: RHEL-62176 --- jsr-305.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jsr-305.spec b/jsr-305.spec index 7711a43..1798cab 100644 --- a/jsr-305.spec +++ b/jsr-305.spec @@ -2,7 +2,7 @@ Name: jsr-305 Version: 3.0.2 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Correctness annotations for Java code # The majority of code is BSD-licensed, but some Java sources @@ -10,7 +10,7 @@ Summary: Correctness annotations for Java code License: BSD and CC-BY URL: https://code.google.com/p/jsr-305 BuildArch: noarch -ExclusiveArch: aarch64 ppc64le s390x x86_64 +ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch # ./generate-tarball.sh Source0: %{name}-%{version}.tar.gz @@ -66,6 +66,9 @@ sed -i 's|jsr305|ri|' ri/pom.x %doc sampleUses %changelog +* Sat Nov 23 2024 Marián Konček - 3.0.2-9 +- Add noarch to ExclusiveArch + * Sat Nov 23 2024 Marián Konček - 3.0.2-8 - Disable building on i686