From feefbce3018d83823aa5235f9293cde6ad61cb69 Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Fri, 24 Jan 2025 14:41:01 +0100 Subject: [PATCH] Initial commit --- config.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 config.yaml diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..7837a67 --- /dev/null +++ b/config.yaml @@ -0,0 +1,25 @@ +actions: + - replace: + - target: "spec" + find: | + %global portablesuffix el9 + %endif + replace: | + %global portablesuffix el9 + %endif + + %if 0%{?almalinux} + %global portablesuffix el8 + %endif + + count: 1 + + - modify_release: + - suffix: ".alma.1" + enabled: true + + - changelog_entry: + - name: "Eduard Abdullin" + email: "eabdullin@almalinux.org" + line: + - "Set portablesuffix to el8"