spec: Bump release

Related: #RHEL-50842
Signed-off-by: Nicolas Frayer <nfrayer@redhat.com>
This commit is contained in:
Nicolas Frayer 2024-07-29 20:45:16 +02:00
parent 6234da9240
commit d16b600d4a

View File

@ -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 <nfrayer@redhat.com> - 6-3
- Bump release
- Related: #RHEL-50842
* Mon Jul 29 2024 Nicolas Frayer <nfrayer@redhat.com> - 6-2
- Picked 9b9b4c7dde2e and 32cfff131279 from rhel 9.0 to update nvr
- Resolves: #RHEL-50842