Fix config file
This commit is contained in:
parent
d4241ac110
commit
25575758c0
47
config.yaml
47
config.yaml
@ -1,4 +1,28 @@
|
|||||||
actions:
|
actions:
|
||||||
|
- modify_release:
|
||||||
|
- suffix: ".alma.1"
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
- add_files:
|
||||||
|
- type: "source"
|
||||||
|
name: "almalinuxsecurebootca0.cer"
|
||||||
|
number: 300
|
||||||
|
|
||||||
|
- delete_files:
|
||||||
|
- file_name: "redhatsecurebootca3.cer"
|
||||||
|
- file_name: "redhatsecureboot301.cer"
|
||||||
|
- file_name: "redhatsecurebootca5.cer"
|
||||||
|
- file_name: "redhatsecureboot503.cer"
|
||||||
|
|
||||||
|
- delete_line:
|
||||||
|
- target: "spec"
|
||||||
|
lines:
|
||||||
|
- |
|
||||||
|
Source300: redhatsecurebootca3.cer
|
||||||
|
Source301: redhatsecureboot301.cer
|
||||||
|
Source500: redhatsecurebootca5.cer
|
||||||
|
Source503: redhatsecureboot503.cer
|
||||||
|
|
||||||
- replace:
|
- replace:
|
||||||
- target: "spec"
|
- target: "spec"
|
||||||
find: "%global debug_package %{nil}"
|
find: "%global debug_package %{nil}"
|
||||||
@ -29,24 +53,17 @@ actions:
|
|||||||
find: "%pesign -s -i %{fwup_efi_fn}.tmp -o %{fwup_efi_fn}.signed -a %{SOURCE500} -c %{SOURCE503} -n redhatsecureboot503"
|
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 %{SOURCE500} -c %{SOURCE503} -n almalinuxsecurebootca0"
|
replace: "%pesign -s -i %{fwup_efi_fn}.tmp -o %{fwup_efi_fn}.signed -a %{SOURCE500} -c %{SOURCE503} -n almalinuxsecurebootca0"
|
||||||
count: 1
|
count: 1
|
||||||
|
- target: "spec"
|
||||||
- modify_release:
|
find: "Source300: almalinuxsecurebootca0.cer"
|
||||||
- suffix: ".alma.1"
|
replace: |
|
||||||
enabled: true
|
Source300: almalinuxsecurebootca0.cer
|
||||||
|
Source301: almalinuxsecurebootca0.cer
|
||||||
|
Source500: almalinuxsecurebootca0.cer
|
||||||
|
Source503: almalinuxsecurebootca0.cer
|
||||||
|
count: 1
|
||||||
|
|
||||||
- changelog_entry:
|
- changelog_entry:
|
||||||
- name: "Eduard Abdullin"
|
- name: "Eduard Abdullin"
|
||||||
email: "eabdullin@almalinux.org"
|
email: "eabdullin@almalinux.org"
|
||||||
line:
|
line:
|
||||||
- "Use AlmaLinux cert"
|
- "Use AlmaLinux cert"
|
||||||
|
|
||||||
- add_files:
|
|
||||||
- type: "source"
|
|
||||||
name: "almalinuxsecurebootca0"
|
|
||||||
number: 300
|
|
||||||
|
|
||||||
- delete_files:
|
|
||||||
- file_name: "redhatsecurebootca3.cer"
|
|
||||||
- file_name: "redhatsecureboot301.cer"
|
|
||||||
- file_name: "redhatsecurebootca5.cer"
|
|
||||||
- file_name: "redhatsecureboot503.cer"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user