1 |
# $Id: e-smith-ldap.spec,v 1.13 2014/10/24 07:15:04 vip-ire Exp $ |
# $Id: e-smith-ldap.spec,v 1.22 2016/01/17 20:43:12 vip-ire 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.4.0 |
%define version 5.6.0 |
7 |
%define release 12 |
%define release 1 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
|
Patch1: e-smith-ldap-5.4.0-remove_autofs.patch |
|
|
Patch2: e-smith-ldap-5.4.0-remove_schemacheck_off.patch |
|
|
Patch3: e-smith-ldap-5.4.0-use_slapd.conf.patch |
|
|
Patch4: e-smith-ldap-5.4.0-empty_slapd.d.patch |
|
|
Patch5: e-smith-ldap-5.4.0-wait_slapd_initialization.patch |
|
|
Patch6: e-smith-ldap-5.4.0-db_archive.patch |
|
|
Patch7: e-smith-ldap-5.4.0-unused.patch |
|
|
Patch8: e-smith-ldap-5.4.0-adjust_slapd_acl.patch |
|
|
Patch9: e-smith-ldap-5.4.0-dont_wipe_db_when_ldif_empty.patch |
|
|
Patch10: e-smith-ldap-5.4.0-db_recover_on_startup.patch |
|
13 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
15 |
Requires: e-smith-base |
Requires: e-smith-base |
27 |
e-smith server and gateway software - LDAP module. |
e-smith server and gateway software - LDAP module. |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 5.6.0-1.sme |
31 |
|
- Initial release to sme10 |
32 |
|
|
33 |
|
* Sun Jan 17 2016 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-20.sme |
34 |
|
- Hook into the new ssl-update event [SME: 9152] |
35 |
|
|
36 |
|
* Mon Apr 27 2015 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-19.sme |
37 |
|
- Remove size limit for search result [SME: 8918] |
38 |
|
|
39 |
|
* Wed Feb 11 2015 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-18.sme |
40 |
|
- Make pdbedit output independent from locale and timezone so it can be |
41 |
|
parsed [SME: 8841] |
42 |
|
|
43 |
|
* Tue Nov 11 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-17.sme |
44 |
|
- Symlink /etc/init.d/ldap to /usr/bin/sv [SME: 8635] |
45 |
|
|
46 |
|
* Tue Nov 11 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-16.sme |
47 |
|
- Chown all DB files to ldap before staring slapd [SME: 8635] |
48 |
|
|
49 |
|
* Fri Oct 24 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-15.sme |
50 |
|
- Set checkpoint in slapd.conf instead of DB_CONFIG [SME: 8621] |
51 |
|
|
52 |
|
* Fri Oct 24 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-14.sme |
53 |
|
- Stop ldap on shutdown (rc0 and rc6) [SME: 8611] |
54 |
|
|
55 |
|
* Fri Oct 24 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-13.sme |
56 |
|
- Don't overwrite the ldif dump if slapcat's output is empty |
57 |
|
(code from Charlie Brady) [SME: 8621] |
58 |
|
|
59 |
* Fri Oct 24 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-12.sme |
* Fri Oct 24 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-12.sme |
60 |
- Run db_recover on startup [SME: 8622] |
- Run db_recover on startup [SME: 8622] |
61 |
|
|
986 |
|
|
987 |
%prep |
%prep |
988 |
%setup |
%setup |
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
|
%patch7 -p1 |
|
|
%patch8 -p1 |
|
|
%patch9 -p1 |
|
|
%patch10 -p1 |
|
989 |
|
|
990 |
%build |
%build |
991 |
perl createlinks |
perl createlinks |