From 01910ecdacb41a103e14be7b526f7c2d4fd86163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Wed, 4 Aug 2021 18:56:26 +0200 Subject: [PATCH] Do not require systemd --- dnsmasq.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dnsmasq.spec b/dnsmasq.spec index 6ef1082..7e74130 100644 --- a/dnsmasq.spec +++ b/dnsmasq.spec @@ -20,7 +20,7 @@ Name: dnsmasq Version: 2.85 -Release: 5%{?extraversion:.%{extraversion}}%{?dist} +Release: 6%{?extraversion:.%{extraversion}}%{?dist} Summary: A lightweight DHCP/caching DNS server License: GPLv2 or GPLv3 @@ -55,7 +55,7 @@ BuildRequires: gnupg2 BuildRequires: systemd BuildRequires: systemd-rpm-macros -%{?systemd_requires} +%{?systemd_ordering} %if %{with sourcegit} BuildRequires: git-core %endif @@ -184,6 +184,9 @@ install -Dpm 644 %{SOURCE2} %{buildroot}%{_sysusersdir}/%{name}.conf %{_mandir}/man1/dhcp_* %changelog +* Wed Aug 04 2021 Petr Menšík - 2.85-6 +- Do not require systemd + * Thu Jul 22 2021 Petr Menšík - 2.85-5 - Start before nss-lookup.target, hint modification to listen on IP (#1984618)