From a9bdcea87b304dbc0fca5b15251797fb503c28c8 Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Mon, 27 Jan 2025 20:18:23 +0100 Subject: [PATCH] Initial commit --- config.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 config.yaml diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..0d32e06 --- /dev/null +++ b/config.yaml @@ -0,0 +1,20 @@ +actions: + - replace: + - target: "spec" + find: "%build" + replace: | + # Add AlmaLinux detection + sed -i 's/rhel)/rhel|almalinux|AlmaLinux)/' MakeTools/funcs-ext.sh + + %build + count: 1 + + - modify_release: + - suffix: ".alma.1" + enabled: true + + - changelog_entry: + - name: "Andrei Lukoshko" + email: "alukoshko@almalinux.org" + line: + - "Fix build on AlmaLinux"