From ac01ce7f82d3cce37ea3df3fd90aa9bc1f73e915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E4=BB=B2=E4=BC=9F?= Date: Tue, 10 Dec 2024 11:28:23 +0800 Subject: [PATCH] include all patches in the source package. --- gnu-efi.spec | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/gnu-efi.spec b/gnu-efi.spec index 7006c40..e875479 100644 --- a/gnu-efi.spec +++ b/gnu-efi.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: gnu-efi Version: 3.0.17 -Release: 7 +Release: 8 Summary: Development Libraries and headers for EFI Epoch: 1 License: BSD @@ -12,9 +12,7 @@ Source0: https://sourceforge.net/projects/gnu-efi/files/%{name}-%{version} Source1: stubs-32.h Patch1: 0001-gnu-efi-add-CHAR16-for-loongarch64.patch -%ifarch riscv64 Patch2: riscv64-fix-efibind.h-missing-duplicate-types.patch -%endif %global efidir %(eval echo $(grep ^ID= /etc/os-release | sed 's/^ID=//')) @@ -49,7 +47,13 @@ This package contains development headers and libraries for developing applications that run under EFI (Extensible Firmware Interface). %prep -%autosetup -n %{name}-%{version} -p1 +%setup -n %{name}-%{version} +%patch -P 1 -p1 + +%ifarch riscv64 +%patch -P 2 -p1 +%endif + install -d gnuefi/gnu install -Dp %{SOURCE1} gnuefi/gnu/ @@ -78,6 +82,9 @@ mv %{efiarch}/apps/{route80h.efi,modelist.efi} %{buildroot}/boot/efi/EFI/%{efidi %{_includedir}/efi %changelog +* Tue Dec 10 2024 shenzhongwei - 1:3.0.17-8 +- include all patches in the source package. + * Mon Apr 08 2024 wulei - 1:3.0.17-7 - Remove ia32 architecture -- Gitee