[unbound] * Wed Feb 29 2012 Paul Wouters <pwouters at redhat.com> - 1.4.16-3 - Since the daemon links to the libs

Paul Wouters pwouters at fedoraproject.org
Thu May 24 17:42:55 UTC 2012


commit 236e44ada3497ab36590ec132ff1950ebc07cc67
Author: Paul Wouters <pwouters at redhat.com>
Date:   Wed Feb 29 12:44:32 2012 -0500

    * Wed Feb 29 2012 Paul Wouters <pwouters at redhat.com> - 1.4.16-3
    - Since the daemon links to the libs staticly, add Requires:
      (this is rhbz#745288)
    - Package up streamtcp as unbound-streamtcp (for monitoring)

 unbound.spec |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/unbound.spec b/unbound.spec
index aca0318..c1807a5 100644
--- a/unbound.spec
+++ b/unbound.spec
@@ -7,8 +7,8 @@
 
 Summary: Validating, recursive, and caching DNS(SEC) resolver
 Name: unbound
-Version: 1.4.17
-Release: 1%{?dist}
+Version: 1.4.16
+Release: 3%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/unbound/
 Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
@@ -108,6 +108,7 @@ Python modules and extensions for unbound
 %endif
             --enable-sha2 --disable-gost
 %{__make} %{?_smp_mflags}
+%{__make} %{?_smp_mflags} streamtcp
 
 %install
 %{__make} DESTDIR=%{buildroot} install
@@ -124,6 +125,9 @@ for plugin in unbound_munin_hits unbound_munin_queue unbound_munin_memory unboun
     ln -s unbound %{buildroot}%{_datadir}/munin/plugins/$plugin
 done 
 
+# install streamtcp used for monitoring / debugging unbound's port 80/443 modes
+install -m 0755 streamtcp %{buildroot}%{_sbindir}/unbound-streamtcp
+
 # Install tmpfiles.d config
 mkdir -p %{buildroot}%{_sysconfdir}/tmpfiles.d/
 install -m 0644 %{SOURCE8} %{buildroot}%{_sysconfdir}/tmpfiles.d/unbound.conf
@@ -223,9 +227,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
+* Wed Feb 29 2012 Paul Wouters <pwouters at redhat.com> - 1.4.16-3 
+- Since the daemon links to the libs staticly, add Requires:
   (this is rhbz#745288)
+- Package up streamtcp as unbound-streamtcp (for monitoring)
 
 * Mon Feb 27 2012 Paul Wouters <pwouters at redhat.com> - 1.4.16-2
 - Don't ghost the directory (rhbz#788805)


More information about the scm-commits mailing list