AlmaLinux changes
This commit is contained in:
parent
02e8a5e147
commit
327aaa8fb6
@ -1,18 +1,16 @@
|
|||||||
|
%global efi_vendor almalinux
|
||||||
|
%global efidir almalinux
|
||||||
|
%global efi_esp_dir /boot/efi/EFI/%{efidir}
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Summary: Firmware update EFI binaries
|
Summary: Firmware update EFI binaries
|
||||||
Name: fwupd-efi
|
Name: fwupd-efi
|
||||||
Version: 1.6
|
Version: 1.6
|
||||||
Release: %autorelease
|
Release: 2%{dist}.alma.1
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
URL: https://github.com/fwupd/fwupd-efi
|
URL: https://github.com/fwupd/fwupd-efi
|
||||||
Source0: https://github.com/fwupd/fwupd-efi/releases/download/%{version}/%{name}-%{version}.tar.xz
|
Source0: https://github.com/fwupd/fwupd-efi/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
Source300: redhatsecurebootca3.cer
|
|
||||||
Source301: redhatsecureboot301.cer
|
|
||||||
Source500: redhatsecurebootca5.cer
|
|
||||||
Source503: redhatsecureboot503.cer
|
|
||||||
|
|
||||||
# these are the only architectures supporting UEFI UpdateCapsule
|
# these are the only architectures supporting UEFI UpdateCapsule
|
||||||
ExclusiveArch: x86_64 aarch64
|
ExclusiveArch: x86_64 aarch64
|
||||||
|
|
||||||
@ -32,11 +30,11 @@ the EFI binary that is used for updating using UpdateCapsule.
|
|||||||
%build
|
%build
|
||||||
|
|
||||||
%meson \
|
%meson \
|
||||||
-Defi_sbat_distro_id="fedora" \
|
-Defi_sbat_distro_id="almalinux" \
|
||||||
-Defi_sbat_distro_summary="The Fedora Project" \
|
-Defi_sbat_distro_summary="AlmaLinux" \
|
||||||
-Defi_sbat_distro_pkgname="%{name}" \
|
-Defi_sbat_distro_pkgname="%{name}" \
|
||||||
-Defi_sbat_distro_version="%{version}-%{release}" \
|
-Defi_sbat_distro_version="%{version}-%{release}" \
|
||||||
-Defi_sbat_distro_url="https://src.fedoraproject.org/rpms/%{name}"
|
-Defi_sbat_distro_url="https://git.almalinux.org/rpms/%{name}"
|
||||||
|
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
@ -51,9 +49,9 @@ the EFI binary that is used for updating using UpdateCapsule.
|
|||||||
%global efiarch aa64
|
%global efiarch aa64
|
||||||
%endif
|
%endif
|
||||||
%global fwup_efi_fn $RPM_BUILD_ROOT%{_libexecdir}/fwupd/efi/fwupd%{efiarch}.efi
|
%global fwup_efi_fn $RPM_BUILD_ROOT%{_libexecdir}/fwupd/efi/fwupd%{efiarch}.efi
|
||||||
%pesign -s -i %{fwup_efi_fn} -o %{fwup_efi_fn}.tmp -a %{SOURCE300} -c %{SOURCE301} -n redhatsecureboot301
|
%pesign -s -i %{fwup_efi_fn} -o %{fwup_efi_fn}.tmp
|
||||||
%define __pesign_client_cert fwupd-signer
|
%define __pesign_client_cert fwupd-signer
|
||||||
%pesign -s -i %{fwup_efi_fn}.tmp -o %{fwup_efi_fn}.signed -a %{SOURCE500} -c %{SOURCE503} -n redhatsecureboot503
|
%pesign -s -i %{fwup_efi_fn}.tmp -o %{fwup_efi_fn}.signed
|
||||||
rm -vf %{fwup_efi_fn}.tmp
|
rm -vf %{fwup_efi_fn}.tmp
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -64,4 +62,29 @@ rm -vf %{fwup_efi_fn}.tmp
|
|||||||
%{_libdir}/pkgconfig/fwupd-efi.pc
|
%{_libdir}/pkgconfig/fwupd-efi.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
%autochangelog
|
* Tue Aug 20 2024 Eduard Abdullin <eabdullin@almalinux.org> - 1.6-2.alma.1
|
||||||
|
- AlmaLinux changes
|
||||||
|
|
||||||
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.6-2
|
||||||
|
- Bump release for June 2024 mass rebuild
|
||||||
|
|
||||||
|
* Mon Jun 03 2024 Richard Hughes <richard@hughsie.com> - 1.6-1
|
||||||
|
- Rebase to latest upstream version
|
||||||
|
|
||||||
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jun 29 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 1.4-3
|
||||||
|
- Fix build with latest gnu-efi
|
||||||
|
|
||||||
|
* Wed Feb 22 2023 Richard Hughes <richard@hughsie.com> - 1.4-2
|
||||||
|
- migrated to SPDX license
|
||||||
|
|
||||||
|
* Fri Jan 27 2023 Richard Hughes <richard@hughsie.com> - 1.4-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user