Consider unbound-anchor maintained root.key config file
Required to keep it maintained by the unbound-anchor.service. Do not reset it to vendor file again on package upgrade. If it were once modified, keep it modified. Resolves: rhbz#2142368
This commit is contained in:
parent
f3b35b2ddd
commit
06e6f74d5f
@ -479,7 +479,7 @@ popd
|
|||||||
%{_sysusersdir}/%{name}.conf
|
%{_sysusersdir}/%{name}.conf
|
||||||
%{_libdir}/libunbound.so.8*
|
%{_libdir}/libunbound.so.8*
|
||||||
%dir %attr(0755,unbound,unbound) %{_sharedstatedir}/%{name}
|
%dir %attr(0755,unbound,unbound) %{_sharedstatedir}/%{name}
|
||||||
%verify(not size mtime filedigest link mode user group) %{_sharedstatedir}/%{name}/root.key
|
%config(noreplace) %verify(not link user group) %{_sharedstatedir}/%{name}/root.key
|
||||||
# just left for backwards compat with user changed unbound.conf files - format is different!
|
# just left for backwards compat with user changed unbound.conf files - format is different!
|
||||||
%attr(0644,root,root) %config %{_sysconfdir}/%{name}/root.key
|
%attr(0644,root,root) %config %{_sysconfdir}/%{name}/root.key
|
||||||
%attr(0644,root,root) %config %{_sysconfdir}/%{name}/dnssec-root.key
|
%attr(0644,root,root) %config %{_sysconfdir}/%{name}/dnssec-root.key
|
||||||
|
Loading…
Reference in New Issue
Block a user