diff --git a/efibootmgr.spec b/efibootmgr.spec index 54499873cca148ad9a64cf411ceb0d63b3c3222f..807f791da7735e0f599844f335c7691c324d0b53 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