From 6822691a79d8d005cd5c1be7b4bf8cd2227a1a0b Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Tue, 21 Jan 2025 22:03:05 +0100 Subject: [PATCH] Initial commit --- config.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 config.yaml diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..f36bf1e --- /dev/null +++ b/config.yaml @@ -0,0 +1,21 @@ +actions: + - replace: + - target: "spec" + find: | + %if 0%{?centos} == 0 + %global portablesuffix el8 + %else + %global portablesuffix el9 + %endif + replace: "%global portablesuffix el8" + count: 1 + + - modify_release: + - suffix: ".alma.1" + enabled: true + + - changelog_entry: + - name: "Eduard Abdullin" + email: "eabdullin@almalinux.org" + line: + - "Use el8 portable packages"