!13 【Mainline】Add gcc to BuildRequires
From: @yixiangzhike Reviewed-by: @zhujianwei001 Signed-off-by: @zhujianwei001
This commit is contained in:
commit
0a12d9c39d
@ -3,7 +3,7 @@
|
|||||||
Summary: A Linux entropy source using the HAVEGE algorithm
|
Summary: A Linux entropy source using the HAVEGE algorithm
|
||||||
Name: haveged
|
Name: haveged
|
||||||
Version: 1.9.14
|
Version: 1.9.14
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://github.com/jirka-h/haveged
|
URL: https://github.com/jirka-h/haveged
|
||||||
Source0: https://github.com/jirka-h/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/jirka-h/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
@ -14,6 +14,7 @@ Patch0: fix-the-core-file-problem.patch
|
|||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
Requires(preun): systemd
|
Requires(preun): systemd
|
||||||
Requires(postun): systemd
|
Requires(postun): systemd
|
||||||
|
BuildRequires: gcc
|
||||||
BuildRequires: automake gdb coreutils glibc-common systemd
|
BuildRequires: automake gdb coreutils glibc-common systemd
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -101,6 +102,9 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/libhavege.3*
|
%{_mandir}/man3/libhavege.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 25 2021 yixiangzhike <zhangxingliang3@huawei.com> - 1.9.14-2
|
||||||
|
- add gcc to BuildRequires
|
||||||
|
|
||||||
* Tue Jan 26 2021 fuanan <fuanan3@huawei.com> - 1.9.14-1
|
* Tue Jan 26 2021 fuanan <fuanan3@huawei.com> - 1.9.14-1
|
||||||
- Update to version 1.9.14
|
- Update to version 1.9.14
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user