From f7d6824a0458b6788a1d75e13f6a59740f4d3c1c Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Fri, 24 Jan 2025 14:32:48 +0100 Subject: [PATCH] Initial commit --- config.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 config.yaml diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..993d7b4 --- /dev/null +++ b/config.yaml @@ -0,0 +1,24 @@ +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: + - "Change portablesiffix"