Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b0c0885592 | ||
|
|
f7e3c84c6a |
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,7 +1 @@
|
||||
/fwupd-efi-1.0.tar.xz
|
||||
/fwupd-efi-1.1.tar.xz
|
||||
/fwupd-efi-1.2.tar.xz
|
||||
/fwupd-efi-1.3.tar.xz
|
||||
/fwupd-efi-1.4.tar.xz
|
||||
/fwupd-efi-1.5.tar.xz
|
||||
/fwupd-efi-1.6.tar.xz
|
||||
fwupd-efi-1.6.tar.xz
|
||||
|
||||
@ -1,12 +1,22 @@
|
||||
## START: Set by rpmautospec
|
||||
## (rpmautospec version 0.6.5)
|
||||
## RPMAUTOSPEC: autorelease, autochangelog
|
||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||
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}}.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
|
||||
@ -37,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}"
|
||||
|
||||
@ -74,4 +78,64 @@ rm -vf %{fwup_efi_fn}.tmp
|
||||
%{_libdir}/pkgconfig/fwupd-efi.pc
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
* 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
|
||||
|
||||
* Wed Feb 11 2026 Richard Hughes <richard@hughsie.com> - 1.6-5
|
||||
- Do not sign with the test certificate, harder.
|
||||
|
||||
* Fri Dec 12 2025 Richard Hughes <richard@hughsie.com> - 1.6-4
|
||||
- Do not sign with the test certificate
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.6-3
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
|
||||
* 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
|
||||
|
||||
* Thu Apr 14 2022 Richard Hughes <richard@hughsie.com> - 1.3-1
|
||||
- New package version
|
||||
|
||||
* Sun Jan 23 2022 Richard Hughes <richard@hughsie.com> - 1.2-1
|
||||
- New package version
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Sat Jun 19 2021 Richard Hughes <richard@hughsie.com> - 1.1-1
|
||||
- New package version
|
||||
|
||||
* Mon May 17 2021 Richard Hughes <richard@hughsie.com> - 1.0-2
|
||||
- Rebuilt to use the HSM signers
|
||||
|
||||
* Wed Apr 28 2021 Richard Hughes <richard@hughsie.com> - 1.0-1
|
||||
- Initial import (#1953508).
|
||||
## END: Generated by rpmautospec
|
||||
|
||||
@ -1,7 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-10
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.hardware-fwupd.tier0.functional}
|
||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
||||
Loading…
Reference in New Issue
Block a user