1 |
# $Id: e-smith-ldap.spec,v 1.14 2021/03/22 03:12:12 jpp Exp $ |
# $Id: e-smith-ldap.spec,v 1.17 2021/06/09 15:59:48 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 11 |
%define release 14 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
Patch5: e-smith-ldap-5.6.0-bz11480-timeoutstart.patch |
19 |
Patch6: e-smith-ldap-5.6.0-bz11595-ssl-template.patch |
Patch6: e-smith-ldap-5.6.0-bz11595-ssl-template.patch |
20 |
|
Patch7: e-smith-ldap-5.6.0-bz11598.patch |
21 |
|
Patch8: e-smith-ldap-5.6.0-bz11745-log.patch |
22 |
|
|
23 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
24 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
37 |
e-smith server and gateway software - LDAP module. |
e-smith server and gateway software - LDAP module. |
38 |
|
|
39 |
%changelog |
%changelog |
40 |
|
* Fri Feb 18 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-14.sme |
41 |
|
- redirect syslog for ldapt to /var/log/ldap/ldap.log [SME: 11745] |
42 |
|
|
43 |
|
* Wed Jun 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-13.sme |
44 |
|
- fix ssl-update reload instead of restart ldap [SME: 11598] |
45 |
|
|
46 |
|
* Thu Jun 03 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-12.sme |
47 |
|
- fix wrong path for templates.metadata [SME: 11595] |
48 |
|
|
49 |
* Sun May 30 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-11.sme |
* Sun May 30 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-11.sme |
50 |
- use template for ssl pem [SME: 11595] |
- use template for ssl pem [SME: 11595] |
51 |
|
|
1056 |
mkdir -p root/etc/openldap/ssl |
mkdir -p root/etc/openldap/ssl |
1057 |
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 |
1058 |
%patch6 -p1 |
%patch6 -p1 |
1059 |
|
%patch7 -p1 |
1060 |
|
%patch8 -p1 |
1061 |
|
|
1062 |
%build |
%build |
1063 |
perl createlinks |
perl createlinks |