From 90df3235fa6d97164929da4bc38f664ef2705ed2 Mon Sep 17 00:00:00 2001 From: renmingshuai Date: Wed, 26 May 2021 11:26:49 +0800 Subject: [PATCH] Add a BuildRequires for gcc --- efibootmgr.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/efibootmgr.spec b/efibootmgr.spec index 5449987..807f791 100644 --- a/efibootmgr.spec +++ b/efibootmgr.spec @@ -1,11 +1,12 @@ Name: efibootmgr -Release: 6 +Release: 7 Version: 16 Summary: A tool manipulating the EFI Boot Manager License: GPLv2+ URL: https://github.com/rhboot/%{name}/ Source0: https://github.com/rhboot/%{name}/releases/download/%{version}/%{name}-%{version}.tar.bz2 +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} @@ -45,6 +46,9 @@ rm -rf %{buildroot} %{_mandir}/*/*.?.gz %changelog +* Wed May 26 2021 liuyumeng - 16-7 +- Add a BuildRequires for gcc + * Thu Sep 10 2020 hanzhijun - 16-6 - solve source url problem -- Gitee