1 |
# $Id: e-smith-tinydns.spec,v 1.2 2020/11/16 16:12:39 michel Exp $ |
# $Id: e-smith-tinydns.spec,v 1.3 2020/11/19 05:54:59 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 4 |
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 |
|
|
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
26 |
AutoReqProv: no |
AutoReqProv: no |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Mon Nov 30 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 2.6.0-4.sme |
30 |
|
- remove createlink safesymlink in /etc/rc.d/init.d [SME: 11098] |
31 |
|
|
32 |
* 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 |
33 |
- remove rc7.d link [SME: 11098] |
- remove rc7.d link [SME: 11098] |
34 |
- fix date in changelog |
- fix date in changelog |
374 |
%setup |
%setup |
375 |
%patch0 -p1 |
%patch0 -p1 |
376 |
%patch1 -p1 |
%patch1 -p1 |
377 |
|
%patch2 -p1 |
378 |
|
|
379 |
%build |
%build |
380 |
perl createlinks |
perl createlinks |