Fixup missing keys

These were missing from the sync up. Also fix a duplicate file.
This commit is contained in:
Laura Abbott 2019-11-25 10:35:44 -05:00
parent be6041e7ff
commit c89ab67609
3 changed files with 11 additions and 1 deletions

View File

@ -596,12 +596,22 @@ Source11: x509.genkey.fedora
Source12: securebootca.cer
Source13: secureboot.cer
Source14: secureboot_s390.cer
Source15: secureboot_ppc.cer
%define secureboot_ca %{SOURCE12}
%ifarch x86_64 aarch64
%define secureboot_key %{SOURCE13}
%define pesign_name redhatsecureboot301
%endif
%ifarch s390x
%define secureboot_key %{SOURCE14}
%define pesign_name redhatsecureboot302
%endif
%ifarch ppc64le
%define secureboot_key %{SOURCE15}
%define pesign_name redhatsecureboot303
%endif
%else # released_kernel
@ -614,7 +624,7 @@ Source13: redhatsecureboot003.cer
%endif # released_kernel
Source15: mod-extra.list.rhel
Source22: mod-extra.list.rhel
Source16: mod-extra.list.fedora
Source17: mod-extra.sh
Source18: mod-sign.sh

BIN
secureboot_ppc.cer Normal file

Binary file not shown.

BIN
secureboot_s390.cer Normal file

Binary file not shown.