From d146653a29da3ee16d0894074f4831fa21ce76f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sat, 23 Nov 2024 21:52:15 +0100 Subject: [PATCH] Add noarch to ExclusiveArch Related: RHEL-62179 --- assertj-core.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/assertj-core.spec b/assertj-core.spec index a08b496..5fa9ff9 100644 --- a/assertj-core.spec +++ b/assertj-core.spec @@ -2,14 +2,14 @@ Name: assertj-core Version: 3.19.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Library of assertions similar to fest-assert License: ASL 2.0 URL: https://joel-costigliola.github.io/assertj/ Source0: https://github.com/joel-costigliola/assertj-core/archive/assertj-core-%{version}.tar.gz BuildArch: noarch -ExclusiveArch: aarch64 ppc64le s390x x86_64 +ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch BuildRequires: maven-local %if %{with bootstrap} @@ -73,6 +73,9 @@ rm -r src/test/java/org/assertj/core/internal/{Paths*.java,paths} %license LICENSE.txt %changelog +* Sat Nov 23 2024 Marián Konček - 3.19.0-8 +- Add noarch to ExclusiveArch + * Fri Nov 22 2024 Marián Konček - 3.19.0-7 - Disable building on i686