Add noarch to ExclusiveArch

Related: RHEL-62179
This commit is contained in:
Marián Konček 2024-11-23 22:08:18 +01:00
parent 01c79f59c5
commit a42efd26a7

View File

@ -3,12 +3,12 @@
Name: junit
Epoch: 1
Version: 4.13.1
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Java regression test package
License: EPL-1.0
URL: http://www.junit.org/
BuildArch: noarch
ExclusiveArch: aarch64 ppc64le s390x x86_64
ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
# ./generate-tarball.sh
Source0: %{name}-%{version}.tar.gz
@ -103,6 +103,9 @@ sed s/@version@/%{version}/ src/main/java/junit/runner/Version.java.template >sr
%doc doc/*
%changelog
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 1:4.13.1-9
- Add noarch to ExclusiveArch
* Fri Nov 22 2024 Marián Konček <mkoncek@redhat.com> - 1:4.13.1-8
- Disable building on i686