1 |
# $Id: e-smith-dnscache.spec,v 1.8 2012/12/19 17:47:21 wellsi Exp $ |
# $Id: e-smith-dnscache.spec,v 1.1 2013/02/06 21:25:21 slords Exp $ |
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 2.4.0 |
%define version 2.4.0 |
7 |
%define release 1 |
%define release 2 |
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.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch1: e-smith-dnscache-2.4.0-loopback.patch |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
16 |
Requires: e-smith-lib >= 1.15.1-19 |
Requires: e-smith-lib >= 1.15.1-19 |
23 |
caching nameserver |
caching nameserver |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
|
* Sun Jun 26 2016 Greg Zartman <gzartman@koozali.org> 2.4.0-2.sme |
27 |
|
- Modify run script to allow for loopback commmunications with other |
28 |
|
DNS servers on the local machine and DNS forwarding [SME: 8638] |
29 |
|
|
30 |
* Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
* Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
31 |
- Roll new stream for sme9 |
- Roll new stream for sme9 |
32 |
|
|
443 |
|
|
444 |
%prep |
%prep |
445 |
%setup |
%setup |
446 |
|
%patch1 -p1 |
447 |
|
|
448 |
%build |
%build |
449 |
perl createlinks |
perl createlinks |