diff --git a/dnsmasq.spec b/dnsmasq.spec index 2299c94..b6ef086 100644 --- a/dnsmasq.spec +++ b/dnsmasq.spec @@ -20,7 +20,7 @@ Name: dnsmasq Version: 2.85 -Release: 12%{?extraversion:.%{extraversion}}%{?dist} +Release: 13%{?extraversion:.%{extraversion}}%{?dist} Summary: A lightweight DHCP/caching DNS server License: GPLv2 or GPLv3 @@ -210,6 +210,9 @@ install -Dpm 644 %{SOURCE2} %{buildroot}%{_sysusersdir}/%{name}.conf %{_mandir}/man1/dhcp_* %changelog +* Thu Jul 20 2023 Petr Menšík - 2.85-13 +- Rebuild with modified gating settings + * Wed Jun 14 2023 Petr Menšík - 2.85-12 - Make create logfile writeable by root (#2156789)