forked from altcloud/mkimage-profiles
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.
This commit is contained in:
parent
f716669bc1
commit
7bb22cce78
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user