1 |
# $Id: e-smith-tinydns.spec,v 1.2 2020/11/16 16:12:39 michel Exp $ |
# $Id: e-smith-tinydns.spec,v 1.7 2020/12/10 09:33:57 michel Exp $ |
2 |
|
|
3 |
Summary: e-smith module to configure tinydns |
Summary: e-smith module to configure tinydns |
4 |
%define name e-smith-tinydns |
%define name e-smith-tinydns |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.6.0 |
%define version 2.6.0 |
7 |
%define release 3 |
%define release 8 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
Patch0: %{name}-%{version}-bz11098_systemd.patch |
Patch0: %{name}-%{version}-bz11098_systemd.patch |
14 |
Patch1: %{name}-%{version}-rc7_link-rpm_update.patch |
Patch1: %{name}-%{version}-rc7_link-rpm_update.patch |
15 |
|
Patch2: %{name}-%{version}-bz11098_remove_safelink.patch |
16 |
|
Patch3: e-smith-tinydns-2.6.0-bz11229.patch |
17 |
|
Patch4: %{name}-%{version}-bz11245_runit_required.patch |
18 |
|
|
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
28 |
AutoReqProv: no |
AutoReqProv: no |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Fri Feb 12 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme |
32 |
|
- remove /usr/lib/systemd/system-preset/80-koozali-tinydns.preset [SME: 10958] |
33 |
|
|
34 |
|
* Thu Dec 10 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-7.sme |
35 |
|
- Add 'Requires=runit.service' [SME: 11245] |
36 |
|
|
37 |
|
* Thu Dec 03 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-6.sme |
38 |
|
- remove S95reset-unsavedflag [SME: 11229] |
39 |
|
|
40 |
|
* Thu Dec 03 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme |
41 |
|
- execute systemd-reload before service adjust in events [SME: 11228] |
42 |
|
|
43 |
|
* Mon Nov 30 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 2.6.0-4.sme |
44 |
|
- remove createlink safesymlink in /etc/rc.d/init.d [SME: 11098] |
45 |
|
|
46 |
* Thu Nov 19 2020 Michel Begue <mab974@gmail.com> 2.6.0-3.sme |
* Thu Nov 19 2020 Michel Begue <mab974@gmail.com> 2.6.0-3.sme |
47 |
- remove rc7.d link [SME: 11098] |
- remove rc7.d link [SME: 11098] |
48 |
- fix date in changelog |
- fix date in changelog |
388 |
%setup |
%setup |
389 |
%patch0 -p1 |
%patch0 -p1 |
390 |
%patch1 -p1 |
%patch1 -p1 |
391 |
|
%patch2 -p1 |
392 |
|
%patch3 -p1 |
393 |
|
%patch4 -p1 |
394 |
|
|
395 |
%build |
%build |
396 |
perl createlinks |
perl createlinks |