Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
405e792ebf |
20
config.yaml
20
config.yaml
@ -4,6 +4,25 @@ actions:
|
|||||||
find: "Red Hat"
|
find: "Red Hat"
|
||||||
replace: "AlmaLinux"
|
replace: "AlmaLinux"
|
||||||
count: 1
|
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:
|
- modify_release:
|
||||||
- suffix: ".alma.1"
|
- suffix: ".alma.1"
|
||||||
@ -14,3 +33,4 @@ actions:
|
|||||||
email: "eabdullin@almalinux.org"
|
email: "eabdullin@almalinux.org"
|
||||||
line:
|
line:
|
||||||
- "AlmaLinux changes"
|
- "AlmaLinux changes"
|
||||||
|
- "Add gcc-toolset-%{gts_version}-gcc-c++ to BR"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user