Upload config

This commit is contained in:
eabdullin 2025-02-03 12:15:32 +03:00
commit 577d1237e4

28
config.yaml Normal file
View File

@ -0,0 +1,28 @@
actions:
- replace:
- target: "thunderbird-redhat-default-prefs.js"
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
- modify_release:
- suffix: ".alma.1"
enabled: true
- changelog_entry:
- name: "Eduard Abdullin"
email: "eabdullin@almalinux.org"
line:
- "AlmaLinux changes"