From 82ecf1d1c78e9bc8e97c340674eb493f5167c09b Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 8 May 2025 10:41:11 +0300 Subject: [PATCH] Add gcc-toolset-%{gts_version}-gcc-c++ to BR --- config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.yaml b/config.yaml index b3a1c36..83a6d6d 100644 --- a/config.yaml +++ b/config.yaml @@ -16,6 +16,13 @@ actions: %description Mozilla Thunderbird is a standalone mail and newsgroup client. count: 1 + - target: "spec" + find: | + BuildRequires: gcc-toolset-%{gts_version}-gcc-plugin-annobin + replace: | + BuildRequires: gcc-toolset-%{gts_version}-gcc-plugin-annobin + BuildRequires: gcc-toolset-%{gts_version}-gcc-c++ + count: 1 - modify_release: - suffix: ".alma.1" @@ -26,3 +33,4 @@ actions: email: "eabdullin@almalinux.org" line: - "AlmaLinux changes" + - "Add gcc-toolset-%{gts_version}-gcc-c++ to BR"