diff --git a/.cvsignore b/.cvsignore index 46a1af1..befe9e4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ nsd-2.3.5.tar.gz nsd-2.3.6.tar.gz +nsd-2.3.7.tar.gz diff --git a/nsd.spec b/nsd.spec index 80de203..1aa0d94 100644 --- a/nsd.spec +++ b/nsd.spec @@ -1,7 +1,7 @@ Summary: NSD is a complete implementation of an authoritative DNS name server Name: nsd -Version: 2.3.6 -Release: 2%{?dist} +Version: 2.3.7 +Release: 1%{?dist} License: BSD-like Url: http://open.nlnetlabs.nl/nsd/ Source: http://open.nlnetlabs.nl/downloads/nsd/%{name}-%{version}.tar.gz @@ -69,14 +69,18 @@ fi %postun if [ "$1" -ge "1" ]; then - /sbin/service %{name} condrestart + /sbin/service %{name} condrestart > /dev/null 2> /dev/null fi %changelog -* Mon Oct 16 2006 Paul Wouters 2.3.6-2 +* Mon Apr 16 2007 Paul Wouters 2.3.7-1 +- Upgraded to 2.3.7 +- Ensure postun doesn't produce output when rebuilding binary zonefiles + +* Mon Oct 16 2006 Paul Wouters 2.3.6-2 - Bump version for upgrade path -* Thu Oct 12 2006 Paul Wouters 2.3.6-1 +* Thu Oct 12 2006 Paul Wouters 2.3.6-1 - Upgraded to 2.3.6 - Removed obsolete workaround in nsd.init - Fixed spec file so daemon gets properly restarted on upgrade diff --git a/sources b/sources index 424aa19..6dbe9bb 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ e9dfb18d544cd37c57b05a91384037e9 nsd-2.3.5.tar.gz 72428cdacc5bee63b4477becda27bf64 nsd-2.3.6.tar.gz +31a36167098a0ec9d736e113720c517f nsd-2.3.7.tar.gz