From 936440d3872f78758b8f25bf7ea4dfab57adf75b Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 15 Jan 2024 13:34:05 -0500 Subject: [PATCH] Scope ExcludeArch: ix86 to RHEL10+ See https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/URKAWVPEINE4CREFO4L22MGKN6TNUGQK/ --- sssd.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sssd.spec b/sssd.spec index eff3cf2..85f545d 100644 --- a/sssd.spec +++ b/sssd.spec @@ -75,9 +75,11 @@ Suggests: sssd-dbus = %{version}-%{release} %global secdbpath %{sssdstatedir}/secrets %global deskprofilepath %{sssdstatedir}/deskprofile -# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval -# gdm-pam-extensions-devel is no longer built on i686 -ExcludeArch: %{ix86} +# https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/URKAWVPEINE4CREFO4L22MGKN6TNUGQK/ +# https://github.com/containers/composefs/pull/229#issuecomment-1838735764 +%if 0%{?rhel} >= 10 +ExcludeArch: %{ix86} +%endif ### Build Dependencies ###