From 78b4b88bdd4f347161bf75ca75577813e78dbd5b Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Tue, 18 Sep 2018 11:47:56 +0300 Subject: [PATCH] efi: drop sbsigntools These got removed from Sisyphus during OpenSSL 1.1 transition. --- features.in/efi/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.in/efi/config.mk b/features.in/efi/config.mk index 336905ba..c90b5c7c 100644 --- a/features.in/efi/config.mk +++ b/features.in/efi/config.mk @@ -23,7 +23,7 @@ use/efi/refind: use/efi use/efi/signed: use/efi @$(call set,EFI_CERT,altlinux) @$(call add,COMMON_PACKAGES,shim-signed) - @$(call add,RESCUE_PACKAGES,openssl pesign sbsigntools) + @$(call add,RESCUE_PACKAGES,openssl pesign) use/efi/shell: use/efi @$(call try,EFI_SHELL,efi-shell)