From b59cb18606e94a7b358a95e75789afac98ce1f71 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 10 Apr 2024 13:57:36 -0400 Subject: [PATCH] Bump the release to -3 to work around a build system issue. Related: RHEL-11259 Signed-off-by: Peter Jones --- shim.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/shim.spec b/shim.spec index 88b7c04..f3eb798 100644 --- a/shim.spec +++ b/shim.spec @@ -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 - 15.8-3 +- Bump the release to -3 to work around a build system issue. + Related: RHEL-11259 + * Thu Mar 28 2024 Peter Jones - 15.8-2.el8 - Fix rpm verify issue found in testing. Related: RHEL-11259