From ec9d89cfa7bc2a11b52e90f4f529eb79ffebce4e Mon Sep 17 00:00:00 2001 From: jinlun Date: Fri, 19 Jul 2024 07:04:00 +0000 Subject: [PATCH] 1 Signed-off-by: jinlun --- shim.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/shim.spec b/shim.spec index eabc3ce..1d2af1d 100644 --- a/shim.spec +++ b/shim.spec @@ -162,9 +162,6 @@ cd .. %if 0%{?openEuler_sign_rsa} echo "start sign" -/opt/sign-openEuler/client --config /opt/sign-openEuler/config.toml add --key-name default-x509ee --file-type efi-image --key-type x509ee --sign-type authenticode %{_builddir}/shim-%{version}/build-%{efi_arch}/shim%{efi_arch}.efi -/opt/sign-openEuler/client --config /opt/sign-openEuler/config.toml add --key-name default-x509ee --file-type efi-image --key-type x509ee --sign-type authenticode %{_builddir}/shim-%{version}/build-%{efi_arch}/fb%{efi_arch}.efi -/opt/sign-openEuler/client --config /opt/sign-openEuler/config.toml add --key-name default-x509ee --file-type efi-image --key-type x509ee --sign-type authenticode %{_builddir}/shim-%{version}/build-%{efi_arch}/mm%{efi_arch}.efi %endif %install -- Gitee