--- rpms/e-smith-tinydns/sme9/e-smith-tinydns.spec 2014/05/18 15:10:53 1.2 +++ rpms/e-smith-tinydns/sme9/e-smith-tinydns.spec 2015/01/17 18:17:09 1.6 @@ -1,10 +1,10 @@ -# $Id: e-smith-tinydns.spec,v 1.1 2013/02/06 21:46:33 slords Exp $ +# $Id: e-smith-tinydns.spec,v 1.5 2015/01/12 20:59:17 stephdl Exp $ Summary: e-smith module to configure tinydns %define name e-smith-tinydns Name: %{name} %define version 2.4.0 -%define release 2 +%define release 6 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -19,13 +19,30 @@ Requires: djbdns Requires: e-smith-lib >= 1.15.1-19 Requires: e-smith-daemontools >= 1.1.0-02 Requires: iptables -Requires: perl-Text-DHCPparse Obsoletes: tinydns-initscripts AutoReqProv: no %changelog -* Sun May 18 2014 stephane de Labrusse 2.4.0-2 +* Sat Jan 17 2015 stephane de Labrusse 2.4.0-6.sme +- Duplicate hostnames with different IP are not used, a warn in log is printed +- The server hostname can not be used by a dhcp client, a warn in log is printed +- [SME: 2388] + +* Fri Jan 9 2015 stephane de Labrusse 2.4.0-5.sme +- Changed the name of /tmp/dhcpd.leases to /tmp/tmpdhcpd.leases [SME: 2388] + +* Fri Jan 9 2015 stephane de Labrusse 2.4.0-4.sme +- When the dhcpd lease is modified +- Do template-expand of /var/service/tinydns/root/data +- Do sigus1 of dhcp-dns & dnscache +- Forked DHCPparse for parsing the end of lease and remove old entry of dnscache +- Require perl-Text-DHCPparse removed +- Timestamp added in tinydns, the entry in dnscache is cleared when the lease is over +- [SME: 2388] + +* Tue Jun 18 2014 stephane de Labrusse 2.4.0-3.sme - add new feature 'Parse dhcpd.leases and feed to tinydns' +- e-smith-tinydns-2.4.0_add_hostname_following_dhcpdleases_hostname.patch - made from the solution of Stefano Zamboni [SME:2388] - Thanks also for all other implicated members in this bug report