Search
j0ke.net Open Build Service
>
Projects
>
home:opeter
>
powerdns
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 117
[-]
[+]
Changed
pdns.spec
@@ -1,17 +1,14 @@ Summary: PowerDNS is a Versatile Database Driven Nameserver Name: pdns -Version: 3.3 -Release: 2%{dist} +Version: 3.4.3 +Release: 1%{dist} Epoch: 0 License: GPL Group: System/Servers URL: http://www.powerdns.com/ Source0: http://downloads.powerdns.com/releases/pdns-%{version}.tar.gz -#Patch0: pdns-init.patch Patch1: pdns-slavedb.patch -Patch2: pdns-allow-axfr-from.patch -Patch3: pdns-cname-wildcard-select.patch Source1: http://downloads.powerdns.com/documentation/html.tar.gz @@ -19,17 +16,16 @@ BuildRequires: gcc gcc-c++ BuildRequires: zlib-devel BuildRequires: lua-devel -#BuildRequires: lua-static BuildRequires: lua-static -BuildRequires: Percona-Server-devel-51 Percona-Server-shared-51 +BuildRequires: Percona-Server-devel-55 Percona-Server-shared-55 %if 0%{?rhel_version} < 600 || 0%{?centos_version} < 600 #BuildRequires: boost-static >= 1.34.0 BuildRequires: boost-devel >= 1.34.0 -#BuildRequires: mysql-devel >= 5.0.0 +#BuildRequires: mysql-devel >= 5.5.0 %else #BuildRequires: boost-static >= 1.4 BuildRequires: boost-devel >= 1.4 -#BuildRequires: mysql-devel >= 5.1.0 +#BuildRequires: mysql-devel >= 5.5.0 %endif Requires: lua @@ -42,11 +38,9 @@ Requires: boost-program-options >= 1.41.0 %endif - Provides: nameserver pdns-server powerdns = %{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-root - %description PowerDNS is a versatile nameserver which supports a large number of different backends ranging from simple zonefiles to relational @@ -72,10 +66,7 @@ %prep %setup -q -n pdns-%{version} -a1 -#%patch0 -p0 -b .init %patch1 -p0 -%patch2 -p0 -#%patch3 -p0 %build %configure \ @@ -179,6 +170,10 @@ %{_libdir}/*.a %changelog +* Thu April 23 2015 Oliver Peter <oliver.peter@internetx.de> +- SlaveDB Patch remains as the only IX Patch +- Upgraded to PDNS 3.4.3 + * Fri May 03 2013 Oliver Peter <oliver.peter@internetx.de> - Added new allow-axfr-from patch (requires domainmetadata) - Preparing to go live (RC1)