Add config

This commit is contained in:
eabdullin 2025-01-14 13:22:49 +03:00
commit 3af424d5f5

18
config.yaml Normal file
View File

@ -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"