commit feefbce3018d83823aa5235f9293cde6ad61cb69 Author: Sofia Boldyreva Date: Fri Jan 24 14:41:01 2025 +0100 Initial commit 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"