rpms/nsd/devel .cvsignore, 1.4, 1.5 nsd.init, 1.3, 1.4 nsd.spec, 1.13, 1.14 sources, 1.4, 1.5

Paul Wouters (pwouters) fedora-extras-commits at redhat.com
Thu Oct 12 19:43:29 UTC 2006


Author: pwouters

Update of /cvs/extras/rpms/nsd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5530

Modified Files:
	.cvsignore nsd.init nsd.spec sources 
Log Message:
* 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: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/nsd/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	26 Jun 2006 23:29:56 -0000	1.4
+++ .cvsignore	12 Oct 2006 19:43:29 -0000	1.5
@@ -1 +1,2 @@
 nsd-2.3.5.tar.gz
+nsd-2.3.6.tar.gz


Index: nsd.init
===================================================================
RCS file: /cvs/extras/rpms/nsd/devel/nsd.init,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nsd.init	26 Jun 2006 23:36:14 -0000	1.3
+++ nsd.init	12 Oct 2006 19:43:29 -0000	1.4
@@ -26,11 +26,12 @@
 #ZONEC_VERBOSE=-v
 OTHER_NSD_OPTS=""
 
+#fixed in 2.3.6
 #work around for bug in nsd-2.3.x when no ipv6 is available
-if [ ! -d /proc/sys/net/ipv6/ ]
-then
-        OTHER_NSD_OPTS="-4 $OTHER_NSD_OPTS"
-fi
+#if [ ! -d /proc/sys/net/ipv6/ ]
+#then
+#        OTHER_NSD_OPTS="-4 $OTHER_NSD_OPTS"
+#fi
 
 # Source function library.
 . /etc/init.d/functions


Index: nsd.spec
===================================================================
RCS file: /cvs/extras/rpms/nsd/devel/nsd.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- nsd.spec	12 Sep 2006 00:00:18 -0000	1.13
+++ nsd.spec	12 Oct 2006 19:43:29 -0000	1.14
@@ -1,7 +1,7 @@
 Summary: NSD is a complete implementation of an authoritative DNS name server
 Name: nsd
-Version: 2.3.5
-Release: 4%{?dist}
+Version: 2.3.6
+Release: 1%{?dist}
 License: BSD-like
 Url: http://open.nlnetlabs.nl/nsd/
 Source: http://open.nlnetlabs.nl/downloads/nsd/%{name}-%{version}.tar.gz
@@ -55,9 +55,6 @@
 
 %pre
 if getent passwd nsd >/dev/null 2>&1 ; then : ; else /usr/sbin/useradd -d /etc/nsd -r -s /sbin/nologin nsd >/dev/null 2>&1 || exit 1 ; fi
-if [ $1 = 2 -a -f /%{_localstatedir}/run/%{name}/%{name}.pid ]; then
-	/sbin/service %{name} stop
-fi
 # "Everyone is doing it, so why can't we?" 
 exit 0
 
@@ -66,16 +63,22 @@
 
 %preun
 if [ $1 -eq 0 ]; then
-        /sbin/service %{name} stop > /dev/null 2>&1
+  echo " preun "
+        /sbin/service %{name} stop 
         /sbin/chkconfig --del %{name} 
 fi
 
 %postun
 if [ "$1" -ge "1" ]; then
-  /sbin/service %{name} condrestart 2>&1 >/dev/null
+  /sbin/service %{name} condrestart 
 fi
 
 %changelog
+* 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
+
 * Mon Sep 11 2006 Paul Wouters <paul at xelerance.com> 2.3.5-4
 - Rebuild requested for PT_GNU_HASH support from gcc
 - Removed dbaccess.c from doc section


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/nsd/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	26 Jun 2006 23:27:34 -0000	1.4
+++ sources	12 Oct 2006 19:43:29 -0000	1.5
@@ -1 +1,2 @@
 e9dfb18d544cd37c57b05a91384037e9  nsd-2.3.5.tar.gz
+72428cdacc5bee63b4477becda27bf64  nsd-2.3.6.tar.gz




More information about the scm-commits mailing list