diff --git a/efibootmgr.spec b/efibootmgr.spec index 59a074c4fa01a8831a24fab1d7af618318b3a7ce..f950d39d4c531f1d055da091c522631d06d3e20f 100644 --- a/efibootmgr.spec +++ b/efibootmgr.spec @@ -1,5 +1,5 @@ Name: efibootmgr -Release: 1 +Release: 2 Version: 17 Summary: A tool manipulating the EFI Boot Manager License: GPLv2+ @@ -10,7 +10,7 @@ Patch0: remove_extra_decl.patch 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 +BuildRequires: efi-srpm-macros >= 3-2 efi-filesystem popt-devel efivar-libs >= 35-2 efivar-devel >= 35-2 Requires: efi-filesystem ExclusiveArch: %{efi} Conflicts: elilo <= 3.6-6 @@ -28,8 +28,7 @@ Summary: Documents for efibootmgr Help package contains some readme, man and other related files for efibootmgr. %prep -%autosetup -S git -git config --local --add %{name}.efidir %{efi_vendor} +%autosetup -p1 %build %make_build @@ -49,6 +48,9 @@ rm -rf %{buildroot} %{_mandir}/*/*.?.gz %changelog +* Tue Aug 03 2021 chenyanpanHW - 17-2 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Mon Jun 21 2021 hanhui - 17-1 - update to 17