1 |
# $Id: e-smith-ldap.spec,v 1.12 2020/12/12 03:42:54 jpp Exp $ |
# $Id: e-smith-ldap.spec,v 1.13 2021/01/03 04:59:11 jpp Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - LDAP module |
Summary: e-smith server and gateway - LDAP module |
4 |
%define name e-smith-ldap |
%define name e-smith-ldap |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 5.6.0 |
%define version 5.6.0 |
7 |
%define release 9 |
%define release 10 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
15 |
Patch2: e-smith-ldap-5.6.0-strong_encryption.patch |
Patch2: e-smith-ldap-5.6.0-strong_encryption.patch |
16 |
Patch3: e-smith-ldap-5.6.0-bz10936-TLS-and-ciphers.patch |
Patch3: e-smith-ldap-5.6.0-bz10936-TLS-and-ciphers.patch |
17 |
Patch4: e-smith-ldap-5.6.0-bz11140-bz11099-bz11096-systemd-update.patch |
Patch4: e-smith-ldap-5.6.0-bz11140-bz11099-bz11096-systemd-update.patch |
18 |
|
Patch5: e-smith-ldap-5.6.0-bz11480-timeoutstart.patch |
19 |
|
|
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
34 |
e-smith server and gateway software - LDAP module. |
e-smith server and gateway software - LDAP module. |
35 |
|
|
36 |
%changelog |
%changelog |
37 |
|
* Sun Mar 21 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-10.sme |
38 |
|
- fix ldap failing to start on initial boot [SME: 11480] |
39 |
|
|
40 |
* Sat Jan 02 2021 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-9.sme |
* Sat Jan 02 2021 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-9.sme |
41 |
- fix wrong alias to ldap.init [SME: 11301] |
- fix wrong alias to ldap.init [SME: 11301] |
42 |
|
|
1037 |
%patch2 -p1 |
%patch2 -p1 |
1038 |
%patch3 -p1 |
%patch3 -p1 |
1039 |
%patch4 -p1 |
%patch4 -p1 |
1040 |
|
%patch5 -p1 |
1041 |
|
|
1042 |
mkdir -p root/etc/openldap/ssl |
mkdir -p root/etc/openldap/ssl |
1043 |
rm -rf root/service root/var/service root/etc/rc.d/init.d/supervise |
rm -rf root/service root/var/service root/etc/rc.d/init.d/supervise |