diff --git a/dnsmasq.spec b/dnsmasq.spec index f26f1b3aeb227eb649024cced08339a4a4369aa1..982faf856fb8bdc99c7798966550c0935a9ff394 100644 --- a/dnsmasq.spec +++ b/dnsmasq.spec @@ -1,6 +1,6 @@ Name: dnsmasq Version: 2.82 -Release: 6 +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 Provides: dnsmasq-utils @@ -123,7 +124,10 @@ install -Dpm644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysusersdir}/dnsmasq.conf %{_mandir}/man8/dnsmasq* %changelog -* Sat May 08 2021 quanhongfei - 2.82-6 +* 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