1 |
|
# $Id$ |
2 |
|
|
3 |
Summary: e-smith module to configure dnscache |
Summary: e-smith module to configure dnscache |
4 |
%define name e-smith-dnscache |
%define name e-smith-dnscache |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 1.0.0 |
%define version 2.2.0 |
7 |
%define release 6 |
%define release 1 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: System Environment/Base |
Group: System Environment/Base |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
|
Patch0: e-smith-dnscache-1.0.0.validateNameServer.patch |
|
|
Patch1: e-smith-dnscache-1.0.0-dnscacne_servers.patch |
|
|
Patch2: e-smith-dnscache-1.0.0-dnscacne_forwarder.patch |
|
13 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
15 |
Requires: e-smith-lib >= 1.15.1-19 |
Requires: e-smith-lib >= 1.15.1-19 |
22 |
caching nameserver |
caching nameserver |
23 |
|
|
24 |
%changelog |
%changelog |
25 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
26 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
27 |
|
|
28 |
|
* Fri Aug 08 2008 Charlie Brady <charlie_brady@mitel.com> 1.0.0-13 |
29 |
|
- Add down file for dnscache.forwarder, and modify dnscache run file |
30 |
|
so that it brings up the dnscache.forwarder service when it |
31 |
|
is started. [SME: 4414] |
32 |
|
|
33 |
|
* Fri Aug 08 2008 Charlie Brady <charlie_brady@mitel.com> 1.0.0-12 |
34 |
|
- Ensure that forwarding instance of dnscache has random data |
35 |
|
available on stdin. [SME: 4416] |
36 |
|
|
37 |
|
* Wed Jun 18 2008 Charlie Brady <charlie_brady@mitel.com> 1.0.0-11 |
38 |
|
- Use new address for L root server, and delete included version of |
39 |
|
root/servers/@ file, since we template it. [SME: 4414] |
40 |
|
|
41 |
|
* Wed Jun 18 2008 Charlie Brady <charlie_brady@mitel.com> 1.0.0-10 |
42 |
|
- Fix validation of NameServer properties pulled from networks db. |
43 |
|
[SME: 1343] |
44 |
|
|
45 |
|
* Wed Jun 18 2008 Charlie Brady <charlie_brady@mitel.com> 1.0.0-9 |
46 |
|
- Fix delegation of reverse lookup for nets which aren't /8, |
47 |
|
/16 or /24. [SME: 4249] |
48 |
|
|
49 |
|
* Tue Oct 16 2007 Charlie Brady <charlie_brady@mitel.com> 1.0.0-08 |
50 |
|
- Increase default CacheSize to 10M, with corresponding increase |
51 |
|
in DataSize. [SME: 2371] |
52 |
|
|
53 |
|
* Thu Sep 6 2007 Charlie Brady <charlie_brady@mitel.com> 1.0.0-07 |
54 |
|
- Run dnscache with sigpipe ignored. [SME: 938] |
55 |
|
|
56 |
* Mon May 21 2007 Shad L. Lords <slords@mail.com> 1.0.0-6 |
* Mon May 21 2007 Shad L. Lords <slords@mail.com> 1.0.0-6 |
57 |
- Ensure Forwarder has value and not just defined [SME: 3013] |
- Ensure Forwarder has value and not just defined [SME: 3013] |
58 |
|
|
432 |
|
|
433 |
%prep |
%prep |
434 |
%setup |
%setup |
|
%patch0 -p1 |
|
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
435 |
|
|
436 |
%build |
%build |
437 |
perl createlinks |
perl createlinks |
444 |
mkdir -p root/var/log/dnscache |
mkdir -p root/var/log/dnscache |
445 |
mkdir -p root/var/log/dnscache.forwarder |
mkdir -p root/var/log/dnscache.forwarder |
446 |
mkdir -p root/var/service/dnscache.forwarder/root/ip |
mkdir -p root/var/service/dnscache.forwarder/root/ip |
447 |
|
touch root/var/service/dnscache.forwarder/down |
448 |
touch root/var/service/dnscache.forwarder/root/ip/127 |
touch root/var/service/dnscache.forwarder/root/ip/127 |
449 |
|
|
450 |
|
|