diff --git a/config.yaml b/config.yaml index 8a45678..c0b54bd 100644 --- a/config.yaml +++ b/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: diff --git a/files/almalinuxsecurebootca0.cer b/files/almalinuxsecurebootca0.cer new file mode 100644 index 0000000..6a4e99b Binary files /dev/null and b/files/almalinuxsecurebootca0.cer differ diff --git a/files/clsecureboot001.cer b/files/clsecureboot001.cer deleted file mode 100644 index ca9ce5d..0000000 Binary files a/files/clsecureboot001.cer and /dev/null differ