diff --git a/unbound.service b/unbound.service index 623f6e1..a357296 100644 --- a/unbound.service +++ b/unbound.service @@ -14,6 +14,7 @@ Type=simple EnvironmentFile=-/etc/sysconfig/unbound ExecStartPre=/usr/sbin/unbound-checkconf ExecStart=/usr/sbin/unbound -d $UNBOUND_OPTIONS +ExecReload=/usr/sbin/unbound-control reload [Install] WantedBy=multi-user.target diff --git a/unbound.spec b/unbound.spec index fbb53b4..be1859c 100644 --- a/unbound.spec +++ b/unbound.spec @@ -21,7 +21,7 @@ Summary: Validating, recursive, and caching DNS(SEC) resolver Name: unbound Version: 1.5.4 -Release: 2%{?extra_version:.%{extra_version}}%{?dist} +Release: 3%{?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 @@ -430,6 +430,9 @@ popd %changelog +* Mon Jul 20 2015 Tomas Hozza - 1.5.4-3 +- Added ExecReload section to unbound.service (#1195785) + * Thu Jul 16 2015 Tomas Hozza - 1.5.4-2 - Start unbound-anchor.timer only on new installations - Rename root.anchor to root.key in %post section