Replace to AL key
This commit is contained in:
parent
a64f287353
commit
d3e8b72d9e
15
config.yaml
15
config.yaml
@ -1,13 +1,13 @@
|
|||||||
actions:
|
actions:
|
||||||
- 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: |
|
||||||
@ -44,6 +44,15 @@ actions:
|
|||||||
- suffix: ".alma.1"
|
- suffix: ".alma.1"
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
- delete_line:
|
||||||
|
- target: "spec"
|
||||||
|
lines:
|
||||||
|
- |
|
||||||
|
Source300: redhatsecurebootca3.cer
|
||||||
|
Source301: redhatsecureboot301.cer
|
||||||
|
Source500: redhatsecurebootca5.cer
|
||||||
|
Source503: redhatsecureboot503.cer
|
||||||
|
|
||||||
- changelog_entry:
|
- changelog_entry:
|
||||||
- name: "Andrei Lukoshko"
|
- name: "Andrei Lukoshko"
|
||||||
email: "alukoshko@almalinux.org"
|
email: "alukoshko@almalinux.org"
|
||||||
@ -52,7 +61,7 @@ actions:
|
|||||||
|
|
||||||
- add_files:
|
- add_files:
|
||||||
- type: "source"
|
- type: "source"
|
||||||
name: "clsecureboot001.cer"
|
name: "almalinuxsecurebootca0.cer"
|
||||||
number: 300
|
number: 300
|
||||||
|
|
||||||
- delete_files:
|
- delete_files:
|
||||||
|
BIN
files/almalinuxsecurebootca0.cer
Normal file
BIN
files/almalinuxsecurebootca0.cer
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user