From 732e921c8fedb68e75bd9897f72c9861c0b8ba80 Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Mon, 27 Jan 2025 20:33:04 +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..6d9a7e9 --- /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: + - "Add AlmaLinux OS detection"