!17 【Mainline】Delete unnecessary gdb from BuildRequires
From: @yixiangzhike Reviewed-by: @overweight Signed-off-by: @overweight
This commit is contained in:
commit
4c014c6c93
@ -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: 2
|
Release: 3
|
||||||
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
|
||||||
@ -15,7 +15,7 @@ Requires(post): systemd
|
|||||||
Requires(preun): systemd
|
Requires(preun): systemd
|
||||||
Requires(postun): systemd
|
Requires(postun): systemd
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: automake gdb coreutils glibc-common systemd
|
BuildRequires: automake coreutils glibc-common systemd
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A Linux entropy source using the HAVEGE algorithm
|
A Linux entropy source using the HAVEGE algorithm
|
||||||
@ -102,6 +102,9 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/libhavege.3*
|
%{_mandir}/man3/libhavege.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 19 2021 yixiangzhike <zhangxingliang3@huawei.com> - 1.9.14-3
|
||||||
|
- delete unnecessary gdb from BuildRequires
|
||||||
|
|
||||||
* Tue May 25 2021 yixiangzhike <zhangxingliang3@huawei.com> - 1.9.14-2
|
* Tue May 25 2021 yixiangzhike <zhangxingliang3@huawei.com> - 1.9.14-2
|
||||||
- add gcc to BuildRequires
|
- add gcc to BuildRequires
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user