30 lines
884 B
YAML
30 lines
884 B
YAML
actions:
|
|
- replace:
|
|
- target: "spec"
|
|
find: |
|
|
%ifarch %{arm} aarch64
|
|
%if !0%{?rhel}
|
|
%global with_etnaviv 1
|
|
%global with_lima 1
|
|
replace: |
|
|
%ifarch %{arm} 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
|
|
|
|
- modify_release:
|
|
- suffix: ".alma.1"
|
|
enabled: true
|
|
|
|
- changelog_entry:
|
|
- name: "Koichiro Iwao"
|
|
email: "meta@almalinux.org"
|
|
line:
|
|
- "Enable vc4 and v3d for Raspberry Pi graphics in AlmaLinux (Resolves: https://github.com/AlmaLinux/raspberry-pi/issues/32)"
|