From 41e404dd4c7bba4251c6b5ace1c902a67338489f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Thu, 15 Mar 2018 18:52:59 +0100 Subject: [PATCH] Do not own sysusers.d directory, already depends on systemd providing it --- dnsmasq.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsmasq.spec b/dnsmasq.spec index 2a21255..31a0555 100644 --- a/dnsmasq.spec +++ b/dnsmasq.spec @@ -151,7 +151,6 @@ install -Dpm 644 %{SOURCE2} %{buildroot}%{_sysusersdir}/dnsmasq.conf %{_mandir}/man8/dnsmasq* %dir %{_datadir}/%{name} %{_datadir}/%{name}/trust-anchors.conf -%dir /usr/lib/sysusers.d %{_sysusersdir}/dnsmasq.conf %files utils @@ -165,6 +164,7 @@ install -Dpm 644 %{SOURCE2} %{buildroot}%{_sysusersdir}/dnsmasq.conf - Stop using nettle_hashes directly, use access function (#1548060) - Do not break on cname with spaces (#1498667) - Require nettle 3.4+ +- Do not own sysusers.d directory, already depends on systemd providing it * Fri Mar 02 2018 Petr Menšík - 2.78-7 - Emit warning with dnssec enabled on FIPS system (#1549507)