1 |
# $Id: e-smith-base.spec,v 1.119 2021/06/04 14:48:44 jpp Exp $ |
# $Id: e-smith-base.spec,v 1.120 2021/06/06 20:34:02 jpp Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - base module |
Summary: e-smith server and gateway - base module |
4 |
%define name e-smith-base |
%define name e-smith-base |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 5.8.1 |
%define version 5.8.1 |
7 |
%define release 0 |
%define release 1 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch0: e-smith-base-5.8.1-bz11624-altdomains.patch |
14 |
|
|
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
Requires: pwauth |
Requires: pwauth |
70 |
|
|
71 |
%prep |
%prep |
72 |
%setup |
%setup |
73 |
#%patch0 -p1 |
%patch0 -p1 |
74 |
#%patch1 -p1 |
#%patch1 -p1 |
75 |
#%patch2 -p1 |
#%patch2 -p1 |
76 |
|
|
178 |
|
|
179 |
|
|
180 |
%changelog |
%changelog |
181 |
|
* Sun Jun 06 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-1.sme |
182 |
|
- add local domains in self signed cert alt subjects [SME: 11624] |
183 |
|
add local hosts in self signed cert alt subjects |
184 |
|
modSSL property to disable hosts domains addition : AddDomains AddHosts |
185 |
|
default is enabled when empty |
186 |
|
|
187 |
* Fri Jun 04 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-99.sme |
* Fri Jun 04 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-99.sme |
188 |
- fix missing export [SME: 11620] |
- fix missing export [SME: 11620] |
189 |
|
|