1 |
# $Id: e-smith-tinydns.spec,v 1.6 2015/01/17 18:17:09 stephdl 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 7 |
%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 |
22 |
AutoReqProv: no |
AutoReqProv: no |
23 |
|
|
24 |
%changelog |
%changelog |
25 |
|
* 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 |
* 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 |
- 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 |
- The server hostname can not be used by a dhcp client, a warn in log is printed |
353 |
|
|
354 |
%prep |
%prep |
355 |
%setup |
%setup |
|
%patch0 -p1 |
|
356 |
|
|
357 |
%build |
%build |
358 |
perl createlinks |
perl createlinks |