Fixup missing keys
These were missing from the sync up. Also fix a duplicate file.
This commit is contained in:
parent
be6041e7ff
commit
c89ab67609
12
kernel.spec
12
kernel.spec
@ -596,12 +596,22 @@ Source11: x509.genkey.fedora
|
|||||||
|
|
||||||
Source12: securebootca.cer
|
Source12: securebootca.cer
|
||||||
Source13: secureboot.cer
|
Source13: secureboot.cer
|
||||||
|
Source14: secureboot_s390.cer
|
||||||
|
Source15: secureboot_ppc.cer
|
||||||
|
|
||||||
%define secureboot_ca %{SOURCE12}
|
%define secureboot_ca %{SOURCE12}
|
||||||
%ifarch x86_64 aarch64
|
%ifarch x86_64 aarch64
|
||||||
%define secureboot_key %{SOURCE13}
|
%define secureboot_key %{SOURCE13}
|
||||||
%define pesign_name redhatsecureboot301
|
%define pesign_name redhatsecureboot301
|
||||||
%endif
|
%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
|
%else # released_kernel
|
||||||
|
|
||||||
@ -614,7 +624,7 @@ Source13: redhatsecureboot003.cer
|
|||||||
|
|
||||||
%endif # released_kernel
|
%endif # released_kernel
|
||||||
|
|
||||||
Source15: mod-extra.list.rhel
|
Source22: mod-extra.list.rhel
|
||||||
Source16: mod-extra.list.fedora
|
Source16: mod-extra.list.fedora
|
||||||
Source17: mod-extra.sh
|
Source17: mod-extra.sh
|
||||||
Source18: mod-sign.sh
|
Source18: mod-sign.sh
|
||||||
|
BIN
secureboot_ppc.cer
Normal file
BIN
secureboot_ppc.cer
Normal file
Binary file not shown.
BIN
secureboot_s390.cer
Normal file
BIN
secureboot_s390.cer
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user