1 |
# $Id: e-smith-dnscache.spec,v 1.4 2020/11/19 06:27:35 michel Exp $ |
# $Id: e-smith-dnscache.spec,v 1.9 2021/02/13 04:35:45 jpp 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 5 |
%define release 10 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
Patch4: %{name}-%{version}-bz11097_remove_safelink.patch |
17 |
|
Patch5: %{name}-%{version}-bz11245_runit_required.patch |
18 |
|
Patch6: e-smith-dnscache-2.6.0-bz9692-cleanup.patch |
19 |
|
|
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
22 |
Requires: e-smith-lib >= 1.15.1-19 |
Requires: e-smith-lib >= 1.15.1-19 |
29 |
caching nameserver |
caching nameserver |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-10.sme |
33 |
|
- cleanup in /etc/rc.d/ [SME: 9692] |
34 |
|
|
35 |
|
* Fri Feb 12 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-9.sme |
36 |
|
- remove /usr/lib/systemd/system-preset/80-koozali-dnscache.preset [SME: 10958] |
37 |
|
|
38 |
|
* Thu Dec 10 2020 Michel Begue <mab974@gmail.com> 2.6.0-8.sme |
39 |
|
- add Requires=runit.service (dnscache & dnscache.forwarder) [SME: 11245] |
40 |
|
|
41 |
|
* Thu Dec 03 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-7.sme |
42 |
|
- execute systemd-reload before service adjust in events [SME: 11228] |
43 |
|
- remove S95reset-unsavedflag [SME: 11229] |
44 |
|
|
45 |
* Mon Nov 30 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 2.6.0-5 |
* Mon Nov 30 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 2.6.0-5 |
46 |
- remove createlink safesymlink in /etc/rc.d/init.d [SME: 11097] |
- remove createlink safesymlink in /etc/rc.d/init.d [SME: 11097] |
47 |
|
|
480 |
%patch2 -p1 |
%patch2 -p1 |
481 |
%patch3 -p1 |
%patch3 -p1 |
482 |
%patch4 -p1 |
%patch4 -p1 |
483 |
|
%patch5 -p1 |
484 |
|
%patch6 -p1 |
485 |
|
|
486 |
%build |
%build |
487 |
perl createlinks |
perl createlinks |