rpms/nsd/FC-3 nsd.spec,1.9,1.10

Paul Wouters (pwouters) fedora-extras-commits at redhat.com
Thu Oct 12 22:38:11 UTC 2006


Author: pwouters

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

Modified Files:
	nsd.spec 
Log Message:
* Thu Oct 12 2006  Paul Wouters <paul at xelerance.com> 2.3.6-1
- Upgraded to 2.3.6
- Fixed spec file so daemon gets properly restarted on upgrade



Index: nsd.spec
===================================================================
RCS file: /cvs/extras/rpms/nsd/FC-3/nsd.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- nsd.spec	27 Jun 2006 01:01:15 -0000	1.9
+++ nsd.spec	12 Oct 2006 22:38:10 -0000	1.10
@@ -1,6 +1,6 @@
 Summary: NSD is a complete implementation of an authoritative DNS name server
 Name: nsd
-Version: 2.3.5
+Version: 2.3.6
 Release: 1%{?dist}
 License: BSD-like
 Url: http://open.nlnetlabs.nl/nsd/
@@ -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
 
@@ -76,6 +73,10 @@
 fi
 
 %changelog
+* Thu Oct 12 2006  Paul Wouters <paul at xelerance.com> 2.3.6-1
+- Upgraded to 2.3.6
+- Fixed spec file so daemon gets properly restarted on upgrade
+
 * Mon Jun 26 2006 Paul Wouters <paul at xelerance.com> - 2.3.5-1
 - Upgraded to nsd-2.3.5
 




More information about the scm-commits mailing list