1 |
# $Id: e-smith-dnscache.spec,v 1.2 2016/08/01 00:35:31 gzartman Exp $ |
# $Id: e-smith-dnscache.spec,v 1.8 2020/12/10 19:30:13 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 3 |
%define release 9 |
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.6.0-loopback.patch |
Patch1: %{name}-%{version}-loopback.patch |
14 |
Patch2: e-smith-dnscache-2.6.0-bz11097_systemd.patch |
Patch2: %{name}-%{version}-bz11097_systemd.patch |
15 |
|
Patch3: %{name}-%{version}-rc7_link-rpm_update.patch |
16 |
|
Patch4: %{name}-%{version}-bz11097_remove_safelink.patch |
17 |
|
Patch5: %{name}-%{version}-bz11245_runit_required.patch |
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
20 |
Requires: e-smith-lib >= 1.15.1-19 |
Requires: e-smith-lib >= 1.15.1-19 |
27 |
caching nameserver |
caching nameserver |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Fri Feb 12 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-9.sme |
31 |
|
- remove /usr/lib/systemd/system-preset/80-koozali-dnscache.preset [SME: 10958] |
32 |
|
|
33 |
|
* Thu Dec 10 2020 Michel Begue <mab974@gmail.com> 2.6.0-8.sme |
34 |
|
- add Requires=runit.service (dnscache & dnscache.forwarder) [SME: 11245] |
35 |
|
|
36 |
|
* Thu Dec 03 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-7.sme |
37 |
|
- execute systemd-reload before service adjust in events [SME: 11228] |
38 |
|
- remove S95reset-unsavedflag [SME: 11229] |
39 |
|
|
40 |
|
* Mon Nov 30 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 2.6.0-5 |
41 |
|
- remove createlink safesymlink in /etc/rc.d/init.d [SME: 11097] |
42 |
|
|
43 |
|
* Thu Nov 19 2020 Michel Begue <mab974@gmail.com> 2.6.0-4.sme |
44 |
|
- remove rc7.d link [SME: 11097] |
45 |
|
- fix actions in e-smith-tinydns-update [SME: 11127] |
46 |
|
|
47 |
* Sat Nov 14 2020 Michel Begue <mab974@gmail.com> 2.6.0-3.sme |
* Sat Nov 14 2020 Michel Begue <mab974@gmail.com> 2.6.0-3.sme |
48 |
- Move dnscache, dnscache.forwarder services to systemd [SME: 11097] |
- Move dnscache, dnscache.forwarder services to systemd [SME: 11097] |
49 |
- Create e-smith-dnscache-update event [SME: 11127] |
- Create e-smith-dnscache-update event [SME: 11127] |
473 |
%setup |
%setup |
474 |
%patch1 -p1 |
%patch1 -p1 |
475 |
%patch2 -p1 |
%patch2 -p1 |
476 |
|
%patch3 -p1 |
477 |
|
%patch4 -p1 |
478 |
|
%patch5 -p1 |
479 |
|
|
480 |
%build |
%build |
481 |
perl createlinks |
perl createlinks |