[unbound] * Add change for next release

Paul Wouters pwouters at fedoraproject.org
Tue Feb 28 02:20:10 UTC 2012


commit 5458f44889230a94dfb86d4b1642e29dc8742842
Author: Paul Wouters <pwouters at redhat.com>
Date:   Mon Feb 27 21:19:58 2012 -0500

    * Add change for next release

 unbound.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/unbound.spec b/unbound.spec
index 3883afc..aca0318 100644
--- a/unbound.spec
+++ b/unbound.spec
@@ -7,8 +7,8 @@
 
 Summary: Validating, recursive, and caching DNS(SEC) resolver
 Name: unbound
-Version: 1.4.16
-Release: 2%{?dist}
+Version: 1.4.17
+Release: 1%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/unbound/
 Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
@@ -39,6 +39,8 @@ Requires(preun): systemd-units
 Requires(postun): systemd-units
 Requires: ldns >= 1.5.0
 Requires(pre): shadow-utils
+# Needed because /usr/sbin/unbound links unbound libs staticly
+Requires: %{name}-libs = %{version}-%{release}
 
 Obsoletes:      dnssec-conf < 1.27-2
 Provides:       dnssec-conf = 1.27-1
@@ -221,6 +223,10 @@ fi
 /bin/systemctl try-restart unbound-keygen.service >/dev/null 2>&1 || :
 
 %changelog
+* Tue Feb 28 2012 Paul Wouters <pwouters at 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 at redhat.com> - 1.4.16-2
 - Don't ghost the directory (rhbz#788805)
 - Patch for unbound to support unbound-control forward_zone


More information about the scm-commits mailing list