Compare commits

...

1 Commits
a10s ... a9

Author SHA1 Message Date
eabdullin
6aa03ed86f Bring kvm on ppc 2025-04-08 16:03:39 +03:00

View File

@ -6,7 +6,7 @@ actions:
- name: "Eduard Abdullin" - name: "Eduard Abdullin"
email: "eabdullin@almalinux.org" email: "eabdullin@almalinux.org"
line: line:
- "Enable SPICE on AlmaLinux" - "Bring qemu-kvm to AlmaLinux 9 ppc64le"
- replace: - replace:
- target: "spec" - target: "spec"
find: | find: |
@ -16,7 +16,7 @@ actions:
%endif %endif
replace: | replace: |
%if 0%{?rhel} %if 0%{?rhel}
%if 0%{?almalinux} < 10 %if 0%{?almalinux} < 9
# No qemu-kvm on POWER (RHBZ#1946532). # No qemu-kvm on POWER (RHBZ#1946532).
ExcludeArch: %{power64} ExcludeArch: %{power64}
%endif %endif