From 619763319fb4cddd084270d47b61450663bb5b73 Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Tue, 25 May 2021 19:12:01 +0800 Subject: [PATCH] Add gcc to BuildRequires --- haveged.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/haveged.spec b/haveged.spec index 4eb64cb..4855257 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: 1 +Release: 2 License: GPLv3+ URL: https://github.com/jirka-h/haveged 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(preun): systemd Requires(postun): systemd +BuildRequires: gcc BuildRequires: automake gdb coreutils glibc-common systemd %description @@ -101,6 +102,9 @@ rm -rf %{buildroot} %{_mandir}/man3/libhavege.3* %changelog +* Tue May 25 2021 yixiangzhike - 1.9.14-2 +- add gcc to BuildRequires + * Tue Jan 26 2021 fuanan - 1.9.14-1 - Update to version 1.9.14