new release (2.1.0)
This commit is contained in:
parent
9d3c314d33
commit
fdacee6e7d
14
knot.spec
14
knot.spec
@ -1,16 +1,14 @@
|
||||
%global _hardened_build 1
|
||||
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
||||
|
||||
%global alphatag rc1
|
||||
|
||||
Summary: High-performance authoritative DNS server
|
||||
Name: knot
|
||||
Version: 2.1.0
|
||||
Release: 0.1.%{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.xz
|
||||
Source0: http://public.nic.cz/files/knot-dns/%{name}-%{version}.tar.xz
|
||||
Source1: %{name}.service
|
||||
Source2: %{name}.conf
|
||||
Source3: %{name}.tmpfiles
|
||||
@ -63,7 +61,7 @@ Provides: bundled(jquery)
|
||||
The package contains documentation for the Knot DNS server.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}-%{alphatag}
|
||||
%setup -q
|
||||
|
||||
# make sure embedded LMDB library is not used
|
||||
rm -vr src/contrib/lmdb
|
||||
@ -188,6 +186,12 @@ exit 0
|
||||
%{_pkgdocdir}/html
|
||||
|
||||
%changelog
|
||||
* Thu Jan 14 2016 Jan Vcelak <jvcelak@fedoraproject.org> 2.1.0-1
|
||||
- new upstream release:
|
||||
+ improvement: Remove implementation limit for the number of network interfaces
|
||||
+ improvement: Remove possibly insecure server control over a network socket
|
||||
+ fix: Schedule zone bootstrap after slave zone fails to load from disk
|
||||
|
||||
* Sun Dec 20 2015 Jan Vcelak <jvcelak@fedoraproject.org> 2.1.0-0.1.rc1
|
||||
- new upstream pre-release:
|
||||
+ feature: Per-thread UDP socket binding using SO_REUSEPORT
|
||||
|
Loading…
x
Reference in New Issue
Block a user