diff --git a/efi-rpm-macros.spec b/efi-rpm-macros.spec index 022df8b..748fe5c 100644 --- a/efi-rpm-macros.spec +++ b/efi-rpm-macros.spec @@ -1,7 +1,7 @@ Summary: Common RPM Macros for building EFI-related packages Name: efi-rpm-macros Version: 6 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL-3.0-or-later URL: https://github.com/rhboot/%{name}/ BuildRequires: git sed @@ -66,6 +66,10 @@ git config --local --add efi.arches "x86_64 aarch64 %{arm} %{ix86}" %dir /boot/efi/EFI/%{_efi_vendor_} %changelog +* Tue Oct 29 2024 Troy Dawson - 6-5 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Fri Sep 20 2024 Nicolas Frayer - 6-4 - source: Updated the archive to match upstream - Resolves: #RHEL-54694