|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Summary: Common RPM Macros for building EFI-related packages
|
|
|
|
|
Name: efi-rpm-macros
|
|
|
|
|
Version: 6
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
License: GPL-3.0-or-later
|
|
|
|
|
URL: https://github.com/rhboot/%{name}/
|
|
|
|
|
BuildRequires: git sed
|
|
|
|
@ -66,6 +66,14 @@ git config --local --add efi.arches "x86_64 aarch64 %{arm} %{ix86}"
|
|
|
|
|
%dir /boot/efi/EFI/%{_efi_vendor_}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Dec 12 2024 Nicolas Frayer <nfrayer@redhat.com> - 6-6
|
|
|
|
|
- Bump release for previous commit
|
|
|
|
|
- Related: #RHELMISC-8249
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 6-5
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Fri Sep 20 2024 Nicolas Frayer <nfrayer@redhat.com> - 6-4
|
|
|
|
|
- source: Updated the archive to match upstream
|
|
|
|
|
- Resolves: #RHEL-54694
|
|
|
|
|