Disable building on i686

Related: RHEL-62176
This commit is contained in:
Marián Konček 2024-11-23 13:56:18 +01:00
parent 3f4843c8ef
commit be5d5719d4

View File

@ -3,11 +3,12 @@
Name: maven-resolver Name: maven-resolver
Epoch: 1 Epoch: 1
Version: 1.6.1 Version: 1.6.1
Release: 12%{?dist} Release: 13%{?dist}
License: ASL 2.0 License: ASL 2.0
Summary: Apache Maven Artifact Resolver library Summary: Apache Maven Artifact Resolver library
URL: https://maven.apache.org/resolver/ URL: https://maven.apache.org/resolver/
BuildArch: noarch BuildArch: noarch
ExclusiveArch: aarch64 ppc64le s390x x86_64
Source0: https://archive.apache.org/dist/maven/resolver/%{name}-%{version}-source-release.zip Source0: https://archive.apache.org/dist/maven/resolver/%{name}-%{version}-source-release.zip
@ -117,6 +118,9 @@ done
%license LICENSE NOTICE %license LICENSE NOTICE
%changelog %changelog
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 1:1.6.1-13
- Disable building on i686
* Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 1:1.6.1-12 * Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 1:1.6.1-12
- Fix patch usage - Fix patch usage