[pdns-recursor] Update to 3.5-rc4

Morten Stevens mstevens at fedoraproject.org
Fri Apr 5 10:47:32 UTC 2013


commit 6453ab7493791d07d691f459b054dae1b3d0dca0
Author: Morten Stevens <mstevens at imt-systems.com>
Date:   Fri Apr 5 11:46:11 2013 +0200

    Update to 3.5-rc4

 .gitignore                        |    1 +
 pdns-recursor-fixsysconfdir.patch |    8 ++++----
 pdns-recursor.spec                |   16 +++++++++-------
 sources                           |    2 +-
 4 files changed, 15 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7f8585b..0c2d1a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 pdns-recursor-3.2.tar.bz2
 /pdns-recursor-3.3.tar.bz2
 /pdns-recursor-3.5-rc2.tar.bz2
+/pdns-recursor-3.5-rc4.tar.bz2
diff --git a/pdns-recursor-fixsysconfdir.patch b/pdns-recursor-fixsysconfdir.patch
index 89bce6c..4602f77 100644
--- a/pdns-recursor-fixsysconfdir.patch
+++ b/pdns-recursor-fixsysconfdir.patch
@@ -1,8 +1,8 @@
---- pdns-recursor-3.5-rc2/config.h.orig	2013-02-11 10:13:56.000000000 +0100
-+++ pdns-recursor-3.5-rc2/config.h	2013-03-05 18:52:48.575990258 +0100
+--- pdns-recursor-3.5-rc4/config.h.orig	2013-04-05 09:06:13.000000000 +0200
++++ pdns-recursor-3.5-rc4/config.h	2013-04-05 11:33:45.106999446 +0200
 @@ -1,4 +1,4 @@
 -#define SYSCONFDIR "/etc/powerdns/" 
-+#define SYSCONFDIR "/etc/pdns-recursor/"
++#define SYSCONFDIR "/etc/pdns-recursor/" 
  #define LOCALSTATEDIR "/var/run/" 
- #define VERSION "3.5-rc2"
+ #define VERSION "3.5-rc4"
  #define RECURSOR
diff --git a/pdns-recursor.spec b/pdns-recursor.spec
index 0a3a774..4c3d630 100644
--- a/pdns-recursor.spec
+++ b/pdns-recursor.spec
@@ -1,9 +1,9 @@
 %global _hardened_build 1
-%global prever rc2
+%global prever rc4
 
 Name: pdns-recursor
 Version: 3.5
-Release: 0.1.%{?prever}%{?dist}
+Release: 0.2.%{?prever}%{?dist}
 Summary: Modern, advanced and high performance recursing/non authoritative name server
 Group: System Environment/Daemons
 License: GPLv2
@@ -38,7 +38,9 @@ LUA=1 LUA_CPPFLAGS_CONFIG= LUA_LIBS_CONFIG=-llua OPTFLAGS="%{optflags}" LDFLAGS=
 
 %install
 make install DESTDIR=%{buildroot} CONFIGDIR="%{_sysconfdir}/%{name}"
-%{__install} -D -p %{SOURCE1} %{buildroot}%{_unitdir}/pdns-recursor.service
+chmod 0755 %{buildroot}/%{_bindir}/rec_control
+chmod 0755 %{buildroot}/%{_sbindir}/pdns_recursor
+%{__install} -D -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/pdns-recursor.service
 
 %{__mv} %{buildroot}%{_sysconfdir}/%{name}/recursor.conf{-dist,}
 
@@ -46,9 +48,6 @@ make install DESTDIR=%{buildroot} CONFIGDIR="%{_sysconfdir}/%{name}"
 sed -i '1i\setuid=pdns-recursor' %{buildroot}%{_sysconfdir}/%{name}/recursor.conf
 sed -i '2i\setgid=pdns-recursor' %{buildroot}%{_sysconfdir}/%{name}/recursor.conf
 
-chmod 755 %{buildroot}%{_bindir}/rec_control
-chmod 755 %{buildroot}%{_sbindir}/pdns_recursor
-
 %pre
 getent group pdns-recursor > /dev/null || groupadd -r pdns-recursor
 getent passwd pdns-recursor > /dev/null || \
@@ -86,7 +85,10 @@ exit 0
 %doc COPYING README
 
 %changelog
-* Tue Mar 05 2013  Morten Stevens <mstevens at imt-systems.com> - 3.5-0.1.rc2
+* Fri Apr 05 2013 Morten Stevens <mstevens at imt-systems.com> - 3.5-0.2.rc4
+- Update to 3.5-rc4
+
+* Tue Mar 05 2013 Morten Stevens <mstevens at imt-systems.com> - 3.5-0.1.rc2
 - Update to 3.5-rc2
 
 * Tue Mar 05 2013 Ruben Kerkhof <ruben at rubenkerkhof.com> - 3.3-10
diff --git a/sources b/sources
index dfa01bf..4ea68dd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-95215c1cebed78b891c25469dff0f59c  pdns-recursor-3.5-rc2.tar.bz2
+cbe59ad8c14a5ff2a756a9ed78957e1d  pdns-recursor-3.5-rc4.tar.bz2


More information about the scm-commits mailing list