Update for AL10
This commit is contained in:
parent
277a88a726
commit
58ad91b5eb
14
config.yaml
14
config.yaml
@ -2,22 +2,20 @@ actions:
|
|||||||
- replace:
|
- replace:
|
||||||
- target: "spec"
|
- target: "spec"
|
||||||
find: |
|
find: |
|
||||||
%ifarch %{arm} aarch64
|
%ifarch aarch64 x86_64 %{ix86}
|
||||||
%if !0%{?rhel}
|
%if !0%{?rhel}
|
||||||
%global with_etnaviv 1
|
|
||||||
%global with_lima 1
|
|
||||||
replace: |
|
replace: |
|
||||||
%ifarch %{arm} aarch64
|
%ifarch aarch64
|
||||||
# RHEL doesn't ship vc4 and v3d but we do for RPi
|
# RHEL doesn't ship vc4 and v3d but we do for RPi
|
||||||
%if 0%{?almalinux}
|
%if 0%{?almalinux}
|
||||||
%global with_vc4 1
|
%global with_vc4 1
|
||||||
%global with_v3d 1
|
%global with_v3d 1
|
||||||
%endif
|
%endif
|
||||||
%if !0%{?rhel}
|
%endif
|
||||||
%global with_etnaviv 1
|
|
||||||
%global with_lima 1
|
|
||||||
count: 1
|
|
||||||
|
|
||||||
|
%ifarch aarch64 x86_64 %{ix86}
|
||||||
|
%if !0%{?rhel}
|
||||||
|
count: 1
|
||||||
- modify_release:
|
- modify_release:
|
||||||
- suffix: ".alma.1"
|
- suffix: ".alma.1"
|
||||||
enabled: true
|
enabled: true
|
||||||
|
Loading…
Reference in New Issue
Block a user