Add a BuildRequires for gcc
This commit is contained in:
parent
58da985cb5
commit
90df3235fa
@ -1,11 +1,12 @@
|
|||||||
Name: efibootmgr
|
Name: efibootmgr
|
||||||
Release: 6
|
Release: 7
|
||||||
Version: 16
|
Version: 16
|
||||||
Summary: A tool manipulating the EFI Boot Manager
|
Summary: A tool manipulating the EFI Boot Manager
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/rhboot/%{name}/
|
URL: https://github.com/rhboot/%{name}/
|
||||||
Source0: https://github.com/rhboot/%{name}/releases/download/%{version}/%{name}-%{version}.tar.bz2
|
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
|
BuildRequires: efi-srpm-macros >= 3-2 efi-filesystem git popt-devel efivar-libs >= 35-2 efivar-devel >= 35-2
|
||||||
Requires: efi-filesystem
|
Requires: efi-filesystem
|
||||||
ExclusiveArch: %{efi}
|
ExclusiveArch: %{efi}
|
||||||
@ -45,6 +46,9 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/*/*.?.gz
|
%{_mandir}/*/*.?.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 26 2021 liuyumeng <liuyumeng5@huawei.com> - 16-7
|
||||||
|
- Add a BuildRequires for gcc
|
||||||
|
|
||||||
* Thu Sep 10 2020 hanzhijun <hanzhijun1@huawei.com> - 16-6
|
* Thu Sep 10 2020 hanzhijun <hanzhijun1@huawei.com> - 16-6
|
||||||
- solve source url problem
|
- solve source url problem
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user