2 |
%define name e-smith-dnscache |
%define name e-smith-dnscache |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 1.0.0 |
%define version 1.0.0 |
5 |
%define release 6 |
%define release 8 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
11 |
Patch0: e-smith-dnscache-1.0.0.validateNameServer.patch |
Patch0: e-smith-dnscache-1.0.0.validateNameServer.patch |
12 |
Patch1: e-smith-dnscache-1.0.0-dnscacne_servers.patch |
Patch1: e-smith-dnscache-1.0.0-dnscacne_servers.patch |
13 |
Patch2: e-smith-dnscache-1.0.0-dnscacne_forwarder.patch |
Patch2: e-smith-dnscache-1.0.0-dnscacne_forwarder.patch |
14 |
|
Patch3: e-smith-dnscache-1.0.0-sigpipe.patch |
15 |
|
Patch4: e-smith-dnscache-1.0.0-cachesize.patch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
Requires: e-smith-lib >= 1.15.1-19 |
Requires: e-smith-lib >= 1.15.1-19 |
25 |
caching nameserver |
caching nameserver |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
|
* Tue Oct 16 2007 Charlie Brady <charlie_brady@mitel.com> 1.0.0-08 |
29 |
|
- Increase default CacheSize to 10M, with corresponding increase |
30 |
|
in DataSize. [SME: 2371] |
31 |
|
|
32 |
|
* Thu Sep 6 2007 Charlie Brady <charlie_brady@mitel.com> 1.0.0-07 |
33 |
|
- Run dnscache with sigpipe ignored. [SME: 938] |
34 |
|
|
35 |
* 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 |
36 |
- Ensure Forwarder has value and not just defined [SME: 3013] |
- Ensure Forwarder has value and not just defined [SME: 3013] |
37 |
|
|
414 |
%patch0 -p1 |
%patch0 -p1 |
415 |
%patch1 -p1 |
%patch1 -p1 |
416 |
%patch2 -p1 |
%patch2 -p1 |
417 |
|
%patch3 -p1 |
418 |
|
%patch4 -p1 |
419 |
|
|
420 |
%build |
%build |
421 |
perl createlinks |
perl createlinks |