From 09db219b6ae4912ba33e09e2140fae0133728bdf Mon Sep 17 00:00:00 2001 From: compile_success <980965867@qq.com> Date: Fri, 13 Mar 2020 17:57:22 +0800 Subject: [PATCH] init --- gnu-efi.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gnu-efi.spec b/gnu-efi.spec index 48982f4..c23285f 100644 --- a/gnu-efi.spec +++ b/gnu-efi.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: gnu-efi Version: 3.0.8 -Release: 4 +Release: 5 Summary: Development Libraries and headers for EFI Epoch: 1 License: BSD @@ -38,6 +38,8 @@ applications that run under EFI (Extensible Firmware Interface). %prep %autosetup -n gnu-efi-3.0.8 -p1 +install -d gnuefi/gnu +install -Dp %{SOURCE1} gnuefi/gnu/ %build make @@ -74,6 +76,9 @@ mv ia32/apps/{route80h.efi,modelist.efi} %{buildroot}/boot/efi/EFI/%{efidir}/ia3 %{_includedir}/efi %changelog +* Fri Mar 13 2020 zhujunhao - 3.0.8-5 +- Modify x86 build failed + * Wed Jan 15 2020 yuxiangyang4 - 3.0.8-4 - Upgrade source code to 3.0.8 -- Gitee