From 9cb00c09d1f310b026d4b0d974b5d48eea2aad13 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 8 May 2025 10:38:22 +0300 Subject: [PATCH] Add gcc-toolset-%{gts_version}-gcc-c++ to BR --- config.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 config.yaml diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..52a7bc9 --- /dev/null +++ b/config.yaml @@ -0,0 +1,20 @@ +actions: + - replace: + - 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" + enabled: true + + - changelog_entry: + - name: "Eduard Abdullin" + email: "eabdullin@almalinux.org" + line: + - "Add gcc-toolset-%{gts_version}-gcc-c++ to BR"