commit 3af424d5f5d356a501f11e5ed4fe8691069abf7e Author: eabdullin Date: Tue Jan 14 13:22:49 2025 +0300 Add config 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"