From 0834095f294f10f06cf0b3eca97e78c777270109 Mon Sep 17 00:00:00 2001 From: Eduard Abdullin Date: Fri, 29 May 2026 09:51:25 +0000 Subject: [PATCH] Add gcc-toolset-%{gts_version}-gcc-c++ to BR Fix the check for minor version when disabling wasi-sdk --- SPECS/firefox.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SPECS/firefox.spec b/SPECS/firefox.spec index 93f3265..e045c4f 100644 --- a/SPECS/firefox.spec +++ b/SPECS/firefox.spec @@ -109,7 +109,7 @@ end} %endif %endif # newer llvm requires newer wasi - we're going to fix it in the rebase to 152 esr - %if %{rhel_minor_version} >= 9 + %if %{rhel_minor_version} >= 8 %global with_wasi_sdk 0 %endif %endif @@ -2149,8 +2149,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog -* Thu May 28 2026 Eduard Abdullin - 140.11.0-1.alma.1 +* Fri May 29 2026 Eduard Abdullin - 140.11.0-1.alma.1 - Add gcc-toolset-%{gts_version}-gcc-c++ to BR +- Fix the check for minor version when disabling wasi-sdk * Wed May 20 2026 Jan Horak - 140.11.0-1 - Update to 140.11.0 ESR