From 05e57e5d8ed506babc6167a8b371da91631464e5 Mon Sep 17 00:00:00 2001 From: renmingshuai Date: Wed, 26 May 2021 14:20:04 +0800 Subject: [PATCH] Add a BuildRequires for gcc (cherry picked from commit b5573882c1c73aebbd3ab41f77c7ffdd50069e91) --- dnsmasq.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dnsmasq.spec b/dnsmasq.spec index 6c29185..1071bcb 100644 --- a/dnsmasq.spec +++ b/dnsmasq.spec @@ -1,6 +1,6 @@ Name: dnsmasq Version: 2.82 -Release: 8 +Release: 9 Summary: Dnsmasq provides network infrastructure for small networks License: GPLv2 or GPLv3 URL: http://www.thekelleys.org.uk/dnsmasq/ @@ -32,6 +32,7 @@ Patch21: backport-0008-Correct-occasional-bind-dynamic-synchronization-brea. Patch22: backport-0009-Move-fd-into-frec_src-fixes-15b60ddf935a531269bb8c68.patch Patch23: backport-0010-CVE-2021-3448.patch +BuildRequires: gcc BuildRequires: dbus-devel pkgconfig libidn2-devel nettle-devel systemd Requires: nettle >= 3.4 %{name}-help Provides: dnsmasq-utils @@ -123,6 +124,9 @@ install -Dpm644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysusersdir}/dnsmasq.conf %{_mandir}/man8/dnsmasq* %changelog +* Wed May 26 2021 liuyumeng - 2.82-9 +- Add a BuildRequires for gcc + * Sat May 08 2021 quanhongfei - 2.82-8 - Type:bugfix - Id:NA -- Gitee