From 73e568c7517f064fa9da2a1295e393b145c98c6f Mon Sep 17 00:00:00 2001 From: lijingyuan007 <18829898205@163.com> Date: Thu, 27 May 2021 10:49:39 +0800 Subject: [PATCH] Add the compilation dependency of gcc. --- efivar.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/efivar.spec b/efivar.spec index 2a466df..15089a2 100644 --- a/efivar.spec +++ b/efivar.spec @@ -1,6 +1,6 @@ Name: efivar Version: 37 -Release: 4 +Release: 5 Summary: Tools and libraries to work with EFI variables License: LGPLv2.1 URL: https://github.com/rhboot/%{name} @@ -9,6 +9,7 @@ Patch0001: first-fix-gcc9-new-waring.patch Patch0002: second-fix-gcc9-new-waring.patch BuildRequires: popt-devel glibc-static +BuildRequires: gcc Requires: %{name}-libs = %{version}-%{release} %description @@ -63,6 +64,12 @@ Development titles to use libefivar must be included. %{_mandir}/man3/* %changelog +* Thu May 27 2021 lijingyuan - 37-5 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Add the compilation dependency of gcc. + * Yue Jun 9 2020 zhujunhao - 37-4 - Type:bugfix - ID:NA