From 6a1e3e7d2dccfce9cf93c8a604471d246971fd46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Thu, 20 Jul 2023 13:15:29 +0200 Subject: [PATCH] Rebuild with modified gating settings Related: rhbz#2156789 --- dnsmasq.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)