commit 9cb00c09d1f310b026d4b0d974b5d48eea2aad13 Author: eabdullin Date: Thu May 8 10:38:22 2025 +0300 Add gcc-toolset-%{gts_version}-gcc-c++ to BR 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"