Disable building on i686

Related: RHEL-62179
This commit is contained in:
Marián Konček 2024-11-22 20:08:57 +01:00
parent 3bb8b7db32
commit f7a1867b55

View File

@ -2,13 +2,14 @@
Name: assertj-core Name: assertj-core
Version: 3.19.0 Version: 3.19.0
Release: 6%{?dist} Release: 7%{?dist}
Summary: Library of assertions similar to fest-assert Summary: Library of assertions similar to fest-assert
License: ASL 2.0 License: ASL 2.0
URL: https://joel-costigliola.github.io/assertj/ URL: https://joel-costigliola.github.io/assertj/
Source0: https://github.com/joel-costigliola/assertj-core/archive/assertj-core-%{version}.tar.gz Source0: https://github.com/joel-costigliola/assertj-core/archive/assertj-core-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
ExclusiveArch: aarch64 ppc64le s390x x86_64
BuildRequires: maven-local BuildRequires: maven-local
%if %{with bootstrap} %if %{with bootstrap}
@ -72,6 +73,9 @@ rm -r src/test/java/org/assertj/core/internal/{Paths*.java,paths}
%license LICENSE.txt %license LICENSE.txt
%changelog %changelog
* Fri Nov 22 2024 Marián Konček <mkoncek@redhat.com> - 3.19.0-7
- Disable building on i686
* Tue Nov 19 2024 Marián Konček <mkoncek@redhat.com> - 3.19.0-6 * Tue Nov 19 2024 Marián Konček <mkoncek@redhat.com> - 3.19.0-6
- Rebuild with regenerated Requires on Java - Rebuild with regenerated Requires on Java