Updated file permissions
This commit is contained in:
parent
82d63313a5
commit
743e681d60
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: pdns
|
Name: pdns
|
||||||
Version: 4.3.0
|
Version: 4.3.0
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: A modern, advanced and high performance authoritative-only nameserver
|
Summary: A modern, advanced and high performance authoritative-only nameserver
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://powerdns.com
|
URL: http://powerdns.com
|
||||||
@ -189,6 +189,7 @@ exit 0
|
|||||||
%post
|
%post
|
||||||
# Update file permissions to root:pdns
|
# Update file permissions to root:pdns
|
||||||
chown -R root:pdns %{_sysconfdir}/%{name}
|
chown -R root:pdns %{_sysconfdir}/%{name}
|
||||||
|
chmod 640 %{_sysconfdir}/%{name}/%{name}.conf
|
||||||
|
|
||||||
%systemd_post pdns.service
|
%systemd_post pdns.service
|
||||||
|
|
||||||
@ -310,6 +311,9 @@ chown -R root:pdns %{_sysconfdir}/%{name}
|
|||||||
%{_unitdir}/ixfrdist@.service
|
%{_unitdir}/ixfrdist@.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 14 2020 Morten Stevens <mstevens@fedoraproject.org> - 4.3.0-5
|
||||||
|
- Updated file permissions
|
||||||
|
|
||||||
* Sun Jun 14 2020 Adrian Reber <adrian@lisas.de> - 4.3.0-4
|
* Sun Jun 14 2020 Adrian Reber <adrian@lisas.de> - 4.3.0-4
|
||||||
- Rebuilt for protobuf 3.12
|
- Rebuilt for protobuf 3.12
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user