1 |
# $Id: e-smith-domains.spec,v 1.4 2021/02/26 06:00:59 jpp Exp $ |
# $Id: e-smith-domains.spec,v 1.5 2021/04/07 20:26:21 jpp Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - domains module |
Summary: e-smith server and gateway - domains module |
4 |
%define name e-smith-domains |
%define name e-smith-domains |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.6.0 |
%define version 2.6.0 |
7 |
%define release 5 |
%define release 6 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
13 |
Patch0: %{name}-%{version}-bz11128_update_event.patch |
Patch0: %{name}-%{version}-bz11128_update_event.patch |
14 |
Patch1: e-smith-domains-2.6.0-bz11391-noEncoding.patch |
Patch1: e-smith-domains-2.6.0-bz11391-noEncoding.patch |
15 |
Patch2: e-smith-domains-2.6.0-bz10115.patch |
Patch2: e-smith-domains-2.6.0-bz10115.patch |
16 |
|
Patch3: e-smith-domains-2.6.0-fix-up-borders-for-domain-table.patch |
17 |
|
|
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
30 |
e-smith server and gateway software - domains module. |
e-smith server and gateway software - domains module. |
31 |
|
|
32 |
%changelog |
%changelog |
33 |
|
* Mon Aug 07 2023 Brian Read <brianr@koozali.org> 2.6.0-6.sme |
34 |
|
-Fix borders around table of domains [SME: 12392] |
35 |
|
|
36 |
* Wed Apr 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-5.sme |
* Wed Apr 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-5.sme |
37 |
- setup dns services on domain creation and other events [SME: 10115] |
- setup dns services on domain creation and other events [SME: 10115] |
38 |
|
|
247 |
%patch0 -p1 |
%patch0 -p1 |
248 |
%patch1 -p1 |
%patch1 -p1 |
249 |
%patch2 -p1 |
%patch2 -p1 |
250 |
|
%patch3 -p1 |
251 |
|
|
252 |
%build |
%build |
253 |
LEXICONS=$(find root/etc/e-smith/web/{functions,panels/password/cgi-bin} \ |
LEXICONS=$(find root/etc/e-smith/web/{functions,panels/password/cgi-bin} \ |