[knot: 2/3] update to 1.5.0

jvcelak jvcelak at fedoraproject.org
Wed Jul 9 22:51:31 UTC 2014


commit 6bfc71f6bd9fab99185aef121e93352c104425e0
Author: Jan Vcelak <jvcelak at fedoraproject.org>
Date:   Thu Jul 10 00:20:03 2014 +0200

    update to 1.5.0

 knot.spec |   16 ++++++++++++----
 sources   |    2 +-
 2 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/knot.spec b/knot.spec
index 7b2d543..b53ae4b 100644
--- a/knot.spec
+++ b/knot.spec
@@ -1,6 +1,5 @@
 %global _hardened_build 1
 %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
-%global alphatag rc2
 
 # TODO:
 # - split into subpackages
@@ -9,11 +8,11 @@
 Summary: An authoritative DNS daemon
 Name: knot
 Version: 1.5.0
-Release: 0.3.%{alphatag}%{?dist}
+Release: 1%{?dist}
 License: GPLv3
 Group: System Environment/Daemons
 URL: http://www.knot-dns.cz
-Source0: http://public.nic.cz/files/knot-dns/%{name}-%{version}-%{alphatag}.tar.gz
+Source0: http://public.nic.cz/files/knot-dns/%{name}-%{version}.tar.gz
 Source1: %{name}.service
 Source2: %{name}.conf
 Source3: %{name}.tmpfiles
@@ -31,7 +30,7 @@ Requires(postun): systemd
 Knot DNS is a high-performance authoritative DNS server implementation.
 
 %prep
-%setup -q -n %{name}-%{version}-%{alphatag}
+%setup -q
 
 %build
 # disable debug code (causes unused warnings)
@@ -107,6 +106,15 @@ exit 0
 %{_mandir}/man8/*
 
 %changelog
+* Thu Jul 10 2014 Jan Vcelak <jvcelak at fedoraproject.org> 1.5.0-1
+- update to 1.5.0
+  + reimplemented DDNS forwarding
+  + transfer sizes logged in bytes
+  + logging of outgoing/incoming NOTIFY messages
+  + zone flush planning after bootstrap
+  + DDNS signing changes freeing
+  + knotc key handling
+
 * Wed Jun 18 2014 Jan Vcelak <jvcelak at fedoraproject.org> 1.5.0-0.3.rc2
 - update to 1.5.0-rc2
   + edns-client-subnet support in kdig
diff --git a/sources b/sources
index 14f7b11..1c8f30b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9a93226c200813ee7bfe27dcf7b6cbc9  knot-1.5.0-rc2.tar.gz
+d677de99c19afea3b1e8ef075a9d5a8b  knot-1.5.0.tar.gz


More information about the scm-commits mailing list