Disable building on i686
Related: RHEL-62176
This commit is contained in:
parent
8425421c46
commit
f16bb14b13
@ -2,11 +2,12 @@
|
||||
|
||||
Name: apache-commons-lang3
|
||||
Version: 3.12.0
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
Summary: Provides a host of helper utilities for the java.lang API
|
||||
License: ASL 2.0
|
||||
URL: https://commons.apache.org/lang
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: aarch64 ppc64le s390x x86_64
|
||||
|
||||
Source0: https://archive.apache.org/dist/commons/lang/source/commons-lang3-%{version}-src.tar.gz
|
||||
Patch1: 0001-Remove-test-dependency-on-JUnit-Pioneer.patch
|
||||
@ -81,6 +82,9 @@ sed -i '/<argLine>/d' pom.xml
|
||||
%doc RELEASE-NOTES.txt
|
||||
|
||||
%changelog
|
||||
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 3.12.0-9
|
||||
- Disable building on i686
|
||||
|
||||
* Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 3.12.0-8
|
||||
- Fix patch usage
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user