1 |
# $Id: e-smith-base.spec,v 1.114 2021/04/09 02:54:25 jpp Exp $ |
# $Id: e-smith-base.spec,v 1.115 2021/04/22 02:10:19 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 95 |
%define release 96 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
80 |
Patch67: e-smith-base-5.8.0-bz11508-remove-templates-custom-ownedbyrpm.patch |
Patch67: e-smith-base-5.8.0-bz11508-remove-templates-custom-ownedbyrpm.patch |
81 |
Patch68: e-smith-base-5.8.0-bz11537.patch |
Patch68: e-smith-base-5.8.0-bz11537.patch |
82 |
Patch69: e-smith-base-5.8.0-bz11569.patch |
Patch69: e-smith-base-5.8.0-bz11569.patch |
83 |
|
Patch70: e-smith-base-5.8.0-bz11552-renewkey.patch |
84 |
|
|
85 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
86 |
Requires: pwauth |
Requires: pwauth |
229 |
%patch67 -p1 |
%patch67 -p1 |
230 |
%patch68 -p1 |
%patch68 -p1 |
231 |
%patch69 -p1 |
%patch69 -p1 |
232 |
|
%patch70 -p1 |
233 |
|
|
234 |
%build |
%build |
235 |
|
|
335 |
|
|
336 |
|
|
337 |
%changelog |
%changelog |
338 |
|
* Tue Jun 01 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-96.sme |
339 |
|
- always renew self signed certificate [SME: 11552] |
340 |
|
update key / crt if not signed with the right key size |
341 |
|
default to self signed if custom cert and key are not files or not rigth type |
342 |
|
add perl module to help handle certificates and keys |
343 |
|
TODO: check if both key and cert are related, if not default to self signed |
344 |
|
|
345 |
* Wed Apr 21 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-95.sme |
* Wed Apr 21 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.0-95.sme |
346 |
- fix openssl.conf not generated when openldap field are empty [SME: 11569] |
- fix openssl.conf not generated when openldap field are empty [SME: 11569] |
347 |
|
|