diff --git a/gnu-efi.spec b/gnu-efi.spec index 5b91c8be3e33f19af0558f5baaac86eb750bb481..00691bf3a82781c134f277ce27ca0605af5e614c 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: 2 +Release: 3 Summary: Development Libraries and headers for EFI Epoch: 1 License: BSD @@ -23,7 +23,9 @@ Patch1: 0001-gnu-efi-add-CHAR16-for-loongarch64.patch %ifarch loongarch64 %global efiarch loongarch64 %endif - +%ifarch riscv64 +%global efiarch riscv64 +%endif Provides: %{name}-utils = %{epoch}:%{version}-%{release} Obsoletes: %{name}-utils < %{epoch}:%{version}-%{release} @@ -83,6 +85,9 @@ mv ia32/apps/{route80h.efi,modelist.efi} %{buildroot}/boot/efi/EFI/%{efidir}/ia3 %{_includedir}/efi %changelog +* Wed Jul 19 2023 misaka00251 - 1:3.0.17-3 +- Enable build on riscv64 + * Thu Jul 6 2023 doupengda - 1:3.0.17-2 - gnu-efi add CHAR16 for loongarch64