From 6161a44dfe4155192429a613fcdd9a9a6e51710f Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Sat, 19 Nov 2022 07:34:23 +0000 Subject: [PATCH] add loongarch support for efi-rpm-macros --- efi-rpm-macros.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/efi-rpm-macros.spec b/efi-rpm-macros.spec index c542598..346806b 100644 --- a/efi-rpm-macros.spec +++ b/efi-rpm-macros.spec @@ -4,7 +4,7 @@ Name: efi-rpm-macros Version: 4 -Release: 6 +Release: 7 Summary: A set of EFI-related RPM Macros License: GPLv3+ URL: https://github.com/rhboot/%{name}/ @@ -39,7 +39,7 @@ machine bootloaders and tools. %autosetup -S git -n %{name}-4 git config --local --add efi.vendor "%{_vendor}" git config --local --add efi.esp-root /boot/efi -git config --local --add efi.arches "x86_64 aarch64" +git config --local --add efi.arches "x86_64 aarch64 loongarch64" %build %make_build EFI_VENDOR=%{_efi_vendor_} clean all @@ -59,6 +59,9 @@ git config --local --add efi.arches "x86_64 aarch64" %{_prefix}/lib/rpm/brp-boot-efi-times %changelog +* Sat Nov 19 Wenlong Zhang - 4-7 +- add loongarch support for efi-rpm-macros + * Thu Jun 16 2022 yanglu - 4-6 - DESC:delete macros in changelog -- Gitee