From 78f9a684e9490286768f85406ff8db18d7c3689e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 23 Dec 2024 13:51:37 +0100 Subject: [PATCH] rpmbuild: drop i686 architecture Taken from https://src.fedoraproject.org/rpms/copr-rpmbuild/pull-request/1# --- rpmbuild/copr-rpmbuild.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rpmbuild/copr-rpmbuild.spec b/rpmbuild/copr-rpmbuild.spec index 7e835f118..e8622f32a 100644 --- a/rpmbuild/copr-rpmbuild.spec +++ b/rpmbuild/copr-rpmbuild.spec @@ -24,6 +24,11 @@ License: GPL-2.0-or-later # git clone %%url && cd copr # tito build --tgz --tag %%name-%%version-%%release Source0: %name-%version.tar.gz + + +%if 0%{?fedora} > 41 +ExcludeArch: %{ix86} +%endif BuildRequires: %{python}-copr-common >= %copr_common_version BuildRequires: %{python}-devel