diff --git a/pdns.spec b/pdns.spec index a3b3754..352fa09 100644 --- a/pdns.spec +++ b/pdns.spec @@ -3,7 +3,7 @@ Name: pdns Version: 4.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A modern, advanced and high performance authoritative-only nameserver License: GPLv2 URL: http://powerdns.com @@ -186,6 +186,9 @@ getent passwd pdns >/dev/null || \ exit 0 %post +# Update file permissions to root:pdns +chown -R root:pdns %{_sysconfdir}/%{name} + %systemd_post pdns.service %preun @@ -306,6 +309,9 @@ exit 0 %{_unitdir}/ixfrdist@.service %changelog +* Wed May 27 2020 Morten Stevens - 4.3.0-2 +- Updated file permissions + * Thu Apr 09 2020 Morten Stevens - 4.3.0-1 - Update to 4.3.0