Initial commit

This commit is contained in:
Sofia Boldyreva 2025-01-27 19:36:35 +01:00
commit efaee6adab

21
config.yaml Normal file
View File

@ -0,0 +1,21 @@
actions:
- replace:
- target: "spec"
find: "%define arches_64bit x86_64 %{power64} aarch64 s390x riscv64"
replace: |
%if 0%{?almalinux} > 9
%define arches_qemu_kvm x86_64 %{power64} aarch64 s390x
%endif
%define arches_64bit x86_64 %{power64} aarch64 s390x riscv64
count: 1
- modify_release:
- suffix: ".alma.1"
enabled: true
- changelog_entry:
- name: "Eduard Abdullin"
email: "eabdullin@almalinux.org"
line:
- "Enable building for ppc64le"