From 11126cbf57e185fec46d410b3a7032e0c2bff483 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 4 Jun 2024 13:28:29 +0200 Subject: [PATCH] Exclude i686 arch See https://github.com/cockpit-project/cockpit/pull/20544 and https://bugzilla.redhat.com/show_bug.cgi?id=2284431 Related: jira#RHEL-34216 --- cockpit.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cockpit.spec b/cockpit.spec index 133e04c..2ab247c 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -53,6 +53,10 @@ Version: 317 Release: 1%{?dist} Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz +%if 0%{?fedora} >= 41 || 0%{?rhel} +ExcludeArch: %{ix86} +%endif + # pcp stopped building on ix86 %define build_pcp 1 %if 0%{?fedora} >= 40 || 0%{?rhel} >= 10