Simplify pesign to single command with one cert pair
This commit is contained in:
parent
ceb0dea3f0
commit
4638d5e439
11
config.yaml
11
config.yaml
@ -49,12 +49,11 @@ actions:
|
||||
replace: "-Defi_sbat_distro_url=\"https://git.almalinux.org/rpms/%{name}\""
|
||||
count: 1
|
||||
- target: "spec"
|
||||
find: "%pesign -s -i %{fwup_efi_fn} -o %{fwup_efi_fn}.tmp -a %{SOURCE300} -c %{SOURCE301} -n redhatsecureboot301"
|
||||
replace: "%pesign -s -i %{fwup_efi_fn} -o %{fwup_efi_fn}.tmp -a %{SOURCE300} -c %{SOURCE301} -n almalinuxsecureboot0"
|
||||
count: 1
|
||||
- target: "spec"
|
||||
find: "%pesign -s -i %{fwup_efi_fn}.tmp -o %{fwup_efi_fn}.signed -a %{SOURCE500} -c %{SOURCE503} -n redhatsecureboot503"
|
||||
replace: "%pesign -s -i %{fwup_efi_fn}.tmp -o %{fwup_efi_fn}.signed -a %{SOURCE300} -c %{SOURCE301} -n almalinuxsecureboot0"
|
||||
find: |
|
||||
%pesign -s -i %{fwup_efi_fn} -o %{fwup_efi_fn}.tmp -a %{SOURCE300} -c %{SOURCE301} -n redhatsecureboot301
|
||||
%pesign -s -i %{fwup_efi_fn}.tmp -o %{fwup_efi_fn}.signed -a %{SOURCE500} -c %{SOURCE503} -n redhatsecureboot503
|
||||
replace: |
|
||||
%pesign -s -i %{fwup_efi_fn} -o %{fwup_efi_fn}.signed -a %{SOURCE300} -c %{SOURCE301} -n almalinuxsecureboot0
|
||||
count: 1
|
||||
|
||||
- changelog_entry:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user