From e8dd094b9c6eda5dcb64ab178ae5398aa83712c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E9=B9=8F?= Date: Mon, 4 Mar 2024 16:19:27 +0800 Subject: [PATCH] add ppc64le support --- efibootmgr.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/efibootmgr.spec b/efibootmgr.spec index e0a5136..1b22b94 100644 --- a/efibootmgr.spec +++ b/efibootmgr.spec @@ -1,5 +1,5 @@ Name: efibootmgr -Release: 2 +Release: 3 Version: 17 Summary: A tool manipulating the EFI Boot Manager License: GPLv2+ @@ -12,7 +12,7 @@ Patch6000: backport-get-rid-of-a-memory-leak-of-deleted-boot-entries.patch BuildRequires: gcc BuildRequires: efi-srpm-macros >= 3-2 efi-filesystem git popt-devel efivar-libs >= 35-2 efivar-devel >= 35-2 Requires: efi-filesystem -ExclusiveArch: %{efi} +ExclusiveArch: %{efi} ppc64le Conflicts: elilo <= 3.6-6 Obsoletes: elilo <= 3.6-6 @@ -49,6 +49,9 @@ rm -rf %{buildroot} %{_mandir}/*/*.?.gz %changelog +* Mon Mar 4 2024 peng.zou - 17-3 +- add ppc64le support + * Mon Apr 25 2022 yangcheng - 17-2 - rebuild efibootmgr -- Gitee