From 577d1237e4b91eef5c98a6c2e7e6f27e89274963 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Mon, 3 Feb 2025 12:15:32 +0300 Subject: [PATCH] Upload config --- config.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 config.yaml 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"