From ef523c75f648fad341a1cabbbdd3526e10cb1699 Mon Sep 17 00:00:00 2001 From: Tomas Korbar Date: Wed, 5 Feb 2025 19:03:13 +0100 Subject: [PATCH] Add noreplace to root zone config link Resolves: RHEL-77788 --- unbound.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/unbound.spec b/unbound.spec index 05378af..fcf8c98 100644 --- a/unbound.spec +++ b/unbound.spec @@ -30,7 +30,7 @@ Summary: Validating, recursive, and caching DNS(SEC) resolver Name: unbound Version: 1.16.2 -Release: 12%{?extra_version:.%{extra_version}}%{?dist} +Release: 13%{?extra_version:.%{extra_version}}%{?dist} License: BSD Url: https://nlnetlabs.nl/projects/unbound/ Source: https://nlnetlabs.nl/downloads/%{name}/%{name}-%{version}%{?extra_version}.tar.gz @@ -412,7 +412,7 @@ popd %dir %attr(0755,root,unbound) %{_sysconfdir}/%{name}/conf.d %attr(0644,root,unbound) %config(noreplace) %{_sysconfdir}/%{name}/conf.d/example.com.conf %attr(0644,root,unbound) %config(noreplace) %{_sysconfdir}/%{name}/conf.d/remote-control.conf -%missingok %verify(not mtime) %{_sysconfdir}/%{name}/conf.d/unbound-local-root.conf +%verify(not mtime) %config(missingok, noreplace) %{_sysconfdir}/%{name}/conf.d/unbound-local-root.conf %dir %attr(0755,root,unbound) %{_sysconfdir}/%{name}/local.d %attr(0644,root,unbound) %config(noreplace) %{_sysconfdir}/%{name}/local.d/*.conf %ghost %attr(0640,root,unbound) %{_sysconfdir}/%{name}/unbound_control.pem @@ -481,6 +481,10 @@ popd %{_prefix}/lib/dracut/modules.d/99unbound %changelog +* Wed Feb 05 2025 Tomas Korbar - 1.16.3-13 +- Add noreplace to root zone config link +- Resolves: RHEL-77788 + * Tue Feb 04 2025 Tomas Korbar - 1.16.2-12 - Backport +t flag to forward_add and stub_add control commands - Resolves: RHEL-77791