From 386e6c4e1e213f838de18880beec3e6d93d5063b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Fri, 22 Nov 2024 20:11:26 +0100 Subject: [PATCH] Disable building on i686 Related: RHEL-62179 --- hamcrest.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hamcrest.spec b/hamcrest.spec index 3b27daf..899f145 100644 --- a/hamcrest.spec +++ b/hamcrest.spec @@ -4,11 +4,12 @@ Name: hamcrest Version: 2.2 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Library of matchers for building test expressions License: BSD URL: https://github.com/hamcrest/JavaHamcrest BuildArch: noarch +ExclusiveArch: aarch64 ppc64le s390x x86_64 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 @@ -89,6 +90,9 @@ sed -i 's/\r//' LICENSE.txt %license LICENSE.txt %changelog +* Fri Nov 22 2024 Marián Konček - 2.2-10 +- Disable building on i686 + * Thu Nov 21 2024 Marián Konček - 2.2-9 - Fix patch usage