From 9cdb76ff66e0d7bdd7731bb25e1e1f18754bcf70 Mon Sep 17 00:00:00 2001 From: tigro Date: Wed, 25 Sep 2024 14:42:27 +0300 Subject: [PATCH] add BR on gcc-toolset-13-libatomic-devel for el 8/9 --- SPECS/chromium.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SPECS/chromium.spec b/SPECS/chromium.spec index 7690515d..97e8e2b4 100644 --- a/SPECS/chromium.spec +++ b/SPECS/chromium.spec @@ -532,6 +532,10 @@ BuildRequires: clang-tools-extra BuildRequires: llvm BuildRequires: lld +%if 0%{?rhel} && 0%{?rhel} <= 9 +BuildRequires: gcc-toolset-13-libatomic-devel +%endif + BuildRequires: rustc %if 0%{?rhel} == 8