diff --git a/efi-rpm-macros.spec b/efi-rpm-macros.spec index 001af03..2a858bd 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: 2%{?dist} +Release: 3%{?dist} License: GPLv3+ URL: https://github.com/rhboot/%{name}/ BuildRequires: git sed @@ -66,6 +66,10 @@ git config --local --add efi.arches "x86_64 aarch64 %{arm} %{ix86}" %verify(not mode) %dir /boot/efi/EFI/%{_efi_vendor_} %changelog +* Mon Jul 29 2024 Nicolas Frayer - 6-3 +- Bump release +- Related: #RHEL-50842 + * Mon Jul 29 2024 Nicolas Frayer - 6-2 - Picked 9b9b4c7dde2e and 32cfff131279 from rhel 9.0 to update nvr - Resolves: #RHEL-50842