From b6ccfd5cea7b54746c91d9d8c91ff0294c10e307 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sat, 23 Nov 2024 13:59:56 +0100 Subject: [PATCH] Disable building on i686 Related: RHEL-62176 --- google-guice.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/google-guice.spec b/google-guice.spec index 7af913b..f7de847 100644 --- a/google-guice.spec +++ b/google-guice.spec @@ -2,11 +2,12 @@ Name: google-guice Version: 4.2.3 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Lightweight dependency injection framework for Java 5 and above License: ASL 2.0 URL: https://github.com/google/guice BuildArch: noarch +ExclusiveArch: aarch64 ppc64le s390x x86_64 # ./create-tarball.sh %%{version} Source0: %{name}-%{version}.tar.xz @@ -209,6 +210,9 @@ and above. This package provides Bill of Materials module for Guice. %files -n guice-bom -f .mfiles-guice-bom %changelog +* Sat Nov 23 2024 Marián Konček - 4.2.3-11 +- Disable building on i686 + * Wed Nov 20 2024 Marián Konček - 4.2.3-10 - Rebuild with regenerated Requires on Java