From 9f8ab331194d69ed70e4af07564496ab9e72cbc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sat, 23 Nov 2024 22:25:07 +0100 Subject: [PATCH] Add noarch to ExclusiveArch Related: RHEL-62179 --- junit5.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/junit5.spec b/junit5.spec index 3954eda..250ef41 100644 --- a/junit5.spec +++ b/junit5.spec @@ -7,12 +7,12 @@ Name: junit5 Version: 5.7.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Java regression testing framework License: EPL-2.0 URL: https://junit.org/junit5/ BuildArch: noarch -ExclusiveArch: aarch64 ppc64le s390x x86_64 +ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch Source0: https://github.com/junit-team/junit5/archive/r%{version}/junit5-%{version}.tar.gz @@ -135,6 +135,9 @@ ln -s ../../javadoc/junit5 documentation/src/docs/api %doc documentation/src/docs/* %changelog +* Sat Nov 23 2024 Marián Konček - 5.7.1-8 +- Add noarch to ExclusiveArch + * Fri Nov 22 2024 Marián Konček - 5.7.1-7 - Disable building on i686