1 |
# $Id: e-smith-tinydns.spec,v 1.3 2014/06/17 23:11:11 stephdl Exp $ |
# $Id: e-smith-tinydns.spec,v 1.6 2015/01/17 18:17:09 stephdl Exp $ |
2 |
|
|
3 |
Summary: e-smith module to configure tinydns |
Summary: e-smith module to configure tinydns |
4 |
%define name e-smith-tinydns |
%define name e-smith-tinydns |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.4.0 |
%define version 2.4.0 |
7 |
%define release 4 |
%define release 7 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
23 |
AutoReqProv: no |
AutoReqProv: no |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
|
* Sat Jan 17 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-7.sme |
27 |
|
- Duplicate hostnames with different IP are not used, a warn in log is printed |
28 |
|
- The server hostname can not be used by a dhcp client, a warn in log is printed |
29 |
|
- [SME: 2388] |
30 |
|
|
31 |
|
* Fri Jan 9 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-5.sme |
32 |
|
- Changed the name of /tmp/dhcpd.leases to /tmp/tmpdhcpd.leases [SME: 2388] |
33 |
|
|
34 |
* Fri Jan 9 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-4.sme |
* Fri Jan 9 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-4.sme |
35 |
- When the dhcpd lease is modified |
- When the dhcpd lease is modified |
36 |
- Do template-expand of /var/service/tinydns/root/data |
- Do template-expand of /var/service/tinydns/root/data |
38 |
- Forked DHCPparse for parsing the end of lease and remove old entry of dnscache |
- Forked DHCPparse for parsing the end of lease and remove old entry of dnscache |
39 |
- Require perl-Text-DHCPparse removed |
- Require perl-Text-DHCPparse removed |
40 |
- Timestamp added in tinydns, the entry in dnscache is cleared when the lease is over |
- Timestamp added in tinydns, the entry in dnscache is cleared when the lease is over |
41 |
|
- [SME: 2388] |
42 |
|
|
43 |
* Tue Jun 18 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-3.sme |
* Tue Jun 18 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-3.sme |
44 |
- add new feature 'Parse dhcpd.leases and feed to tinydns' |
- add new feature 'Parse dhcpd.leases and feed to tinydns' |