rpms/pdns-recursor/F-11 pdns-recursor-fixsysconfdir.patch, 1.3, 1.4 pdns-recursor.spec, 1.12, 1.13

Ruben Kerkhof ruben at fedoraproject.org
Mon Aug 10 15:19:16 UTC 2009


Author: ruben

Update of /cvs/pkgs/rpms/pdns-recursor/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv366

Modified Files:
	pdns-recursor.spec 
Added Files:
	pdns-recursor-fixsysconfdir.patch 
Log Message:
* Mon Aug 10 2009 Ruben Kerkhof <ruben at rubenkerkhof.com> - 3.1.7.1-2
- Re-add accidently dropped patch (#516562)


pdns-recursor-fixsysconfdir.patch:
 config.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: pdns-recursor-fixsysconfdir.patch
===================================================================
RCS file: pdns-recursor-fixsysconfdir.patch
diff -N pdns-recursor-fixsysconfdir.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ pdns-recursor-fixsysconfdir.patch	10 Aug 2009 15:19:16 -0000	1.4
@@ -0,0 +1,9 @@
+diff -up pdns-recursor-3.1.7.1/config.h.orig pdns-recursor-3.1.7.1/config.h
+--- pdns-recursor-3.1.7.1/config.h.orig	2009-08-10 17:02:39.000000000 +0200
++++ pdns-recursor-3.1.7.1/config.h	2009-08-10 17:02:50.000000000 +0200
+@@ -1,4 +1,4 @@
+-#define SYSCONFDIR "/etc/powerdns/" 
++#define SYSCONFDIR "/etc/pdns-recursor/" 
+ #define LOCALSTATEDIR "/var/run/" 
+ #define VERSION "3.1.7.1"
+ #define RECURSOR


Index: pdns-recursor.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pdns-recursor/F-11/pdns-recursor.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- pdns-recursor.spec	3 Aug 2009 14:27:50 -0000	1.12
+++ pdns-recursor.spec	10 Aug 2009 15:19:16 -0000	1.13
@@ -1,7 +1,7 @@
 Summary:		Modern, advanced and high performance recursing/non authoritative nameserver
 Name:			pdns-recursor
 Version:		3.1.7.1
-Release:		1%{?dist}
+Release:		2%{?dist}
 Group:			System Environment/Daemons
 License:		GPLv2
 URL:			http://powerdns.com
@@ -10,6 +10,7 @@ Source0:		http://downloads.powerdns.com/
 Source1:		pdns-recursor.init	
 
 Patch0:			pdns-recursor-fixmakefile.patch
+Patch1:			pdns-recursor-fixsysconfdir.patch
 
 Provides:		powerdns-recursor = %{version}-%{release}
 BuildRequires:		boost-devel, lua-devel
@@ -23,6 +24,7 @@ package if you need a dns cache for your
 %prep
 %setup -q
 %patch0 -p1 -b .fixmakefile
+%patch1 -p1 -b .fixsysconfdir
 
 %build
 LUA=1 LUA_CPPFLAGS_CONFIG= LUA_LIBS_CONFIG=-llua OPTFLAGS="%{optflags}" make %{?_smp_mflags}
@@ -74,6 +76,9 @@ fi
 
 
 %changelog
+* Mon Aug 10 2009 Ruben Kerkhof <ruben at rubenkerkhof.com> - 3.1.7.1-2
+- Re-add accidently dropped patch (#516562)
+
 * Mon Aug 03 2009 Ruben Kerkhof <ruben at rubenkerkhof.com> - 3.1.7.1-1
 - Upstream released new version
 - Drop patches included upstream




More information about the fedora-extras-commits mailing list