virt-top/config.yaml

25 lines
654 B
YAML
Raw Permalink Normal View History

2025-01-15 13:33:17 +00:00
actions:
- modify_release:
- suffix: ".alma.1"
enabled: true
- changelog_entry:
- name: "Eduard Abdullin"
email: "eabdullin@almalinux.org"
line:
- "Enable SPICE on AlmaLinux"
- replace:
- target: "spec"
find: |
%if 0%{?rhel}
# No qemu-kvm on POWER (RHBZ#1946532).
ExcludeArch: %{power64}
%endif
replace: |
%if 0%{?rhel}
%if 0%{?almalinux} < 10
# No qemu-kvm on POWER (RHBZ#1946532).
ExcludeArch: %{power64}
%endif
%endif
count: 1