[pdns] Update to 3.3-rc1

Morten Stevens mstevens at fedoraproject.org
Tue May 28 12:48:36 UTC 2013


commit b1e4ba7f7a7886e1b40efcff297cc5a7749d9088
Author: Morten Stevens <mstevens at imt-systems.com>
Date:   Tue May 28 14:48:11 2013 +0200

    Update to 3.3-rc1

 .gitignore          |    1 +
 pdns-fixarm32.patch |   32 --------------------------------
 pdns.spec           |   20 ++++++++++++++------
 sources             |    2 +-
 4 files changed, 16 insertions(+), 39 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 601cea6..b350529 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ pdns-2.9.22.tar.gz
 /pdns-3.0.1.tar.gz
 /pdns-3.1.tar.gz
 /pdns-3.2.tar.gz
+/pdns-3.3-rc1.tar.gz
diff --git a/pdns.spec b/pdns.spec
index ddea9aa..0fe1e5d 100644
--- a/pdns.spec
+++ b/pdns.spec
@@ -1,17 +1,17 @@
 %global _hardened_build 1
 %global backends %{nil}
+%global prever rc1
 
 Name: pdns
-Version: 3.2
-Release: 7%{?dist}
+Version: 3.3
+Release: 0.1.%{?prever}%{?dist}
 Summary: A modern, advanced and high performance authoritative-only nameserver
 Group: System Environment/Daemons
 License: GPLv2
 URL: http://powerdns.com
-Source0: http://downloads.powerdns.com/releases/%{name}-%{version}.tar.gz
+Source0: http://downloads.powerdns.com/releases/%{name}-%{version}-%{?prever}.tar.gz
 Source1: pdns.service
 Patch0: pdns-default-config.patch
-Patch1: pdns-fixarm32.patch
 
 Requires(pre): shadow-utils
 Requires(post): systemd-sysv
@@ -26,6 +26,7 @@ BuildRequires: cryptopp-devel
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
+BuildRequires: bison
 Provides: powerdns = %{version}-%{release}
 
 %description
@@ -95,9 +96,8 @@ This package contains the ldap backend for %{name}
 This package contains the SQLite backend for %{name}
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}-%{?prever}
 %patch0 -p1 -b .default-config-patch
-%patch1 -p1 -b .pdns-fixarm32
 
 %build
 autoreconf -v -f -i
@@ -167,6 +167,11 @@ exit 0
 %{_mandir}/man8/pdns_control.8.gz
 %{_mandir}/man8/pdns_server.8.gz
 %{_mandir}/man8/zone2sql.8.gz
+%{_mandir}/man8/zone2ldap.8.gz
+%{_mandir}/man8/dnsreplay.8.gz
+%{_mandir}/man8/dnsscope.8.gz
+%{_mandir}/man8/dnswasher.8.gz
+%{_mandir}/man8/pdnssec.8.gz
 %{_unitdir}/pdns.service
 %dir %{_libdir}/%{name}/
 %dir %{_sysconfdir}/%{name}/
@@ -205,6 +210,9 @@ exit 0
 %doc pdns/bind-dnssec.schema.sqlite3.sql
 
 %changelog
+* Tue May 28 2013 Morten Stevens <mstevens at imt-systems.com> - 3.3-0.1.rc1
+- Update do 3.3-rc1
+
 * Mon Apr 22 2013 Morten Stevens <mstevens at imt-systems.com> - 3.2-7
 - Disarm dead code that causes gcc crashes on ARM (rhbz#954191)
 
diff --git a/sources b/sources
index 1bb7360..0cab38e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6bd35c6be34e96dd07a0e59562d38cb7  pdns-3.2.tar.gz
+f8a932f598d49ad81bfc961553a81e48  pdns-3.3-rc1.tar.gz


More information about the scm-commits mailing list