Replace to AL key
This commit is contained in:
parent
a64f287353
commit
d3e8b72d9e
23
config.yaml
23
config.yaml
@ -1,13 +1,13 @@
|
||||
actions:
|
||||
- replace:
|
||||
- target: "spec"
|
||||
find: "%global glib2_version 2.45.8"
|
||||
find: "%global glib2_version"
|
||||
replace: |
|
||||
%global efi_vendor almalinux
|
||||
%global efidir almalinux
|
||||
%global efi_esp_dir /boot/efi/EFI/%{efidir}
|
||||
|
||||
%global glib2_version 2.45.8
|
||||
%global efi_vendor almalinux
|
||||
%global efidir almalinux
|
||||
%global efi_esp_dir /boot/efi/EFI/%{efidir}
|
||||
|
||||
%global glib2_version
|
||||
count: 1
|
||||
- target: "spec"
|
||||
find: |
|
||||
@ -44,6 +44,15 @@ actions:
|
||||
- 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: "Andrei Lukoshko"
|
||||
email: "alukoshko@almalinux.org"
|
||||
@ -52,7 +61,7 @@ actions:
|
||||
|
||||
- add_files:
|
||||
- type: "source"
|
||||
name: "clsecureboot001.cer"
|
||||
name: "almalinuxsecurebootca0.cer"
|
||||
number: 300
|
||||
|
||||
- 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