rpms/nsd/FC-5 nsd.spec,1.12,1.13

Paul Wouters (pwouters) fedora-extras-commits at redhat.com
Fri Jul 13 18:47:55 UTC 2007


Author: pwouters

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

Modified Files:
	nsd.spec 
Log Message:
Fix for https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=245546



Index: nsd.spec
===================================================================
RCS file: /cvs/extras/rpms/nsd/FC-5/nsd.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- nsd.spec	17 Apr 2007 03:39:38 -0000	1.12
+++ nsd.spec	13 Jul 2007 18:47:23 -0000	1.13
@@ -1,7 +1,7 @@
 Summary: NSD is a complete implementation of an authoritative DNS name server
 Name: nsd
 Version: 2.3.7
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD-like
 Url: http://open.nlnetlabs.nl/nsd/
 Source: http://open.nlnetlabs.nl/downloads/nsd/%{name}-%{version}.tar.gz
@@ -29,9 +29,9 @@
 %install
 rm -rf %{buildroot}
 %{__make} DESTDIR=%{buildroot} install
-install -d 0755 %{buildroot}%{_initrddir}
-install -m 0755 %{SOURCE1} %{buildroot}/%{_initrddir}/nsd
-install -d 0700 %{buildroot}%{_localstatedir}/run/%{name}
+install -d -m 0755 %{buildroot}%{_initrddir}
+install -d -m 0755 %{SOURCE1} %{buildroot}/%{_initrddir}/nsd
+install -d -m 0700 %{buildroot}%{_localstatedir}/run/%{name}
 
 # change .sample to normal config files
 mv %{buildroot}%{_sysconfdir}/nsd/nsdc.conf.sample \
@@ -73,6 +73,9 @@
 fi
 
 %changelog
+* Fri Jul 13 2007 Paul Wouters <paul at xelerance.com> 2.3.7-2
+- Fix init script, bug #245546
+
 * Mon Apr 16 2007 Paul Wouters <paul at xelerance.com> 2.3.7-1
 - Upgraded to 2.3.7
 




More information about the fedora-extras-commits mailing list