qemu-kvm/config.yaml
2025-04-08 16:30:23 +03:00

27 lines
627 B
YAML

actions:
- replace:
- target: "spec"
find: |
%global tools_only 0
%ifarch %{power64}
%global tools_only 1
%endif
replace: |
%global tools_only 0
%if 0%{?almalinux} < 9
%ifarch %{power64}
%global tools_only 1
%endif
%endif
count: 1
- modify_release:
- suffix: ".alma.1"
enabled: true
- changelog_entry:
- name: "Eduard Abdullin"
email: "eabdullin@almalinux.org"
line:
- "Enable building for ppc64le"