Compare commits

..

1 Commits
a10 ... a8

Author SHA1 Message Date
eabdullin
405e792ebf Add gcc-toolset-%{gts_version}-gcc-c++ to BR 2025-05-08 10:40:52 +03:00

View File

@ -4,6 +4,25 @@ actions:
find: "Red Hat"
replace: "AlmaLinux"
count: 1
- target: "spec"
find: |
%description
Mozilla Thunderbird is a standalone mail and newsgroup client.
replace: |
%if %{?use_openssl_for_librnp}
Obsoletes: thunderbird-librnp-rnp < %{version}-%{release}
%endif
%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"
@ -14,3 +33,4 @@ actions:
email: "eabdullin@almalinux.org"
line:
- "AlmaLinux changes"
- "Add gcc-toolset-%{gts_version}-gcc-c++ to BR"