From 4b4be60d1407fa288205002f066c546d17e9b940 Mon Sep 17 00:00:00 2001 From: Morten Stevens Date: Wed, 27 May 2020 16:10:21 +0200 Subject: [PATCH] Updated file permissions --- pdns.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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