Enable building for ppc64le #1

Merged
eabdullin merged 1 commits from a9-ppc64le into a9-beta 2025-04-09 12:25:13 +00:00

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"