1 |
# $Id: e-smith-tinydns.spec,v 1.1 2013/02/06 21:46:33 slords Exp $ |
# $Id: e-smith-tinydns.spec,v 1.7 2015/01/17 18:48:40 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 8 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
|
Patch0: e-smith-tinydns-2.4.0_add_hostname_following_dhcpdleases_hostname.patch |
|
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
18 |
Requires: e-smith-lib >= 1.15.1-19 |
Requires: e-smith-lib >= 1.15.1-19 |
19 |
Requires: e-smith-daemontools >= 1.1.0-02 |
Requires: e-smith-daemontools >= 1.1.0-02 |
20 |
Requires: iptables |
Requires: iptables |
|
Requires: perl-Text-DHCPparse |
|
21 |
Obsoletes: tinydns-initscripts |
Obsoletes: tinydns-initscripts |
22 |
AutoReqProv: no |
AutoReqProv: no |
23 |
|
|
24 |
%changelog |
%changelog |
25 |
* Sun May 18 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-2 |
* Sat Jan 24 2015 stephane de labrusse <stephdl@de-labrusse.fr> 2.4.0-8.sme |
26 |
|
- Revert the patch e-smith-tinydns-2.4.0_add_hostname_following_dhcpdleases_hostname.patch |
27 |
|
- [SME: 2388] |
28 |
|
|
29 |
|
* Sat Jan 17 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-7.sme |
30 |
|
- Duplicate hostnames with different IP are not used, a warn in log is printed |
31 |
|
- The server hostname can not be used by a dhcp client, a warn in log is printed |
32 |
|
- [SME: 2388] |
33 |
|
|
34 |
|
* Fri Jan 9 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-5.sme |
35 |
|
- Changed the name of /tmp/dhcpd.leases to /tmp/tmpdhcpd.leases [SME: 2388] |
36 |
|
|
37 |
|
* Fri Jan 9 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-4.sme |
38 |
|
- When the dhcpd lease is modified |
39 |
|
- Do template-expand of /var/service/tinydns/root/data |
40 |
|
- Do sigus1 of dhcp-dns & dnscache |
41 |
|
- Forked DHCPparse for parsing the end of lease and remove old entry of dnscache |
42 |
|
- Require perl-Text-DHCPparse removed |
43 |
|
- Timestamp added in tinydns, the entry in dnscache is cleared when the lease is over |
44 |
|
- [SME: 2388] |
45 |
|
|
46 |
|
* Tue Jun 18 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-3.sme |
47 |
- add new feature 'Parse dhcpd.leases and feed to tinydns' |
- add new feature 'Parse dhcpd.leases and feed to tinydns' |
48 |
|
- e-smith-tinydns-2.4.0_add_hostname_following_dhcpdleases_hostname.patch |
49 |
- made from the solution of Stefano Zamboni [SME:2388] |
- made from the solution of Stefano Zamboni [SME:2388] |
50 |
- Thanks also for all other implicated members in this bug report |
- Thanks also for all other implicated members in this bug report |
51 |
|
|
353 |
|
|
354 |
%prep |
%prep |
355 |
%setup |
%setup |
|
%patch0 -p1 |
|
356 |
|
|
357 |
%build |
%build |
358 |
perl createlinks |
perl createlinks |