commit 577d1237e4b91eef5c98a6c2e7e6f27e89274963 Author: eabdullin Date: Mon Feb 3 12:15:32 2025 +0300 Upload config diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..b3a1c36 --- /dev/null +++ b/config.yaml @@ -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"