Disable building on i686
Related: RHEL-62176
This commit is contained in:
parent
3ebd29cb47
commit
681b6a36d9
@ -2,11 +2,12 @@
|
||||
|
||||
Name: apache-commons-codec
|
||||
Version: 1.15
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
Summary: Implementations of common encoders and decoders
|
||||
License: ASL 2.0
|
||||
URL: https://commons.apache.org/codec/
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: aarch64 ppc64le s390x x86_64
|
||||
|
||||
Source0: https://archive.apache.org/dist/commons/codec/source/commons-codec-%{version}-src.tar.gz
|
||||
# Data in DoubleMetaphoneTest.java originally has an inadmissible license.
|
||||
@ -51,6 +52,9 @@ export MAVEN_OPTS="-Xmx1024m"
|
||||
%doc RELEASE-NOTES*
|
||||
|
||||
%changelog
|
||||
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 1.15-9
|
||||
- Disable building on i686
|
||||
|
||||
* Wed Nov 20 2024 Marián Konček <mkoncek@redhat.com> - 1.15-8
|
||||
- Rebuild with regenerated Requires on Java
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user