From 4e06176485fa0daa87a3515a987b1cbae58d7f05 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 1 Aug 2026 02:14:49 +0000 Subject: [PATCH] fix(autopatch): auto-fix for kernel on c10s Removed two obsolete `replace` actions targeting the static `%define pesign_name_0` and `UKI_secureboot_name` blocks that upstream eliminated in favour of dynamic cert-name discovery. --- config.yaml | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/config.yaml b/config.yaml index af77c2f..7519473 100644 --- a/config.yaml +++ b/config.yaml @@ -384,40 +384,6 @@ 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 centossecureboot801 - %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 - - - target: "spec" - find: | - %if 0%{?centos} - UKI_secureboot_name=centossecureboot804 - UKI_secureboot_cert=%{_datadir}/pki/sb-certs/secureboot-uki-virt-%{_arch}.cer - %else - # RHEL only builds UKI for x86 - UKI_secureboot_name=redhatsecureboot504 - UKI_secureboot_cert=%{SOURCE153} - %endif - replace: | - UKI_secureboot_name=%{pesign_name_0} - UKI_secureboot_cert=%{_datadir}/pki/sb-certs/secureboot-uki-virt-%{_arch}.cer - count: 1 - - run_script: - script: "create_symlinks.sh"