diff --git a/config.yaml b/config.yaml index 2c73447..10d0e2c 100644 --- a/config.yaml +++ b/config.yaml @@ -3,35 +3,12 @@ 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: "Eduard Abdullin" email: "eabdullin@almalinux.org" line: - "Use AlmaLinux cert" - - add_files: - - type: "source" - name: "almalinuxsecurebootca0.cer" - number: 300 - - type: "source" - name: "almalinuxsecureboot0.cer" - number: 301 - - - delete_files: - - file_name: "redhatsecureboot301.cer" - - file_name: "redhatsecureboot503.cer" - - file_name: "redhatsecurebootca3.cer" - - file_name: "redhatsecurebootca5.cer" - - replace: - target: "spec" find: "%global glib2_version" @@ -43,21 +20,6 @@ actions: %global glib2_version count: 1 - target: "spec" - find: | - -Dfwupd-efi:efi_sbat_distro_id="rhel" \ - -Dfwupd-efi:efi_sbat_distro_summary="Red Hat Enterprise Linux" \ - replace: | - -Dfwupd-efi:efi_sbat_distro_id="almalinux" \ - -Dfwupd-efi:efi_sbat_distro_summary="AlmaLinux" \ - count: 1 - - target: "spec" - find: "-Dfwupd-efi:efi_sbat_distro_url=\"mail:secalert@redhat.com\" \\" - replace: "-Dfwupd-efi:efi_sbat_distro_url=\"mailto:security@almalinux.org\" \\" - count: 1 - - target: "spec" - find: | - %pesign -s -i %{fwup_efi_fn} -o %{fwup_efi_fn}.tmp -a %{SOURCE300} -c %{SOURCE301} -n redhatsecureboot301 - %pesign -s -i %{fwup_efi_fn}.tmp -o %{fwup_efi_fn}.signed -a %{SOURCE500} -c %{SOURCE503} -n redhatsecureboot503 - replace: | - %pesign -s -i %{fwup_efi_fn} -o %{fwup_efi_fn}.signed -a %{SOURCE300} -c %{SOURCE301} -n almalinuxsecureboot0 + find: "redhatsecureboot802" + replace: "almalinuxsecureboot0" count: 1