diff --git a/config.yaml b/config.yaml index 3672eed..f51ae15 100644 --- a/config.yaml +++ b/config.yaml @@ -350,6 +350,18 @@ actions: Source480: %{name}-x86_64_v2-rt-rhel.config Source481: %{name}-x86_64_v2-rt-debug-rhel.config count: 1 + - target: "spec" + find: "UKI_secureboot_name=centossecureboot204" + replace: "UKI_secureboot_name=alsecureboot001" + count: 1 + - target: "spec" + find: "UKI_secureboot_name=redhatsecureboot504" + replace: "UKI_secureboot_name=alsecureboot001" + count: 1 + - target: "spec" + find: "UKI_secureboot_cert=%{SOURCE153}" + replace: "UKI_secureboot_cert=%{_datadir}/pki/sb-certs/secureboot-uki-virt-%{_arch}.cer" + count: 1 - run_script: - script: "create_symlinks.sh" @@ -365,6 +377,9 @@ actions: Source104: rhelima.x509 Source105: rhelima_centos.x509 Source106: fedoraimaca.x509 + - | + # Temporary use redhatsecureboot504 for x86 UKI, see RHEL-122230 + Source153: redhatsecureboot504.cer - target: "kernel*zfcpdump*.config" lines: - "# CONFIG_FS_POSIX_ACL is not set"