Upload config
This commit is contained in:
commit
577d1237e4
28
config.yaml
Normal file
28
config.yaml
Normal 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"
|
Loading…
Reference in New Issue
Block a user