Richard's patch to drop -compat

Signed-off-by: Robbie Harwood <rharwood@redhat.com>
This commit is contained in:
Robbie Harwood 2023-03-02 14:36:38 +00:00
parent b3f0ac260b
commit 0b30375317

View File

@ -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 <rharwood@redhat.com> - 3.0.11-13
- Richard's patch to drop -compat
* Tue Feb 21 2023 Peter Jones <pjones@redhat.com> - 3.0.11-12
- Build with --no-warn-rwx-segment, since we don't wind up with segment maps
in the final bianries anyway.