Use AlmaLinux cert
This commit is contained in:
parent
f7e3c84c6a
commit
b0c0885592
@ -5,18 +5,18 @@
|
||||
release_number = 6;
|
||||
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||||
print(release_number + base_release_number - 1);
|
||||
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
||||
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}.alma.1
|
||||
## END: Set by rpmautospec
|
||||
|
||||
%global efi_vendor almalinux
|
||||
%global efidir almalinux
|
||||
%global efi_esp_dir /boot/efi/EFI/%{efidir}
|
||||
|
||||
%global debug_package %{nil}
|
||||
|
||||
%define sb_ca %{_datadir}/pki/sb-certs/secureboot-ca-%{_arch}.cer
|
||||
%define sb_cer %{_datadir}/pki/sb-certs/secureboot-fwupd-%{_arch}.cer
|
||||
%if 0%{?centos}
|
||||
%define sb_key centossecureboot202
|
||||
%else
|
||||
%define sb_key redhatsecureboot802
|
||||
%endif
|
||||
%define sb_key almalinuxsecureboot0
|
||||
|
||||
Summary: Firmware update EFI binaries
|
||||
Name: fwupd-efi
|
||||
@ -47,15 +47,9 @@ the EFI binary that is used for updating using UpdateCapsule.
|
||||
%build
|
||||
|
||||
%meson \
|
||||
%if 0%{?centos}
|
||||
-Defi_sbat_distro_id="centos" \
|
||||
-Defi_sbat_distro_summary="The Fedora Project" \
|
||||
-Defi_sbat_distro_url="https://www.centos.org/" \
|
||||
%else
|
||||
-Defi_sbat_distro_id="rhel" \
|
||||
-Defi_sbat_distro_summary="Red Hat Enterprise Linux" \
|
||||
-Defi_sbat_distro_url="mailto:secalert@redhat.com" \
|
||||
%endif
|
||||
-Defi_sbat_distro_id="almalinux" \
|
||||
-Defi_sbat_distro_summary="AlmaLinux" \
|
||||
-Defi_sbat_distro_url="https://git.almalinux.org/rpms/%{name}" \
|
||||
-Defi_sbat_distro_pkgname="%{name}" \
|
||||
-Defi_sbat_distro_version="%{version}-%{release}"
|
||||
|
||||
@ -84,6 +78,9 @@ rm -vf %{fwup_efi_fn}.tmp
|
||||
%{_libdir}/pkgconfig/fwupd-efi.pc
|
||||
|
||||
%changelog
|
||||
* Wed Mar 18 2026 Eduard Abdullin <eabdullin@almalinux.org> - 1.6-6.alma.1
|
||||
- Use AlmaLinux cert
|
||||
|
||||
## START: Generated by rpmautospec
|
||||
* Fri Mar 06 2026 Tomas Pelka <tpelka@redhat.com> - 1.6-6
|
||||
- Rebuild for 10.1.z
|
||||
|
||||
Loading…
Reference in New Issue
Block a user