Replace pesign_name_0 with AlmaLinux secure boot cert name

This commit is contained in:
Andrew Lukoshko 2026-03-08 21:42:21 +00:00
parent ad842ded9c
commit c6475043a1

View File

@ -401,6 +401,24 @@ actions:
Source480: %{name}-x86_64_v2-rt-rhel.config
Source481: %{name}-x86_64_v2-rt-debug-rhel.config
count: 1
- target: "spec"
find: |
%if 0%{?centos}
%define pesign_name_0 centossecureboot201
%else
%ifarch x86_64 aarch64
%define pesign_name_0 redhatsecureboot801
%endif
%ifarch s390x
%define pesign_name_0 redhatsecureboot302
%endif
%ifarch ppc64le
%define pesign_name_0 redhatsecureboot701
%endif
%endif
replace: |
%define pesign_name_0 almalinuxsecureboot0
count: 1
- run_script:
- script: "create_symlinks.sh"