Replace to AL key

This commit is contained in:
eabdullin 2025-01-16 16:08:24 +03:00
parent a64f287353
commit d3e8b72d9e
3 changed files with 16 additions and 7 deletions

View File

@ -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:

Binary file not shown.

Binary file not shown.