diff --git a/.gitignore b/.gitignore index c1a37ef..e11d191 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ nsd-3.2.8.tar.gz /nsd-3.2.18.tar.gz /nsd-4.1.1.tar.gz /nsd-4.1.7.tar.gz +/nsd-4.1.9.tar.gz diff --git a/nsd.spec b/nsd.spec index 1e85f28..73d5307 100644 --- a/nsd.spec +++ b/nsd.spec @@ -1,4 +1,4 @@ -#global prever rc1 +%global prever rc1 %if 0%{?fedora} || 0%{?rhel} >= 7 %bcond_without systemd # enabled systemd %else @@ -6,20 +6,23 @@ %endif Summary: Fast and lean authoritative DNS Name Server Name: nsd -Version: 4.1.7 -Release: 4%{?dist} +Version: 4.1.9 +Release: 1%{?dist} License: BSD Url: http://www.nlnetlabs.nl/nsd/ Group: System Environment/Daemons Source0: http://www.nlnetlabs.nl/downloads/%{name}/%{name}-%{version}%{?prever}.tar.gz Source1: nsd.conf +%if %{with systemd} Source2: nsd.service Source3: nsd-keygen.service Source4: nsd-write.service Source5: nsd-write.timer Source6: tmpfiles-nsd.conf +%else Source10: nsd.init Source12: nsd.sysconfig +%endif BuildRequires: flex BuildRequires: openssl-devel BuildRequires: libevent-devel @@ -164,6 +167,9 @@ fi chown nsd:nsd %{_sharedstatedir}/nsd/* 2>&1 || : %changelog +* Tue Mar 15 2016 Paul Wouters - 4.1.9-1 +- rebuilt + * Wed Jan 20 2016 Paul Wouters - 4.1.7-4 - Remove cronjob and enable zonefiles-write: in nsd.conf instead - Do not manually run nsd-control notify - daemon already does when needed diff --git a/sources b/sources index 3f8e697..3dcf15e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bedc9aa8fc235a0f082aad6e515b6127 nsd-4.1.7.tar.gz +9ac1d5ba51351d3d98b7de765439af57 nsd-4.1.9.tar.gz