License file moved a directory up
Add pdnssec and dnsreplay commands
This commit is contained in:
parent
9af8632196
commit
6b8918605f
22
pdns.spec
22
pdns.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: A modern, advanced and high performance authoritative-only nameserver
|
Summary: A modern, advanced and high performance authoritative-only nameserver
|
||||||
Name: pdns
|
Name: pdns
|
||||||
Version: 3.0
|
Version: 3.0
|
||||||
Release: 2.%{alphatag}%{?dist}
|
Release: 3.%{alphatag}%{?dist}
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -137,8 +137,10 @@ fi
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc ChangeLog TODO pdns/COPYING
|
%doc ChangeLog TODO pdns
|
||||||
|
%{_bindir}/dnsreplay
|
||||||
%{_bindir}/pdns_control
|
%{_bindir}/pdns_control
|
||||||
|
%{_bindir}/pdnssec
|
||||||
%{_bindir}/zone2ldap
|
%{_bindir}/zone2ldap
|
||||||
%{_bindir}/zone2sql
|
%{_bindir}/zone2sql
|
||||||
%{_sbindir}/pdns_server
|
%{_sbindir}/pdns_server
|
||||||
@ -152,36 +154,40 @@ fi
|
|||||||
|
|
||||||
%files backend-mysql
|
%files backend-mysql
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc pdns/COPYING
|
%doc COPYING
|
||||||
%{_libdir}/%{name}/libgmysqlbackend.so
|
%{_libdir}/%{name}/libgmysqlbackend.so
|
||||||
|
|
||||||
%files backend-postgresql
|
%files backend-postgresql
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc pdns/COPYING
|
%doc COPYING
|
||||||
%{_libdir}/%{name}/libgpgsqlbackend.so
|
%{_libdir}/%{name}/libgpgsqlbackend.so
|
||||||
|
|
||||||
%files backend-pipe
|
%files backend-pipe
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc pdns/COPYING
|
%doc COPYING
|
||||||
%{_libdir}/%{name}/libpipebackend.so
|
%{_libdir}/%{name}/libpipebackend.so
|
||||||
|
|
||||||
%files backend-geo
|
%files backend-geo
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc pdns/COPYING modules/geobackend/README
|
%doc COPYING modules/geobackend/README
|
||||||
%{_libdir}/%{name}/libgeobackend.so
|
%{_libdir}/%{name}/libgeobackend.so
|
||||||
|
|
||||||
%files backend-ldap
|
%files backend-ldap
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc pdns/COPYING
|
%doc COPYING
|
||||||
%{_libdir}/%{name}/libldapbackend.so
|
%{_libdir}/%{name}/libldapbackend.so
|
||||||
|
|
||||||
%files backend-sqlite
|
%files backend-sqlite
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc pdns/COPYING
|
%doc COPYING
|
||||||
%{_libdir}/%{name}/libgsqlite3backend.so
|
%{_libdir}/%{name}/libgsqlite3backend.so
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 28 2011 Ruben Kerkhof <ruben@rubenkerkhof.com> 3.0-3.pre.20110327.2103
|
||||||
|
- License file moved a directory up
|
||||||
|
- Add pdnssec and dnsreplay commands
|
||||||
|
|
||||||
* Mon Mar 28 2011 Ruben Kerkhof <ruben@rubenkerkhof.com> 3.0-2.pre.20110327.2103
|
* Mon Mar 28 2011 Ruben Kerkhof <ruben@rubenkerkhof.com> 3.0-2.pre.20110327.2103
|
||||||
- Add lua BuildRequires
|
- Add lua BuildRequires
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user