Bump the release to -3 to work around a build system issue.

Related: RHEL-11259

Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
Peter Jones 2024-04-10 13:57:36 -04:00 committed by Leo Sandoval
parent 74a75eaf0b
commit b59cb18606

View File

@ -1,6 +1,6 @@
Name: shim
Version: 15.8
Release: 2%{?dist}
Release: 3%{?dist}
Summary: First-stage UEFI bootloader
License: BSD
URL: https://github.com/rhboot/shim/
@ -111,6 +111,10 @@ install -m 0700 %{shimefi} $RPM_BUILD_ROOT%{efi_esp_dir}/shim.efi
%endif
%changelog
* Wed Apr 10 2024 Peter Jones <pjones@redhat.com> - 15.8-3
- Bump the release to -3 to work around a build system issue.
Related: RHEL-11259
* Thu Mar 28 2024 Peter Jones <pjones@redhat.com> - 15.8-2.el8
- Fix rpm verify issue found in testing.
Related: RHEL-11259