diff --git a/pdns.spec b/pdns.spec index 48c862b..1e7d09a 100644 --- a/pdns.spec +++ b/pdns.spec @@ -1,10 +1,10 @@ Summary: A modern, advanced and high performance authoritative-only nameserver Name: pdns Version: 2.9.21 -Release: 1%{?dist} +Release: 2%{?dist} Group: System Environment/Daemons -License: GPL +License: GPLv2 URL: http://powerdns.com BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: http://downloads.powerdns.com/releases/%{name}-%{version}.tar.gz @@ -161,12 +161,12 @@ fi %files backend-pipe %defattr(-,root,root,-) -%doc pdns/COPYING +%doc pdns/COPYING modules/pipebackend/backend.pl %{_libdir}/%{name}/libpipebackend.so %files backend-geo %defattr(-,root,root,-) -%doc pdns/COPYING +%doc pdns/COPYING modules/geobackend/README %{_libdir}/%{name}/libgeobackend.so %files backend-ldap @@ -181,6 +181,11 @@ fi %changelog +* Thu Dec 13 2007 Ruben Kerkhof 2.9.21-2 +- Fix license tag +- Add README for geo backend to docs +- Add example for pipe backend (thanks to John Morris) + * Tue Apr 24 2007 Ruben Kerkhof 2.9.21-1 - Upstream released 2.9.21 - Enabled new SQLite backend