rpms/pdns-recursor/devel pdns-recursor-fixsysconfdir.patch, 1.3, 1.4 pdns-recursor.spec, 1.13, 1.14

Ruben Kerkhof ruben at fedoraproject.org
Mon Aug 10 14:55:55 UTC 2009


Author: ruben

Update of /cvs/pkgs/rpms/pdns-recursor/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26747

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 14:55:55 -0000	1.4
@@ -0,0 +1,8 @@
+--- pdns-recursor-3.1.4/config.h.fixsysconfdir	2007-01-01 16:03:47.000000000 +0100
++++ pdns-recursor-3.1.4/config.h	2007-01-01 16:04:00.000000000 +0100
+@@ -1,4 +1,4 @@
+-#define SYSCONFDIR "/etc/powerdns/" 
++#define SYSCONFDIR "/etc/pdns-recursor/" 
+ #define LOCALSTATEDIR "/var/run/" 
+ #define VERSION "3.1.4"
+ #define RECURSOR


Index: pdns-recursor.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pdns-recursor/devel/pdns-recursor.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- pdns-recursor.spec	3 Aug 2009 12:20:46 -0000	1.13
+++ pdns-recursor.spec	10 Aug 2009 14:55:55 -0000	1.14
@@ -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