Update config
This commit is contained in:
parent
b609b3fa7a
commit
0378cad1b8
33
config.yaml
33
config.yaml
@ -25,11 +25,12 @@ actions:
|
|||||||
- target: "shim.rpmmacros"
|
- target: "shim.rpmmacros"
|
||||||
find: "Requires: dbxtool >= 0.6-3 \\"
|
find: "Requires: dbxtool >= 0.6-3 \\"
|
||||||
replace: |
|
replace: |
|
||||||
|
Requires: dbxtool >= 0.6-3 \
|
||||||
%{expand:%ifarch x86_64 \
|
%{expand:%ifarch x86_64 \
|
||||||
# SecureBoot keys dependencies \
|
# SecureBoot keys dependencies \
|
||||||
Requires: almalinux(grub2-sig-key) >= 202303 \
|
Requires: almalinux(grub2-sig-key) >= 202303 \
|
||||||
Requires: almalinux(kernel-sig-key) >= 202303 \
|
Requires: almalinux(kernel-sig-key) >= 202303 \
|
||||||
%endif}
|
%endif} \
|
||||||
count: 1
|
count: 1
|
||||||
- target: "shim.rpmmacros"
|
- target: "shim.rpmmacros"
|
||||||
find: |
|
find: |
|
||||||
@ -48,6 +49,16 @@ actions:
|
|||||||
|
|
||||||
Name: shim
|
Name: shim
|
||||||
count: 1
|
count: 1
|
||||||
|
- target: ".gitignore"
|
||||||
|
find: |
|
||||||
|
SOURCES/fbx64.efi
|
||||||
|
SOURCES/mmx64.efi
|
||||||
|
replace: |
|
||||||
|
SOURCES/fbaa64.efi
|
||||||
|
SOURCES/fbx64.efi
|
||||||
|
SOURCES/mmaa64.efi
|
||||||
|
SOURCES/mmx64.efi
|
||||||
|
count: 1
|
||||||
|
|
||||||
- delete_line:
|
- delete_line:
|
||||||
- target: "spec"
|
- target: "spec"
|
||||||
@ -67,11 +78,21 @@ actions:
|
|||||||
- "Add SB for aarch64"
|
- "Add SB for aarch64"
|
||||||
- "Use AlmaLinux cert"
|
- "Use AlmaLinux cert"
|
||||||
|
|
||||||
|
- delete_files:
|
||||||
|
- file_name: "BOOTAA64.CSV"
|
||||||
|
- file_name: "BOOTX64.CSV"
|
||||||
|
- file_name: "fbaa64.efi"
|
||||||
|
- file_name: "mmaa64.efi"
|
||||||
|
|
||||||
- add_files:
|
- add_files:
|
||||||
- type: "source"
|
- type: "source"
|
||||||
name: "almalinuxsecurebootca0"
|
name: "almalinuxsecurebootca0.cer"
|
||||||
number: 1
|
number: 1
|
||||||
|
- type: "source"
|
||||||
- delete_files:
|
name: "BOOTAA64.CSV"
|
||||||
- file_name: "redhatsecureboot501.cer"
|
number: "Latest"
|
||||||
- file_name: "redhatsecurebootca5.cer"
|
modify_spec: False
|
||||||
|
- type: "source"
|
||||||
|
name: "BOOTX64.CSV"
|
||||||
|
number: "Latest"
|
||||||
|
modify_spec: False
|
||||||
|
BIN
files/BOOTAA64.CSV
Normal file
BIN
files/BOOTAA64.CSV
Normal file
Binary file not shown.
|
BIN
files/BOOTX64.CSV
Normal file
BIN
files/BOOTX64.CSV
Normal file
Binary file not shown.
|
Loading…
Reference in New Issue
Block a user