From 3bc4c51e9c6874e51717b0bb4fb403921a433ff4 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Fri, 24 Jan 2020 16:43:31 -0500 Subject: [PATCH] Make a compat subpackage to provide the old paths This provides the old paths to our libraries, linker script, and includes, as well as upstream's default paths. Signed-off-by: Peter Jones --- gnu-efi.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu-efi.spec b/gnu-efi.spec index 6ed028f..60cfc7b 100644 --- a/gnu-efi.spec +++ b/gnu-efi.spec @@ -2,7 +2,7 @@ Name: gnu-efi Epoch: 1 Version: 3.0.11 %global tarball_version 3.0.9 -Release: 1%{?dist}%{?buildid} +Release: 2%{?dist}%{?buildid} Summary: Development Libraries and headers for EFI License: BSD URL: https://sourceforge.net/projects/gnu-efi/ @@ -172,6 +172,10 @@ find %{buildroot}/%{_prefix}/ -type l | sed 's,%{buildroot}/\+,/,' > compat.lst %endif %changelog +* Fri Jan 24 2020 Peter Jones - 3.0.11-2 +- Make a compat subpackage to provide the old paths to our libraries, linker + script, and includes. + * Wed Jan 22 2020 Peter Jones - 3.0.11-1 - Update to 3.0.11 (via patches generated from git) - Plus newer upstream fixes (also via patches generated from git)