From d392f3431517eb770cf3eeadf9fe154a525ad371 Mon Sep 17 00:00:00 2001 From: tigro Date: Mon, 10 Feb 2025 11:51:20 +0300 Subject: [PATCH] Fix build for EL10 --- SPECS/chromium.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPECS/chromium.spec b/SPECS/chromium.spec index bda2a235..581f9c0b 100644 --- a/SPECS/chromium.spec +++ b/SPECS/chromium.spec @@ -1206,7 +1206,7 @@ sed -i 's/std::string data_dir_basename = "chromium"/std::string data_dir_basena %endif %patch -P307 -p1 -b .el8-atk-compiler-error %endif -%if 0%{?rhel} == 8 || 0%{?rhel} == 9 || 0%{?fedora} == 40 +%if 0%{?rhel} == 8 || 0%{?rhel} == 9 || 0%{?rhel} == 10 || 0%{?fedora} == 40 %patch -P308 -p1 -b .el8-unsupport-clang-flags %endif %if 0%{?rhel} == 8 || 0%{?rhel} == 9 || 0%{?rhel} == 10 || 0%{?fedora} == 40