fix(autopatch): auto-fix for fwupd-efi on c10

Updated two `find` strings in config.yaml to match updated secure-boot cert names and sbat distro summary in the c10 spec.
This commit is contained in:
root 2026-07-17 07:18:10 +00:00
parent dd042e76ce
commit b91abe3c0a

View File

@ -16,9 +16,9 @@ actions:
- target: "spec"
find: |
%if 0%{?centos}
%define sb_key centossecureboot202
%define sb_key centossecureboot803
%else
%define sb_key redhatsecureboot802
%define sb_key redhatsecureboot803
%endif
replace: |
%define sb_key almalinuxsecureboot0
@ -27,7 +27,7 @@ actions:
find: |
%if 0%{?centos}
-Defi_sbat_distro_id="centos" \
-Defi_sbat_distro_summary="The Fedora Project" \
-Defi_sbat_distro_summary="The CentOS Project" \
-Defi_sbat_distro_url="https://www.centos.org/" \
%else
-Defi_sbat_distro_id="rhel" \