libvirt/config.yaml
2025-01-27 19:36:35 +01:00

22 lines
622 B
YAML

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"