rpms/nsd/FC-4 nsd.spec,1.10,1.11

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


Author: pwouters

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

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-4/nsd.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- nsd.spec	27 Jun 2006 02:23:13 -0000	1.10
+++ nsd.spec	12 Oct 2006 22:36:35 -0000	1.11
@@ -1,7 +1,7 @@
 Summary: NSD is a complete implementation of an authoritative DNS name server
 Name: nsd
-Version: 2.3.5
-Release: 2%{?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
@@ -44,7 +44,7 @@
 
 %files 
 %defattr(-,root,root,-)
-%doc README LICENSE NSD-DATABASE DIFFERENCES dbaccess.c TODO RELNOTES REQUIREMENTS
+%doc README LICENSE NSD-DATABASE DIFFERENCES TODO RELNOTES REQUIREMENTS
 %dir %{_sysconfdir}/nsd/
 %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/nsd/nsdc.conf
 %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/nsd/nsd.zones
@@ -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-2
 - Bump version for FC-x upgrade path
 




More information about the fedora-extras-commits mailing list