diff --git a/.gitignore b/.gitignore index ef5738d..166a192 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ pdns-2.9.22.tar.gz /pdns-3.0-rc3.tar.gz /pdns-3.0.tar.gz /pdns-3.0.1.tar.gz +/pdns-3.1.tar.gz diff --git a/pdns.spec b/pdns.spec index f9a7d34..f3fc980 100644 --- a/pdns.spec +++ b/pdns.spec @@ -2,16 +2,14 @@ Summary: A modern, advanced and high performance authoritative-only nameserver Name: pdns -Version: 3.0.1 -Release: 3%{?dist} +Version: 3.1 +Release: 1%{?dist} Group: System Environment/Daemons License: GPLv2 URL: http://powerdns.com -Source0: ftp://training.powerdns.com/CVE-2004-0789/%{name}-%{version}.tar.gz +Source0: http://downloads.powerdns.com/releases/%{name}-%{version}.tar.gz Source1: pdns.service -Patch0: pdns-fix-mongo-backend.patch -Patch1: pdns-fix-lua-detection.patch Requires(pre): shadow-utils Requires(post): systemd-units, systemd-sysv @@ -67,15 +65,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release} BuildRequires: sqlite-devel %global backends %{backends} gsqlite3 -%ifarch %{ix86} x86_64 -%package backend-mongodb -Summary: MongoDB backend for %{name} -Group: System Environment/Daemons -Requires: %{name}%{?_isa} = %{version}-%{release} -BuildRequires: mongodb-devel -%global backends %{backends} mongodb -%endif - %description backend-mysql This package contains the gmysql backend for %{name} @@ -96,16 +85,9 @@ This package contains the ldap backend for %{name} %description backend-sqlite This package contains the SQLite backend for %{name} -%ifarch %{ix86} x86_64 -%description backend-mongodb -This package contains the MongoDB backend for %{name} -%endif - %prep %setup -q -%patch0 -p1 -b .fixmongo -%patch1 -p1 -b .fixlua %build export CPPFLAGS="-DLDAP_DEPRECATED %{optflags}" @@ -229,26 +211,15 @@ fi %defattr(-,root,root,-) %{_libdir}/%{name}/libgsqlite3backend.so -%ifarch %{ix86} x86_64 -%files backend-mongodb -%defattr(-,root,root,-) -%{_libdir}/%{name}/libmongodbbackend.so -%endif - %changelog -* Fri Jul 20 2012 Fedora Release Engineering - 3.0.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Tue Feb 28 2012 Fedora Release Engineering - 3.0.1-2 -- Rebuilt for c++ ABI breakage +* Mon Sep 17 2012 Morten Stevens 3.1-1 +- Update to 3.1 +- Remove MongoDB backend due build problems -* Mon Jan 09 2012 Ruben Kerkhof 3.0.1-1 - CVE-2012-0206 -* Thu Dec 01 2011 Ruben Kerkhof 3.0-8 -- Rebuilt for new boost - * Sun Aug 07 2011 Dan HorĂ¡k - 3.0-7 - mongodb supports only x86 @@ -364,3 +335,4 @@ fi * Sat Dec 16 2006 2.9.20-1 - Initial import + diff --git a/sources b/sources index fee64ca..e5b69e7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a67763b2b45d9f3504a24607c5b4068d pdns-3.0.1.tar.gz +7dedae65403b31a795b2d53a512947fd pdns-3.1.tar.gz