Add noarch to ExclusiveArch

Related: RHEL-62179
This commit is contained in:
Marián Konček 2024-11-23 21:45:27 +01:00
parent 04ce4aa1bc
commit 59c9c04601

View File

@ -2,7 +2,7 @@
Name: xerces-j2 Name: xerces-j2
Version: 2.12.1 Version: 2.12.1
Release: 9%{?dist} Release: 10%{?dist}
Summary: Java XML parser Summary: Java XML parser
# Most of the source is ASL 2.0 # Most of the source is ASL 2.0
# W3C licensed files: # W3C licensed files:
@ -11,7 +11,7 @@ Summary: Java XML parser
License: ASL 2.0 and W3C License: ASL 2.0 and W3C
URL: http://xerces.apache.org/xerces2-j/ URL: http://xerces.apache.org/xerces2-j/
BuildArch: noarch BuildArch: noarch
ExclusiveArch: aarch64 ppc64le s390x x86_64 ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
%global cvs_version %(tr . _ <<< %{version}) %global cvs_version %(tr . _ <<< %{version})
@ -191,6 +191,9 @@ ln -sf %{name}.jar %{_javadir}/jaxp_parser_impl.jar
%{_datadir}/%{name} %{_datadir}/%{name}
%changelog %changelog
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 2.12.1-10
- Add noarch to ExclusiveArch
* Fri Nov 22 2024 Marián Konček <mkoncek@redhat.com> - 2.12.1-9 * Fri Nov 22 2024 Marián Konček <mkoncek@redhat.com> - 2.12.1-9
- Disable building on i686 - Disable building on i686