Enable backend LMDB
This commit is contained in:
parent
7dbe13cbad
commit
8f5361bd22
20
pdns.spec
20
pdns.spec
@ -3,7 +3,7 @@
|
||||
|
||||
Name: pdns
|
||||
Version: 3.4.0
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: A modern, advanced and high performance authoritative-only nameserver
|
||||
Group: System Environment/Daemons
|
||||
License: GPLv2
|
||||
@ -159,6 +159,17 @@ BuildRequires: tinycdb-devel
|
||||
%description backend-tinydns
|
||||
This package contains the TinyDNS backend for %{name}
|
||||
|
||||
%package backend-lmdb
|
||||
Summary: LMDB backend for %{name}
|
||||
Group: System Environment/Daemons
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
BuildRequires: lmdb-devel
|
||||
%global backends %{backends} lmdb
|
||||
|
||||
%description backend-lmdb
|
||||
This package contains the LMDB backend for %{name}
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .default-config-patch
|
||||
@ -227,6 +238,7 @@ exit 0
|
||||
%{_bindir}/zone2ldap
|
||||
%{_bindir}/zone2sql
|
||||
%{_bindir}/zone2json
|
||||
%{_bindir}/zone2lmdb
|
||||
%{_sbindir}/pdns_server
|
||||
%{_libdir}/%{name}/libbindbackend.so
|
||||
%{_mandir}/man8/pdns_control.8.gz
|
||||
@ -302,7 +314,13 @@ exit 0
|
||||
%files backend-tinydns
|
||||
%{_libdir}/%{name}/libtinydnsbackend.so
|
||||
|
||||
%files backend-lmdb
|
||||
%{_libdir}/%{name}/liblmdbbackend.so
|
||||
|
||||
%changelog
|
||||
* Mon Oct 06 2014 Morten Stevens <mstevens@imt-systems.com> - 3.4.0-4
|
||||
- Enable backend LMDB
|
||||
|
||||
* Mon Oct 06 2014 Morten Stevens <mstevens@imt-systems.com> - 3.4.0-3
|
||||
- Remove unused build dependency
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user