diff --git a/pdns.spec b/pdns.spec index a140523..7737827 100644 --- a/pdns.spec +++ b/pdns.spec @@ -3,7 +3,7 @@ Name: pdns Version: 4.3.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A modern, advanced and high performance authoritative-only nameserver License: GPLv2 URL: http://powerdns.com @@ -189,6 +189,7 @@ exit 0 %post # Update file permissions to root:pdns chown -R root:pdns %{_sysconfdir}/%{name} +chmod 640 %{_sysconfdir}/%{name}/%{name}.conf %systemd_post pdns.service @@ -310,6 +311,9 @@ chown -R root:pdns %{_sysconfdir}/%{name} %{_unitdir}/ixfrdist@.service %changelog +* Tue Jul 14 2020 Morten Stevens - 4.3.0-5 +- Updated file permissions + * Sun Jun 14 2020 Adrian Reber - 4.3.0-4 - Rebuilt for protobuf 3.12