diff --git a/pdns.spec b/pdns.spec index 7feef1e..68761a0 100644 --- a/pdns.spec +++ b/pdns.spec @@ -3,7 +3,7 @@ Name: pdns Version: 4.0.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A modern, advanced and high performance authoritative-only nameserver Group: System Environment/Daemons License: GPLv2 @@ -31,6 +31,9 @@ BuildRequires: zeromq-devel Provides: powerdns = %{version}-%{release} %global backends %{backends} bind +Obsoletes: pdns-backend-geo < 4.0.6-1 +Obsoletes: pdns-backend-lmdb < 4.0.6-1 + %description The PowerDNS Nameserver is a modern, advanced and high performance authoritative-only nameserver. It is written from scratch and conforms @@ -318,6 +321,9 @@ exit 0 %{_libdir}/%{name}/libtinydnsbackend.so %changelog +* Mon Nov 12 2018 Morten Stevens - 4.0.6-2 +- Obsoletes backend geo and lmdb + * Fri Nov 09 2018 Morten Stevens - 4.0.6-1 - Rebase to 4.0.6 - Backend geo and lmdb has been deprecated