|
|
|
@ -1,10 +1,10 @@
|
|
|
|
|
%define efivar_version 35-2
|
|
|
|
|
|
|
|
|
|
Name: efibootmgr
|
|
|
|
|
Version: 16
|
|
|
|
|
Release: 12%{?dist}
|
|
|
|
|
Version: 18
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Summary: EFI Boot Manager
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
URL: https://github.com/rhboot/%{name}/
|
|
|
|
|
|
|
|
|
|
BuildRequires: efi-srpm-macros >= 3-2
|
|
|
|
@ -18,10 +18,9 @@ Requires: efi-filesystem
|
|
|
|
|
ExclusiveArch: %{efi}
|
|
|
|
|
|
|
|
|
|
Source0: https://github.com/rhboot/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2
|
|
|
|
|
Source1: efibootmgr.patches
|
|
|
|
|
|
|
|
|
|
# Fixes to compiler errors manually cherry picked from upstream commit
|
|
|
|
|
# https://github.com/rhboot/efibootmgr/commit/e8ce9fecebd15adb4c60a0678d4c417afe06dde4
|
|
|
|
|
Patch0: efibootmgr-16-efidp_format_device_path-argfix.patch
|
|
|
|
|
%include %{SOURCE1}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
%{name} displays and allows the user to edit the Intel Extensible
|
|
|
|
@ -47,12 +46,46 @@ git config --local --add efibootmgr.efidir %{efi_vendor}
|
|
|
|
|
%doc README
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 16-12
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com>
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 16-11
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 18-7
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com>
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org>
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org>
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Dec 13 2023 Nicolas Frayer <nfrayer@redhat.com>
|
|
|
|
|
- Migrate to SPDX license
|
|
|
|
|
- Please refer to https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org>
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org>
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org>
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 07 2022 Robbie Harwood <rharwood@redhat.com> - 18-1
|
|
|
|
|
- New upstream version (18)
|
|
|
|
|
|
|
|
|
|
* Tue Jul 05 2022 Robbie Harwood <rharwood@redhat.com> - 17-1
|
|
|
|
|
- New upstream version (17)
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 16-12
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 16-11
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 16-10
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|