diff --git a/efibootmgr.spec b/efibootmgr.spec index bf0cba7fc47f83d97e1980939d223aa36d43cc44..5d6def8ffe6703ffd66da287b9a7108bd5b4862c 100644 --- a/efibootmgr.spec +++ b/efibootmgr.spec @@ -1,5 +1,5 @@ Name: efibootmgr -Release: 4 +Release: 5 Version: 18 Summary: A tool manipulating the EFI Boot Manager License: GPLv2+ @@ -13,7 +13,7 @@ Patch6002: backport-Fix-segfault-when-passed-index-is-greater-than-curre.pat BuildRequires: gcc BuildRequires: efi-srpm-macros >= 3-2 efi-filesystem git popt-devel efivar-libs >= 38-1 efivar-devel >= 38-1 Requires: efi-filesystem -ExclusiveArch: %{efi} +ExclusiveArch: %{efi} ppc64le Conflicts: elilo <= 3.6-6 Obsoletes: elilo <= 3.6-6 @@ -50,6 +50,9 @@ rm -rf %{buildroot} %{_mandir}/*/*.?.gz %changelog +* Mon Mar 4 2024 peng.zou - 18-5 +- add ppc64le support + * Mon Mar 13 2023 zhangqiumiao - 18-4 - Fix segfault when passed --index is greater than current boot order size Add missing short option handling for --index (-I)