Add noarch to ExclusiveArch
Related: RHEL-62176
This commit is contained in:
parent
b4eebacf1e
commit
7763187a47
@ -3,12 +3,12 @@
|
||||
Name: apache-commons-io
|
||||
Epoch: 1
|
||||
Version: 2.8.0
|
||||
Release: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
Summary: Utilities to assist with developing IO functionality
|
||||
License: ASL 2.0
|
||||
URL: https://commons.apache.org/io
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: aarch64 ppc64le s390x x86_64
|
||||
ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
|
||||
|
||||
Source0: https://archive.apache.org/dist/commons/io/source/commons-io-%{version}-src.tar.gz
|
||||
|
||||
@ -74,6 +74,9 @@ sed -i '/DefaultLocale/d' src/test/java/org/apache/commons/io/input/XmlStreamRea
|
||||
%doc RELEASE-NOTES.txt
|
||||
|
||||
%changelog
|
||||
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 1:2.8.0-12
|
||||
- Add noarch to ExclusiveArch
|
||||
|
||||
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 1:2.8.0-11
|
||||
- Disable building on i686
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user