From 0b30375317697bd229eef10f56d23ad251d23211 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Thu, 2 Mar 2023 14:36:38 +0000 Subject: [PATCH] Richard's patch to drop -compat Signed-off-by: Robbie Harwood --- gnu-efi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu-efi.spec b/gnu-efi.spec index 7cb3ec6..75e5568 100644 --- a/gnu-efi.spec +++ b/gnu-efi.spec @@ -5,7 +5,7 @@ Name: gnu-efi Epoch: 1 Version: 3.0.11 %global tarball_version 3.0.9 -Release: 12%{?dist}%{?buildid} +Release: 13%{?dist}%{?buildid} Summary: Development Libraries and headers for EFI License: BSD URL: https://sourceforge.net/projects/gnu-efi/ @@ -133,6 +133,9 @@ mv %{efi_arch}/apps/{route80h.efi,modelist.efi} %{buildroot}%{efi_esp_dir}/%{efi %endif %changelog +* Thu Mar 02 2023 Robbie Harwood - 3.0.11-13 +- Richard's patch to drop -compat + * Tue Feb 21 2023 Peter Jones - 3.0.11-12 - Build with --no-warn-rwx-segment, since we don't wind up with segment maps in the final bianries anyway.