commit 8e094c91c3dc4d59e5550c103dc0ede0d54f9d72 Author: Sofia Boldyreva Date: Thu Jan 16 20:43:31 2025 +0100 Initial commit 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"