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
This commit is contained in:
Martin Pitt 2024-06-04 13:28:29 +02:00
parent c2acc8120f
commit 11126cbf57

View File

@ -53,6 +53,10 @@ Version: 317
Release: 1%{?dist} Release: 1%{?dist}
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz 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 # pcp stopped building on ix86
%define build_pcp 1 %define build_pcp 1
%if 0%{?fedora} >= 40 || 0%{?rhel} >= 10 %if 0%{?fedora} >= 40 || 0%{?rhel} >= 10