Delete unnecessary gdb from BuildRequires

This commit is contained in:
yixiangzhike 2021-07-19 18:49:50 +08:00
parent 0a12d9c39d
commit 1dbc19370c

View File

@ -3,7 +3,7 @@
Summary: A Linux entropy source using the HAVEGE algorithm
Name: haveged
Version: 1.9.14
Release: 2
Release: 3
License: GPLv3+
URL: https://github.com/jirka-h/haveged
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(postun): systemd
BuildRequires: gcc
BuildRequires: automake gdb coreutils glibc-common systemd
BuildRequires: automake coreutils glibc-common systemd
%description
A Linux entropy source using the HAVEGE algorithm
@ -102,6 +102,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/libhavege.3*
%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
- add gcc to BuildRequires