1 |
# $Id: e-smith-base.spec,v 1.46 2020/05/17 16:19:53 chrissn Exp $ |
# $Id: e-smith-base.spec,v 1.47 2020/05/23 05:31:30 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.0 |
%define version 5.8.0 |
7 |
%define release 43 |
%define release 44 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
39 |
Patch26: e-smith-base-5.8.0.bz8876-set-system-name.patch |
Patch26: e-smith-base-5.8.0.bz8876-set-system-name.patch |
40 |
Patch27: e-smith-base-5.8.0-bz9677-suid_wrapper.patch |
Patch27: e-smith-base-5.8.0-bz9677-suid_wrapper.patch |
41 |
Patch28: e-smith-base-5.8.0-enable_smartd.patch |
Patch28: e-smith-base-5.8.0-enable_smartd.patch |
42 |
|
Patch29: e-smith-base-5.8.0.bz8156.wildcard-certificate-and-subjaltname.patch |
43 |
|
|
44 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
45 |
Requires: pwauth |
Requires: pwauth |
86 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
87 |
|
|
88 |
%changelog |
%changelog |
89 |
|
* Sun May 24 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-44.sme |
90 |
|
- wildcard self-signed certificate [SME: 8156] |
91 |
|
* ip in self-signed certificate |
92 |
|
* subject altname in self-signed certificate |
93 |
|
* ability to define Country code and State using |
94 |
|
modSSL{Country} and modSSL{State} properties |
95 |
|
* /etc/openssl.conf is used now and templated for self-signed certificate |
96 |
|
|
97 |
* Sat May 23 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-43.sme |
* Sat May 23 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-43.sme |
98 |
- enable smartd for existing installation [SME: 5890] |
- enable smartd for existing installation [SME: 5890] |
99 |
|
|
1979 |
%patch26 -p1 |
%patch26 -p1 |
1980 |
%patch27 -p1 |
%patch27 -p1 |
1981 |
%patch28 -p1 |
%patch28 -p1 |
1982 |
|
%patch29 -p1 |
1983 |
|
|
1984 |
%pre |
%pre |
1985 |
/sbin/e-smith/create-system-user smelastsys 2999 \ |
/sbin/e-smith/create-system-user smelastsys 2999 \ |