rpms/nsd/devel nsd.spec,1.19,1.20

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


Author: pwouters

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

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/devel/nsd.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- nsd.spec	23 Mar 2007 04:29:19 -0000	1.19
+++ nsd.spec	13 Jul 2007 18:47:18 -0000	1.20
@@ -1,7 +1,7 @@
 Summary: NSD is a complete implementation of an authoritative DNS name server
 Name: nsd
 Version: 3.0.5
-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/nsd.conf.sample \
@@ -74,6 +74,9 @@
 fi
 
 %changelog
+* Fri Jul 13 2007 Paul Wouters <paul at xelerance.com> 3.0.5-2
+- Fix init script, bug #245546
+
 * Fri Mar 23 2007 Paul Wouters <paul at xelerance.com> 3.0.5-1
 - Upgraded to 3.0.5
 




More information about the fedora-extras-commits mailing list