Update config file
This commit is contained in:
parent
028a6e3cbd
commit
2e97a2f756
72
config.yaml
72
config.yaml
@ -1,13 +1,43 @@
|
|||||||
actions:
|
actions:
|
||||||
|
- modify_release:
|
||||||
|
- suffix: ".alma.1"
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
- delete_line:
|
||||||
|
- target: "spec"
|
||||||
|
lines:
|
||||||
|
- |
|
||||||
|
Source300: redhatsecurebootca3.cer
|
||||||
|
Source301: redhatsecureboot301.cer
|
||||||
|
Source500: redhatsecurebootca5.cer
|
||||||
|
Source503: redhatsecureboot503.cer
|
||||||
|
|
||||||
|
- changelog_entry:
|
||||||
|
- name: "Eduard Abdullin"
|
||||||
|
email: "eabdullin@almalinux.org"
|
||||||
|
line:
|
||||||
|
- "Use AlmaLinux cert"
|
||||||
|
|
||||||
|
- add_files:
|
||||||
|
- type: "source"
|
||||||
|
name: "almalinuxsecurebootca0.cer"
|
||||||
|
number: 300
|
||||||
|
|
||||||
|
- delete_files:
|
||||||
|
- file_name: "redhatsecureboot301.cer"
|
||||||
|
- file_name: "redhatsecureboot503.cer"
|
||||||
|
- file_name: "redhatsecurebootca3.cer"
|
||||||
|
- file_name: "redhatsecurebootca5.cer"
|
||||||
|
|
||||||
- replace:
|
- replace:
|
||||||
- target: "spec"
|
- target: "spec"
|
||||||
find: "%global glib2_version 2.45.8"
|
find: "%global glib2_version"
|
||||||
replace: |
|
replace: |
|
||||||
%global efi_vendor almalinux
|
%global efi_vendor almalinux
|
||||||
%global efidir almalinux
|
%global efidir almalinux
|
||||||
%global efi_esp_dir /boot/efi/EFI/%{efidir}
|
%global efi_esp_dir /boot/efi/EFI/%{efidir}
|
||||||
|
|
||||||
%global glib2_version 2.45.8
|
%global glib2_version
|
||||||
count: 1
|
count: 1
|
||||||
- target: "spec"
|
- target: "spec"
|
||||||
find: |
|
find: |
|
||||||
@ -29,24 +59,12 @@ actions:
|
|||||||
%pesign -s -i %{fwup_efi_fn} -o %{fwup_efi_fn}.tmp -a %{SOURCE300} -c %{SOURCE301} -n almalinuxsecurebootca0
|
%pesign -s -i %{fwup_efi_fn} -o %{fwup_efi_fn}.tmp -a %{SOURCE300} -c %{SOURCE301} -n almalinuxsecurebootca0
|
||||||
%pesign -s -i %{fwup_efi_fn}.tmp -o %{fwup_efi_fn}.signed -a %{SOURCE500} -c %{SOURCE503} -n almalinuxsecurebootca0
|
%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: |
|
||||||
- suffix: ".alma.1"
|
Source300: almalinuxsecurebootca0.cer
|
||||||
enabled: true
|
replace: |
|
||||||
|
Source300: almalinuxsecurebootca0.cer
|
||||||
- changelog_entry:
|
Source301: almalinuxsecurebootca0.cer
|
||||||
- name: "Eduard Abdullin"
|
Source500: almalinuxsecurebootca0.cer
|
||||||
email: "eabdullin@almalinux.org"
|
Source503: almalinuxsecurebootca0.cer
|
||||||
line:
|
count: 1
|
||||||
- "Use AlmaLinux cert"
|
|
||||||
|
|
||||||
- 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"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user