From 570a82694e7fff718e4a9cafeea04af901212db1 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Tue, 3 Aug 2021 16:53:45 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- efibootmgr.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/efibootmgr.spec b/efibootmgr.spec index 59a074c..f950d39 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 -- Gitee