virt-top/config.yaml
2025-04-08 16:03:39 +03:00

25 lines
665 B
YAML

actions:
- modify_release:
- suffix: ".alma.1"
enabled: true
- changelog_entry:
- name: "Eduard Abdullin"
email: "eabdullin@almalinux.org"
line:
- "Bring qemu-kvm to AlmaLinux 9 ppc64le"
- replace:
- target: "spec"
find: |
%if 0%{?rhel}
# No qemu-kvm on POWER (RHBZ#1946532).
ExcludeArch: %{power64}
%endif
replace: |
%if 0%{?rhel}
%if 0%{?almalinux} < 9
# No qemu-kvm on POWER (RHBZ#1946532).
ExcludeArch: %{power64}
%endif
%endif
count: 1