From c110df6ab550a2205d5a454d950ddc9f28413779 Mon Sep 17 00:00:00 2001 From: Anton Bobrov Date: Wed, 8 Nov 2023 11:21:21 +0100 Subject: [PATCH] Exclude RHEL 8 archs that we do not ship from the build process Related: RHEL-16499 --- firefox.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index fdd294e..a82241d 100644 --- a/firefox.spec +++ b/firefox.spec @@ -141,10 +141,15 @@ License: MPLv1.1 or GPLv2+ or LGPLv2+ ExcludeArch: %{ix86} %endif %if 0%{?rhel} == 8 + # Started to ship on aarch64 in RHEL 8.2, on s390x in RHEL 8.3 %if %{rhel_minor_version} == 1 -ExcludeArch: %{ix86} aarch64 s390x +ExcludeArch: %{ix86} s390x aarch64 %else + %if %{rhel_minor_version} == 2 +ExcludeArch: %{ix86} s390x + %else ExcludeArch: %{ix86} + %endif %endif %endif %if 0%{?rhel} == 7