Add noarch to ExclusiveArch

Related: RHEL-62179
This commit is contained in:
Marián Konček 2024-11-23 21:42:00 +01:00
parent 6b428b34bb
commit c68dd98df9

View File

@ -1,11 +1,11 @@
Name: xml-commons-resolver Name: xml-commons-resolver
Version: 1.2 Version: 1.2
Release: 40%{?dist} Release: 41%{?dist}
Summary: Resolver subproject of xml-commons Summary: Resolver subproject of xml-commons
License: ASL 2.0 License: ASL 2.0
URL: http://xerces.apache.org/xml-commons/components/resolver/ URL: http://xerces.apache.org/xml-commons/components/resolver/
BuildArch: noarch BuildArch: noarch
ExclusiveArch: aarch64 ppc64le s390x x86_64 ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
Source0: http://www.apache.org/dist/xerces/xml-commons/%{name}-%{version}.tar.gz Source0: http://www.apache.org/dist/xerces/xml-commons/%{name}-%{version}.tar.gz
Source5: %{name}-pom.xml Source5: %{name}-pom.xml
@ -72,6 +72,9 @@ install -p -m 644 %{SOURCE8} ${RPM_BUILD_ROOT}%{_mandir}/man1/xml-xread.1
%doc LICENSE.resolver.txt NOTICE-resolver.txt %doc LICENSE.resolver.txt NOTICE-resolver.txt
%changelog %changelog
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 1.2-41
- Add noarch to ExclusiveArch
* Fri Nov 22 2024 Marián Konček <mkoncek@redhat.com> - 1.2-40 * Fri Nov 22 2024 Marián Konček <mkoncek@redhat.com> - 1.2-40
- Disable building on i686 - Disable building on i686