Add noarch to ExclusiveArch

Related: RHEL-62176
This commit is contained in:
Marián Konček 2024-11-23 22:55:40 +01:00
parent 351248b701
commit 251df52586

View File

@ -2,7 +2,7 @@
Name: jsr-305 Name: jsr-305
Version: 3.0.2 Version: 3.0.2
Release: 8%{?dist} Release: 9%{?dist}
Summary: Correctness annotations for Java code Summary: Correctness annotations for Java code
# The majority of code is BSD-licensed, but some Java sources # 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 License: BSD and CC-BY
URL: https://code.google.com/p/jsr-305 URL: https://code.google.com/p/jsr-305
BuildArch: noarch BuildArch: noarch
ExclusiveArch: aarch64 ppc64le s390x x86_64 ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
# ./generate-tarball.sh # ./generate-tarball.sh
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
@ -66,6 +66,9 @@ sed -i 's|<artifactId>jsr305</artifactId>|<artifactId>ri</artifactId>|' ri/pom.x
%doc sampleUses %doc sampleUses
%changelog %changelog
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 3.0.2-9
- Add noarch to ExclusiveArch
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 3.0.2-8 * Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 3.0.2-8
- Disable building on i686 - Disable building on i686