unbound.service now Wants unbound-anchor.timer
- unbound-anchor man page moved to the unbound-libs Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
631b26d099
commit
3e229ffe15
@ -5,6 +5,7 @@ After=unbound-keygen.service
|
|||||||
Wants=unbound-keygen.service
|
Wants=unbound-keygen.service
|
||||||
After=unbound-anchor.service
|
After=unbound-anchor.service
|
||||||
Wants=unbound-anchor.service
|
Wants=unbound-anchor.service
|
||||||
|
Wants=unbound-anchor.timer
|
||||||
Before=nss-lookup.target
|
Before=nss-lookup.target
|
||||||
Wants=nss-lookup.target
|
Wants=nss-lookup.target
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
Summary: Validating, recursive, and caching DNS(SEC) resolver
|
Summary: Validating, recursive, and caching DNS(SEC) resolver
|
||||||
Name: unbound
|
Name: unbound
|
||||||
Version: 1.5.3
|
Version: 1.5.3
|
||||||
Release: 4%{?extra_version:.%{extra_version}}%{?dist}
|
Release: 5%{?extra_version:.%{extra_version}}%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Url: http://www.nlnetlabs.nl/unbound/
|
Url: http://www.nlnetlabs.nl/unbound/
|
||||||
Source: http://www.unbound.net/downloads/%{name}-%{version}%{?extra_version}.tar.gz
|
Source: http://www.unbound.net/downloads/%{name}-%{version}%{?extra_version}.tar.gz
|
||||||
@ -387,6 +387,7 @@ popd
|
|||||||
%{_sbindir}/unbound-streamtcp
|
%{_sbindir}/unbound-streamtcp
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
|
%exclude %{_mandir}/man8/unbound-anchor*
|
||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%if 0%{with_python}
|
%if 0%{with_python}
|
||||||
@ -423,6 +424,7 @@ popd
|
|||||||
%attr(0755,root,root) %dir %{_sysconfdir}/%{name}
|
%attr(0755,root,root) %dir %{_sysconfdir}/%{name}
|
||||||
%{_sbindir}/unbound-anchor
|
%{_sbindir}/unbound-anchor
|
||||||
%{_libdir}/libunbound.so.*
|
%{_libdir}/libunbound.so.*
|
||||||
|
%{_mandir}/man8/unbound-anchor*
|
||||||
%{_sysconfdir}/%{name}/icannbundle.pem
|
%{_sysconfdir}/%{name}/icannbundle.pem
|
||||||
%{_unitdir}/unbound-anchor.timer
|
%{_unitdir}/unbound-anchor.timer
|
||||||
%{_unitdir}/unbound-anchor.service
|
%{_unitdir}/unbound-anchor.service
|
||||||
@ -434,6 +436,10 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 13 2015 Tomas Hozza <thozza@redhat.com> - 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 <pwouters@redhat.com> - 1.5.3-4
|
* Mon May 11 2015 Paul Wouters <pwouters@redhat.com> - 1.5.3-4
|
||||||
- Fixup scriptlets causing systemctl: command not found
|
- Fixup scriptlets causing systemctl: command not found
|
||||||
- Resolves rhbz#1219587 Error in PREIN scriptlet in rpm package unbound-libs
|
- Resolves rhbz#1219587 Error in PREIN scriptlet in rpm package unbound-libs
|
||||||
|
Loading…
Reference in New Issue
Block a user