From 8e094c91c3dc4d59e5550c103dc0ede0d54f9d72 Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Thu, 16 Jan 2025 20:43:31 +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..508d653 --- /dev/null +++ b/config.yaml @@ -0,0 +1,20 @@ +actions: + - replace: + - target: "spec" + find: "%define target %{_target_cpu}-redhat-linux" + replace: | + %define target %{_target_cpu}-redhat-linux + %ifarch x86_64_v2 + %define target x86_64-redhat-linux + %endif + count: 1 + + - modify_release: + - suffix: ".alma.1" + enabled: true + + - changelog_entry: + - name: "Eduard Abdullin" + email: "eabdullin@almalinux.org" + line: + - "Overwrite target for x86_64_v2"