Update config: add both secure boot certs, pesign name, Source replace
This commit is contained in:
parent
9014399623
commit
b6be43a2d2
21
config.yaml
21
config.yaml
@ -49,6 +49,17 @@ actions:
|
||||
|
||||
Name: shim
|
||||
count: 1
|
||||
- target: "spec"
|
||||
find: |
|
||||
Source1: redhatsecureboot501.cer
|
||||
Source2: redhatsecurebootca5.cer
|
||||
replace: |
|
||||
Source1: almalinuxsecureboot0.cer
|
||||
Source2: almalinuxsecurebootca0.cer
|
||||
- target: "shim.rpmmacros"
|
||||
find: "-n redhatsecureboot501 -a %{SOURCE2} -c %{SOURCE1}"
|
||||
replace: "-n almalinuxsecureboot0 -a %{SOURCE2} -c %{SOURCE1}"
|
||||
count: 1
|
||||
- target: ".gitignore"
|
||||
find: |
|
||||
SOURCES/fbx64.efi
|
||||
@ -59,13 +70,6 @@ actions:
|
||||
SOURCES/mmaa64.efi
|
||||
SOURCES/mmx64.efi
|
||||
count: 1
|
||||
|
||||
- delete_line:
|
||||
- target: "spec"
|
||||
lines:
|
||||
- |
|
||||
Source1: redhatsecureboot501.cer
|
||||
Source2: redhatsecurebootca5.cer
|
||||
|
||||
- modify_release:
|
||||
- suffix: ".alma.2"
|
||||
@ -87,6 +91,9 @@ actions:
|
||||
- add_files:
|
||||
- type: "source"
|
||||
name: "almalinuxsecurebootca0.cer"
|
||||
number: 2
|
||||
- type: "source"
|
||||
name: "almalinuxsecureboot0.cer"
|
||||
number: 1
|
||||
- type: "source"
|
||||
name: "BOOTAA64.CSV"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user