1 |
# $Id: e-smith-ldap.spec,v 1.11 2020/12/12 03:39:48 jpp Exp $ |
# $Id: e-smith-ldap.spec,v 1.14 2021/03/22 03:12:12 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 8 |
%define release 11 |
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 |
|
Patch6: e-smith-ldap-5.6.0-bz11595-ssl-template.patch |
20 |
|
|
21 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
35 |
e-smith server and gateway software - LDAP module. |
e-smith server and gateway software - LDAP module. |
36 |
|
|
37 |
%changelog |
%changelog |
38 |
|
* Sun May 30 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-11.sme |
39 |
|
- use template for ssl pem [SME: 11595] |
40 |
|
|
41 |
|
* Sun Mar 21 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-10.sme |
42 |
|
- fix ldap failing to start on initial boot [SME: 11480] |
43 |
|
|
44 |
|
* Sat Jan 02 2021 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-9.sme |
45 |
|
- fix wrong alias to ldap.init [SME: 11301] |
46 |
|
|
47 |
* Fri Dec 11 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-8.sme |
* Fri Dec 11 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-8.sme |
48 |
- add -update event [SME: 11140] |
- add -update event [SME: 11140] |
49 |
- move ldap to systemd [SME: 11099] |
- move ldap to systemd [SME: 11099] |
1041 |
%patch2 -p1 |
%patch2 -p1 |
1042 |
%patch3 -p1 |
%patch3 -p1 |
1043 |
%patch4 -p1 |
%patch4 -p1 |
1044 |
|
%patch5 -p1 |
1045 |
mkdir -p root/etc/openldap/ssl |
mkdir -p root/etc/openldap/ssl |
1046 |
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 |
1047 |
|
%patch6 -p1 |
1048 |
|
|
1049 |
%build |
%build |
1050 |
perl createlinks |
perl createlinks |