From b5573882c1c73aebbd3ab41f77c7ffdd50069e91 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 --- dnsmasq.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dnsmasq.spec b/dnsmasq.spec index 73a4208..82d0817 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/ @@ -33,6 +33,7 @@ Patch22: backport-0008-Correct-occasional-bind-dynamic-synchronization-brea. Patch23: backport-0009-Move-fd-into-frec_src-fixes-15b60ddf935a531269bb8c68.patch Patch24: backport-0010-CVE-2021-3448.patch +BuildRequires: gcc BuildRequires: dbus-devel pkgconfig libidn2-devel nettle-devel systemd Requires: nettle >= 3.4 Provides: dnsmasq-utils @@ -124,6 +125,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