>From 90429a850803cce7154755ffff74158053f62694 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Tue, 17 Dec 2013 14:22:11 +0200 Subject: [PATCH] efi: drop -signed subpackages We chose to provide methods to sign packages but to avoid signing these by default (with some arbitrary test keys) the signatures are being added *after* the build by means of rpmrebuild-pesign; all of this is made significantly more complicated if there are separate -signed subpackages. So these are being dropped in the packages; account for that. --- features.in/efi/config.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/features.in/efi/config.mk b/features.in/efi/config.mk index 68c46a5..cf1699f 100644 --- a/features.in/efi/config.mk +++ b/features.in/efi/config.mk @@ -18,11 +18,9 @@ use/efi/refind: use/efi @$(call set,EFI_BOOTLOADER,refind) use/efi/signed: use/efi - @$(call set,MKI_VER_MINIMAL,0.2.7) # refind->elilo handoff + @$(call set,MKI_VER_MINIMAL,0.2.7) # refind->elilo handoff ### 0.2.11 @$(call set,EFI_CERT,altlinux) @$(call add,THE_PACKAGES,shim-signed) - @$(call set,EFI_SHELL,efi-shell-signed) # even more useful - @$(call add,RESCUE_PACKAGES,refind-signed) @$(call add,RESCUE_PACKAGES,openssl sbsigntools) use/efi/shell: use/efi -- 1.8.3.4