1 |
# $Id: e-smith-tinydns.spec,v 1.1 2013/02/06 21:46:33 slords Exp $ |
# $Id: e-smith-tinydns.spec,v 1.4 2015/01/09 23:33:20 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 2 |
%define release 5 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
19 |
Requires: e-smith-lib >= 1.15.1-19 |
Requires: e-smith-lib >= 1.15.1-19 |
20 |
Requires: e-smith-daemontools >= 1.1.0-02 |
Requires: e-smith-daemontools >= 1.1.0-02 |
21 |
Requires: iptables |
Requires: iptables |
|
Requires: perl-Text-DHCPparse |
|
22 |
Obsoletes: tinydns-initscripts |
Obsoletes: tinydns-initscripts |
23 |
AutoReqProv: no |
AutoReqProv: no |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
* Sun May 18 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-2 |
* Fri Jan 9 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-5.sme |
27 |
|
- Changed the name of /tmp/dhcpd.leases to /tmp/tmpdhcpd.leases [SME: 2388] |
28 |
|
|
29 |
|
* Fri Jan 9 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-4.sme |
30 |
|
- When the dhcpd lease is modified |
31 |
|
- Do template-expand of /var/service/tinydns/root/data |
32 |
|
- Do sigus1 of dhcp-dns & dnscache |
33 |
|
- Forked DHCPparse for parsing the end of lease and remove old entry of dnscache |
34 |
|
- Require perl-Text-DHCPparse removed |
35 |
|
- Timestamp added in tinydns, the entry in dnscache is cleared when the lease is over |
36 |
|
- [SME: 2388] |
37 |
|
|
38 |
|
* Tue Jun 18 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-3.sme |
39 |
- add new feature 'Parse dhcpd.leases and feed to tinydns' |
- add new feature 'Parse dhcpd.leases and feed to tinydns' |
40 |
|
- e-smith-tinydns-2.4.0_add_hostname_following_dhcpdleases_hostname.patch |
41 |
- made from the solution of Stefano Zamboni [SME:2388] |
- made from the solution of Stefano Zamboni [SME:2388] |
42 |
- Thanks also for all other implicated members in this bug report |
- Thanks also for all other implicated members in this bug report |
43 |
|
|