1 |
# $Id: e-smith-dnscache.spec,v 1.3 2020/11/16 16:09:24 michel Exp $ |
# $Id: e-smith-dnscache.spec,v 1.4 2020/11/19 06:27:35 michel 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.6.0 |
%define version 2.6.0 |
7 |
%define release 4 |
%define release 5 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
13 |
Patch1: %{name}-%{version}-loopback.patch |
Patch1: %{name}-%{version}-loopback.patch |
14 |
Patch2: %{name}-%{version}-bz11097_systemd.patch |
Patch2: %{name}-%{version}-bz11097_systemd.patch |
15 |
Patch3: %{name}-%{version}-rc7_link-rpm_update.patch |
Patch3: %{name}-%{version}-rc7_link-rpm_update.patch |
16 |
|
Patch4: %{name}-%{version}-bz11097_remove_safelink.patch |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
19 |
Requires: e-smith-lib >= 1.15.1-19 |
Requires: e-smith-lib >= 1.15.1-19 |
26 |
caching nameserver |
caching nameserver |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Mon Nov 30 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 2.6.0-5 |
30 |
|
- remove createlink safesymlink in /etc/rc.d/init.d [SME: 11097] |
31 |
|
|
32 |
* Thu Nov 19 2020 Michel Begue <mab974@gmail.com> 2.6.0-4.sme |
* Thu Nov 19 2020 Michel Begue <mab974@gmail.com> 2.6.0-4.sme |
33 |
- remove rc7.d link [SME: 11097] |
- remove rc7.d link [SME: 11097] |
34 |
- fix actions in e-smith-tinydns-update [SME: 11127] |
- fix actions in e-smith-tinydns-update [SME: 11127] |
463 |
%patch1 -p1 |
%patch1 -p1 |
464 |
%patch2 -p1 |
%patch2 -p1 |
465 |
%patch3 -p1 |
%patch3 -p1 |
466 |
|
%patch4 -p1 |
467 |
|
|
468 |
%build |
%build |
469 |
perl createlinks |
perl createlinks |