Update for AL10

This commit is contained in:
eabdullin 2025-03-31 10:53:30 +03:00
parent 277a88a726
commit 58ad91b5eb

View File

@ -2,22 +2,20 @@ actions:
- replace:
- target: "spec"
find: |
%ifarch %{arm} aarch64
%ifarch aarch64 x86_64 %{ix86}
%if !0%{?rhel}
%global with_etnaviv 1
%global with_lima 1
replace: |
%ifarch %{arm} aarch64
%ifarch aarch64
# RHEL doesn't ship vc4 and v3d but we do for RPi
%if 0%{?almalinux}
%global with_vc4 1
%global with_v3d 1
%endif
%if !0%{?rhel}
%global with_etnaviv 1
%global with_lima 1
count: 1
%endif
%ifarch aarch64 x86_64 %{ix86}
%if !0%{?rhel}
count: 1
- modify_release:
- suffix: ".alma.1"
enabled: true