* Add change for next release

This commit is contained in:
Paul Wouters 2012-02-27 21:19:58 -05:00
parent 59d02b141d
commit 5458f44889

View File

@ -7,8 +7,8 @@
Summary: Validating, recursive, and caching DNS(SEC) resolver Summary: Validating, recursive, and caching DNS(SEC) resolver
Name: unbound Name: unbound
Version: 1.4.16 Version: 1.4.17
Release: 2%{?dist} Release: 1%{?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}.tar.gz Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
@ -39,6 +39,8 @@ Requires(preun): systemd-units
Requires(postun): systemd-units Requires(postun): systemd-units
Requires: ldns >= 1.5.0 Requires: ldns >= 1.5.0
Requires(pre): shadow-utils Requires(pre): shadow-utils
# Needed because /usr/sbin/unbound links unbound libs staticly
Requires: %{name}-libs = %{version}-%{release}
Obsoletes: dnssec-conf < 1.27-2 Obsoletes: dnssec-conf < 1.27-2
Provides: dnssec-conf = 1.27-1 Provides: dnssec-conf = 1.27-1
@ -221,6 +223,10 @@ fi
/bin/systemctl try-restart unbound-keygen.service >/dev/null 2>&1 || : /bin/systemctl try-restart unbound-keygen.service >/dev/null 2>&1 || :
%changelog %changelog
* Tue Feb 28 2012 Paul Wouters <pwouters@redhat.com> - 1.4.17-1 UNRELEASED
- Since the daemon links to the libs staticly, add Requires
(this is rhbz#745288)
* Mon Feb 27 2012 Paul Wouters <pwouters@redhat.com> - 1.4.16-2 * Mon Feb 27 2012 Paul Wouters <pwouters@redhat.com> - 1.4.16-2
- Don't ghost the directory (rhbz#788805) - Don't ghost the directory (rhbz#788805)
- Patch for unbound to support unbound-control forward_zone - Patch for unbound to support unbound-control forward_zone