Disable building on i686
Related: RHEL-62179
This commit is contained in:
parent
449482ebb4
commit
386e6c4e1e
@ -4,11 +4,12 @@
|
|||||||
|
|
||||||
Name: hamcrest
|
Name: hamcrest
|
||||||
Version: 2.2
|
Version: 2.2
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Summary: Library of matchers for building test expressions
|
Summary: Library of matchers for building test expressions
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/hamcrest/JavaHamcrest
|
URL: https://github.com/hamcrest/JavaHamcrest
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
ExclusiveArch: aarch64 ppc64le s390x x86_64
|
||||||
|
|
||||||
Source0: https://github.com/hamcrest/JavaHamcrest/archive/v%{upstream_version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/hamcrest/JavaHamcrest/archive/v%{upstream_version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Source1: https://repo1.maven.org/maven2/org/hamcrest/hamcrest/%{upstream_version}/hamcrest-%{upstream_version}.pom
|
Source1: https://repo1.maven.org/maven2/org/hamcrest/hamcrest/%{upstream_version}/hamcrest-%{upstream_version}.pom
|
||||||
@ -89,6 +90,9 @@ sed -i 's/\r//' LICENSE.txt
|
|||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 22 2024 Marián Konček <mkoncek@redhat.com> - 2.2-10
|
||||||
|
- Disable building on i686
|
||||||
|
|
||||||
* Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 2.2-9
|
* Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 2.2-9
|
||||||
- Fix patch usage
|
- Fix patch usage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user