Enable building for ppc64le

This commit is contained in:
eabdullin 2025-04-08 15:19:55 +03:00
parent 53a4d4cf45
commit 81e1fc3b55

View File

@ -20,6 +20,17 @@ actions:
extra=--with-supermin-packager-config=$(pwd)/yum.conf
count: 1
- target: "spec"
find: |
# No qemu-kvm on POWER (RHBZ#1946532).
ExcludeArch: %{power64}
replace: |
%if 0%{?almalinux} < 9
# No qemu-kvm on POWER (RHBZ#1946532).
ExcludeArch: %{power64}
%endif
count: 1
- modify_release:
- suffix: ".alma.1"
enabled: true
@ -30,3 +41,4 @@ actions:
line:
- "Fix build for AlmaLinux"
- "Avoid permission denied for yum/dnf cache"
- "Enable building for ppc64le"