~ubuntu-branches/ubuntu/maverick/pdns/maverick-updates

« back to all changes in this revision

Viewing changes to pdns.spec

  • Committer: Bazaar Package Importer
  • Author(s): Matthijs Mohlmann, Matthijs Mohlmann, Christoph Haas
  • Date: 2007-04-15 23:23:39 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070415232339-5x3scc8gx04e50um
Tags: 2.9.21-1
[ Matthijs Mohlmann ]
* New upstream release. (Closes: #420294)
* Remove meta pdns package.
* Added new sqlite3 backend package.
* Months and minutes where mixed up. (Closes: #406462)
* Case sensitivity in bind backend caused PowerDNS to not serve a certain
  zone. (Closes: #406461)
* Bind backend forgot about zones on a notify. (Closes: #398213)

[ Christoph Haas ]
* Documented incorporated backend bind. (Closes: #415471)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Buildroot: /tmp/pdns
2
2
Name: pdns-static
3
 
Version: 2.9.20
 
3
Version: 2.9.21
4
4
Release: 1
5
5
Summary: extremely powerful and versatile nameserver
6
 
Copyright: see /usr/doc/pdns/copyright
 
6
License: GPL
7
7
Distribution: Neutral
8
8
Vendor: PowerDNS.COM BV
9
9
Group: System/DNS
24
24
%files
25
25
%defattr(-,root,root)
26
26
"/usr/sbin/pdns_server"
27
 
"/usr/sbin/pdns_recursor"
28
27
"/usr/bin/pdns_control"
29
28
"/usr/bin/zone2sql"
 
29
#"/usr/bin/zone2ldap"
 
30
"/usr/man/man8/pdns_control.8"
 
31
"/usr/man/man8/pdns_server.8"
 
32
"/usr/man/man8/zone2sql.8"
 
33
 
30
34
%dir "/etc/powerdns/"
31
35
%config(noreplace) "/etc/powerdns/pdns.conf"
32
36
%config "/etc/init.d/pdns"