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