From 497e85c3272396bcbe32c2d8cd751c315f86369f Mon Sep 17 00:00:00 2001 From: lijingyuan007 <18829898205@163.com> Date: Thu, 27 May 2021 10:55:21 +0800 Subject: [PATCH] Add the compilation dependency of gcc. --- unbound.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/unbound.spec b/unbound.spec index c461c23..864c5d8 100644 --- a/unbound.spec +++ b/unbound.spec @@ -2,7 +2,7 @@ Name: unbound Version: 1.10.1 -Release: 3 +Release: 4 Summary: Unbound is a validating, recursive, caching DNS resolver License: BSD Url: https://nlnetlabs.nl/projects/unbound/about/ @@ -27,6 +27,7 @@ Patch1: CVE-2020-28935.patch BuildRequires: make flex swig pkgconfig systemd BuildRequires: libevent-devel expat-devel openssl-devel python3-devel BuildRequires: unbound-libs +BuildRequires: gcc %{?systemd_requires} Requires: %{name}-libs = %{version}-%{release} @@ -231,6 +232,12 @@ popd %{_mandir}/man* %changelog +* Thu May 27 2021 lijingyuan - 1.10.1-4 +- Type:bufix +- ID:NA +- SUG:NA +- DESC:Add the compilation dependency of gcc. + * Tue Feb 23 2021 zhouyihang - 1.10.1-3 - Type:CVE - ID:NA -- Gitee