1 |
# $Id: e-smith-dnscache.spec,v 1.6 2020/12/04 03:31:20 jpp Exp $ |
# $Id: e-smith-dnscache.spec,v 1.7 2020/12/04 05:17:52 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 7 |
%define release 8 |
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 |
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 |
|
* Thu Dec 10 2020 Michel Begue <mab974@gmail.com> 2.6.0-12.sme |
31 |
|
- add Requires=runit.service (dnscache & dnscache.forwarder) [SME: 11245] |
32 |
|
|
33 |
* Thu Dec 03 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-7.sme |
* Thu Dec 03 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-7.sme |
34 |
- execute systemd-reload before service adjust in events [SME: 11228] |
- execute systemd-reload before service adjust in events [SME: 11228] |
35 |
- remove S95reset-unsavedflag [SME: 11229] |
- remove S95reset-unsavedflag [SME: 11229] |
472 |
%patch2 -p1 |
%patch2 -p1 |
473 |
%patch3 -p1 |
%patch3 -p1 |
474 |
%patch4 -p1 |
%patch4 -p1 |
475 |
|
%patch5 -p1 |
476 |
|
|
477 |
%build |
%build |
478 |
perl createlinks |
perl createlinks |