rpms/pdns-recursor/EL-4 pdns-recursor.spec,1.4,1.5

Ruben Kerkhof ruben at fedoraproject.org
Wed Jan 6 14:13:40 UTC 2010


Author: ruben

Update of /cvs/pkgs/rpms/pdns-recursor/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20704

Modified Files:
	pdns-recursor.spec 
Log Message:
* Wed Jan 06 2010 Ruben Kerkhof <ruben at rubenkerkhof.com> 3.1.7.2-1.el4.1
- Install init script in right location



Index: pdns-recursor.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pdns-recursor/EL-4/pdns-recursor.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- pdns-recursor.spec	6 Jan 2010 13:56:41 -0000	1.4
+++ pdns-recursor.spec	6 Jan 2010 14:13:40 -0000	1.5
@@ -1,7 +1,7 @@
 Summary:		Modern, advanced and high performance recursing/non authoritative nameserver
 Name:			pdns-recursor
 Version:		3.1.7.2
-Release:		1%{?dist}
+Release:		1%{?dist}.1
 
 Group:			System Environment/Daemons
 License:		GPLv2
@@ -33,7 +33,7 @@ OPTFLAGS="%{optflags}" make %{?_smp_mfla
 %install
 %{__rm} -rf %{buildroot}
 make install DESTDIR=%{buildroot} CONFIGDIR="%{_sysconfdir}/%{name}"
-%{__install} -D -p %{SOURCE1} %{buildroot}%{_initrddir}/pdns-recursor
+%{__install} -D -p %{SOURCE1} %{buildroot}%{_sysconfdir}/init.d/pdns-recursor
 
 %{__mv} %{buildroot}%{_sysconfdir}/%{name}/recursor.conf{-dist,}
 
@@ -69,13 +69,16 @@ fi
 %{_sbindir}/pdns_recursor
 %{_mandir}/man1/pdns_recursor.1.gz
 %{_mandir}/man1/rec_control.1.gz
-%{_initrddir}/pdns-recursor
+%{_sysconfdir}/init.d/pdns-recursor
 %dir %{_sysconfdir}/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}/recursor.conf
 %doc COPYING README
 
 
 %changelog
+* Wed Jan 06 2010 Ruben Kerkhof <ruben at rubenkerkhof.com> 3.1.7.2-1.el4.1
+- Install init script in right location
+
 * Wed Jan 06 2010 Ruben Kerkhof <ruben at rubenkerkhof.com> 3.1.7.2-1
 - Upstream released new version
 - Fixes CVE-2009-4009 and CVE-2009-4010




More information about the fedora-extras-commits mailing list