1 |
# $Id: e-smith-ldap.spec,v 1.11 2020/12/12 03:39:48 jpp Exp $ |
# $Id: e-smith-ldap.spec,v 1.18 2022/02/19 04:41:21 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 15 |
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 |
|
Patch7: e-smith-ldap-5.6.0-bz11598.patch |
21 |
|
Patch8: e-smith-ldap-5.6.0-bz11745-log.patch |
22 |
|
Patch9: e-smith-ldap-5.6.0-bz11753-ldif-fix.patch |
23 |
|
|
24 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
25 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
38 |
e-smith server and gateway software - LDAP module. |
e-smith server and gateway software - LDAP module. |
39 |
|
|
40 |
%changelog |
%changelog |
41 |
|
* Sun Apr 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-15.sme |
42 |
|
- add support or rsshusers system group [SME: 11753] |
43 |
|
|
44 |
|
* Fri Feb 18 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-14.sme |
45 |
|
- redirect syslog for ldapt to /var/log/ldap/ldap.log [SME: 11745] |
46 |
|
|
47 |
|
* Wed Jun 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-13.sme |
48 |
|
- fix ssl-update reload instead of restart ldap [SME: 11598] |
49 |
|
|
50 |
|
* Thu Jun 03 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-12.sme |
51 |
|
- fix wrong path for templates.metadata [SME: 11595] |
52 |
|
|
53 |
|
* Sun May 30 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-11.sme |
54 |
|
- use template for ssl pem [SME: 11595] |
55 |
|
|
56 |
|
* Sun Mar 21 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-10.sme |
57 |
|
- fix ldap failing to start on initial boot [SME: 11480] |
58 |
|
|
59 |
|
* Sat Jan 02 2021 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-9.sme |
60 |
|
- fix wrong alias to ldap.init [SME: 11301] |
61 |
|
|
62 |
* 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 |
63 |
- add -update event [SME: 11140] |
- add -update event [SME: 11140] |
64 |
- move ldap to systemd [SME: 11099] |
- move ldap to systemd [SME: 11099] |
1056 |
%patch2 -p1 |
%patch2 -p1 |
1057 |
%patch3 -p1 |
%patch3 -p1 |
1058 |
%patch4 -p1 |
%patch4 -p1 |
1059 |
|
%patch5 -p1 |
1060 |
mkdir -p root/etc/openldap/ssl |
mkdir -p root/etc/openldap/ssl |
1061 |
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 |
1062 |
|
%patch6 -p1 |
1063 |
|
%patch7 -p1 |
1064 |
|
%patch8 -p1 |
1065 |
|
%patch9 -p1 |
1066 |
|
|
1067 |
%build |
%build |
1068 |
perl createlinks |
perl createlinks |
1079 |
--file /var/service/ldap/finish 'attr(0750,root,root)' \ |
--file /var/service/ldap/finish 'attr(0750,root,root)' \ |
1080 |
--dir /var/log/bdb 'attr(0700,ldap,ldap)' \ |
--dir /var/log/bdb 'attr(0700,ldap,ldap)' \ |
1081 |
--dir /home/e-smith/db/ldap 'attr(0750,root,ldap)' \ |
--dir /home/e-smith/db/ldap 'attr(0750,root,ldap)' \ |
1082 |
--dir /var/log/ldap 'attr(0750,smelog,smelog)' \ |
--dir /var/log/ldap 'attr(0750,root,root)' \ |
1083 |
--dir /etc/openldap/ssl 'attr(0750,root,ldap)' \ |
--dir /etc/openldap/ssl 'attr(0750,root,ldap)' \ |
1084 |
> %{name}-%{version}-%{release}-filelist |
> %{name}-%{version}-%{release}-filelist |
1085 |
echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist |
echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist |