From 2be15246b66642dd34d9eb673302f5aa51a72c2f 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 1520f4d..746af68 100644 --- a/dnsmasq.spec +++ b/dnsmasq.spec @@ -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 %{name}-help Provides: dnsmasq-utils @@ -124,7 +125,10 @@ install -Dpm644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysusersdir}/dnsmasq.conf %{_mandir}/man8/dnsmasq* %changelog -* Sat May 08 2021 quanhongfei - 2.82-9 +* 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 - SUG:NA -- Gitee