From 3e229ffe15577ed5493cee31e2b73561a6f2ecd3 Mon Sep 17 00:00:00 2001 From: Tomas Hozza Date: Wed, 13 May 2015 13:17:43 +0200 Subject: [PATCH] unbound.service now Wants unbound-anchor.timer - unbound-anchor man page moved to the unbound-libs Signed-off-by: Tomas Hozza --- unbound.service | 1 + unbound.spec | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/unbound.service b/unbound.service index f564947..623f6e1 100644 --- a/unbound.service +++ b/unbound.service @@ -5,6 +5,7 @@ After=unbound-keygen.service Wants=unbound-keygen.service After=unbound-anchor.service Wants=unbound-anchor.service +Wants=unbound-anchor.timer Before=nss-lookup.target Wants=nss-lookup.target diff --git a/unbound.spec b/unbound.spec index 39551bc..82278f4 100644 --- a/unbound.spec +++ b/unbound.spec @@ -21,7 +21,7 @@ Summary: Validating, recursive, and caching DNS(SEC) resolver Name: unbound Version: 1.5.3 -Release: 4%{?extra_version:.%{extra_version}}%{?dist} +Release: 5%{?extra_version:.%{extra_version}}%{?dist} License: BSD Url: http://www.nlnetlabs.nl/unbound/ Source: http://www.unbound.net/downloads/%{name}-%{version}%{?extra_version}.tar.gz @@ -387,6 +387,7 @@ popd %{_sbindir}/unbound-streamtcp %{_mandir}/man1/* %{_mandir}/man5/* +%exclude %{_mandir}/man8/unbound-anchor* %{_mandir}/man8/* %if 0%{with_python} @@ -423,6 +424,7 @@ popd %attr(0755,root,root) %dir %{_sysconfdir}/%{name} %{_sbindir}/unbound-anchor %{_libdir}/libunbound.so.* +%{_mandir}/man8/unbound-anchor* %{_sysconfdir}/%{name}/icannbundle.pem %{_unitdir}/unbound-anchor.timer %{_unitdir}/unbound-anchor.service @@ -434,6 +436,10 @@ popd %changelog +* Wed May 13 2015 Tomas Hozza - 1.5.3-5 +- unbound.service now Wants unbound-anchor.timer +- unbound-anchor man page moved to the unbound-libs + * Mon May 11 2015 Paul Wouters - 1.5.3-4 - Fixup scriptlets causing systemctl: command not found - Resolves rhbz#1219587 Error in PREIN scriptlet in rpm package unbound-libs