From 3af424d5f5d356a501f11e5ed4fe8691069abf7e Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 14 Jan 2025 13:22:49 +0300 Subject: [PATCH] Add config --- config.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 config.yaml diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..1fd8941 --- /dev/null +++ b/config.yaml @@ -0,0 +1,18 @@ +actions: + - modify_release: + - suffix: ".alma.1" + enabled: true + - changelog_entry: + - name: "Eduard Abdullin" + email: "eabdullin@almalinux.org" + line: + - "Enable build on ppc64le" + - replace: + - target: "spec" + find: | + %if 0%{?rhel} + ExcludeArch: i686 %{power64} + %else + ExcludeArch: i686 + %endif + replace: "ExcludeArch: i686"