rpms/nsd/FC-6 .cvsignore, 1.5, 1.6 nsd.spec, 1.15, 1.16 sources, 1.5, 1.6

Paul Wouters (pwouters) fedora-extras-commits at redhat.com
Tue Apr 17 03:21:13 UTC 2007


Author: pwouters

Update of /cvs/extras/rpms/nsd/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16157

Modified Files:
	.cvsignore nsd.spec sources 
Log Message:
* Mon Apr 16 2007 Paul Wouters <paul at xelerance.com> 2.3.7-1
- Upgraded to 2.3.7
- Ensure postun doesn't produce output when rebuilding binary zonefiles



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/nsd/FC-6/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	12 Oct 2006 19:43:29 -0000	1.5
+++ .cvsignore	17 Apr 2007 03:20:39 -0000	1.6
@@ -1,2 +1,3 @@
 nsd-2.3.5.tar.gz
 nsd-2.3.6.tar.gz
+nsd-2.3.7.tar.gz


Index: nsd.spec
===================================================================
RCS file: /cvs/extras/rpms/nsd/FC-6/nsd.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- nsd.spec	16 Oct 2006 13:52:51 -0000	1.15
+++ nsd.spec	17 Apr 2007 03:20:39 -0000	1.16
@@ -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 @@
 
 %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 <paul at xelerance.com> 2.3.6-2
+* Mon Apr 16 2007 Paul Wouters <paul at xelerance.com> 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 <paul at xelerance.com> 2.3.6-2
 - Bump version for upgrade path
 
-* Thu Oct 12 2006  Paul Wouters <paul at xelerance.com> 2.3.6-1
+* Thu Oct 12 2006 Paul Wouters <paul at xelerance.com> 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


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/nsd/FC-6/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	12 Oct 2006 19:43:29 -0000	1.5
+++ sources	17 Apr 2007 03:20:39 -0000	1.6
@@ -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




More information about the scm-commits mailing list