From 1dbc19370c86f483b87a3bbda0cecdd0e0c1a9a0 Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Mon, 19 Jul 2021 18:49:50 +0800 Subject: [PATCH] Delete unnecessary gdb from BuildRequires --- haveged.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/haveged.spec b/haveged.spec index 4855257..696b566 100644 --- a/haveged.spec +++ b/haveged.spec @@ -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 - 1.9.14-3 +- delete unnecessary gdb from BuildRequires + * Tue May 25 2021 yixiangzhike - 1.9.14-2 - add gcc to BuildRequires