Add the compilation dependency of gcc.
This commit is contained in:
parent
d25941cdc7
commit
73e568c751
@ -1,6 +1,6 @@
|
|||||||
Name: efivar
|
Name: efivar
|
||||||
Version: 37
|
Version: 37
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: Tools and libraries to work with EFI variables
|
Summary: Tools and libraries to work with EFI variables
|
||||||
License: LGPLv2.1
|
License: LGPLv2.1
|
||||||
URL: https://github.com/rhboot/%{name}
|
URL: https://github.com/rhboot/%{name}
|
||||||
@ -9,6 +9,7 @@ Patch0001: first-fix-gcc9-new-waring.patch
|
|||||||
Patch0002: second-fix-gcc9-new-waring.patch
|
Patch0002: second-fix-gcc9-new-waring.patch
|
||||||
|
|
||||||
BuildRequires: popt-devel glibc-static
|
BuildRequires: popt-devel glibc-static
|
||||||
|
BuildRequires: gcc
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -63,6 +64,12 @@ Development titles to use libefivar must be included.
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 27 2021 lijingyuan <lijingyuan3@huawei.com> - 37-5
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:Add the compilation dependency of gcc.
|
||||||
|
|
||||||
* Yue Jun 9 2020 zhujunhao <zhujunhao8@huawei.com> - 37-4
|
* Yue Jun 9 2020 zhujunhao <zhujunhao8@huawei.com> - 37-4
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user