[unbound/f17] * Fri Sep 14 2012 Paul Wouters <pwouters at redhat.com> - 1.4.18-3 - Move root and dlv key to unbound-l

Paul Wouters pwouters at fedoraproject.org
Fri Sep 14 04:53:08 UTC 2012


commit 1129456c0ceeaad3f8392642043a4e137872106a
Author: Paul Wouters <paul at libreswan.org>
Date:   Fri Sep 14 00:52:39 2012 -0400

    * Fri Sep 14 2012 Paul Wouters <pwouters at redhat.com> - 1.4.18-3
    - Move root and dlv key to unbound-libs so keys are there for those
      who did not want to install the daemon, but want to validate

 unbound.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/unbound.spec b/unbound.spec
index 8f1cc04..1e81ee9 100644
--- a/unbound.spec
+++ b/unbound.spec
@@ -14,7 +14,7 @@
 Summary: Validating, recursive, and caching DNS(SEC) resolver
 Name: unbound
 Version: 1.4.18
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/unbound/
 Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
@@ -165,8 +165,6 @@ mkdir -p %{buildroot}%{_localstatedir}/run/unbound
 %attr(0755,unbound,unbound) %dir %{_localstatedir}/run/%{name}
 %config(noreplace) %{_sysconfdir}/tmpfiles.d/unbound.conf
 %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/unbound.conf
-%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/dlv.isc.org.key
-%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/root.key
 %{_sbindir}/*
 %{_mandir}/man1/*
 %{_mandir}/man5/*
@@ -193,6 +191,8 @@ mkdir -p %{buildroot}%{_localstatedir}/run/unbound
 
 %files libs
 %{_libdir}/libunbound.so.*
+%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/dlv.isc.org.key
+%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/root.key
 %doc doc/README doc/LICENSE
 
 %pre
@@ -246,6 +246,10 @@ fi
 /bin/systemctl try-restart unbound-keygen.service >/dev/null 2>&1 || :
 
 %changelog
+* Fri Sep 14 2012 Paul Wouters <pwouters at redhat.com> - 1.4.18-3
+- Move root and dlv key to unbound-libs so keys are there for those
+  who did not want to install the daemon, but want to validate
+
 * Thu Sep 06 2012 Paul Wouters <pwouters at redhat.com> - 1.4.18-2
 - Fix openssl thread locking bug under high query load
 


More information about the scm-commits mailing list