1 |
# $Id: e-smith-ldap.spec,v 1.16 2014/10/24 08:18:00 vip-ire Exp $ |
# $Id: e-smith-ldap.spec,v 1.20 2015/02/11 15:44:31 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.4.0 |
7 |
%define release 15 |
%define release 19 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
23 |
Patch11: e-smith-ldap-5.4.0-dont_overwrite_ldif_with_empty.patch |
Patch11: e-smith-ldap-5.4.0-dont_overwrite_ldif_with_empty.patch |
24 |
Patch12: e-smith-ldap-5.4.0-stop_ldap_on_shutdown.patch |
Patch12: e-smith-ldap-5.4.0-stop_ldap_on_shutdown.patch |
25 |
Patch13: e-smith-ldap-5.4.0-checkpoint_in_slapd_conf.patch |
Patch13: e-smith-ldap-5.4.0-checkpoint_in_slapd_conf.patch |
26 |
|
Patch14: e-smith-ldap-5.4.0-chown_db_files.patch |
27 |
|
Patch15: e-smith-ldap-5.4.0-symlink_init_to_sv.patch |
28 |
|
Patch16: e-smith-ldap-5.4.0-pdbedit_lang_and_tz_independent.patch |
29 |
|
Patch17: e-smith-ldap-5.4.0-sizelimit_unlimited.patch |
30 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
31 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
32 |
Requires: e-smith-base |
Requires: e-smith-base |
44 |
e-smith server and gateway software - LDAP module. |
e-smith server and gateway software - LDAP module. |
45 |
|
|
46 |
%changelog |
%changelog |
47 |
|
* Mon Apr 27 2015 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-19.sme |
48 |
|
- Remove size limit for search result [SME: 8918] |
49 |
|
|
50 |
|
* Wed Feb 11 2015 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-18.sme |
51 |
|
- Make pdbedit output independent from locale and timezone so it can be |
52 |
|
parsed [SME: 8841] |
53 |
|
|
54 |
|
* Tue Nov 11 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-17.sme |
55 |
|
- Symlink /etc/init.d/ldap to /usr/bin/sv [SME: 8635] |
56 |
|
|
57 |
|
* Tue Nov 11 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-16.sme |
58 |
|
- Chown all DB files to ldap before staring slapd [SME: 8635] |
59 |
|
|
60 |
* Fri Oct 24 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-15.sme |
* Fri Oct 24 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-15.sme |
61 |
- Set checkpoint in slapd.conf instead of DB_CONFIG [SME: 8621] |
- Set checkpoint in slapd.conf instead of DB_CONFIG [SME: 8621] |
62 |
|
|
1010 |
%patch11 -p1 |
%patch11 -p1 |
1011 |
%patch12 -p1 |
%patch12 -p1 |
1012 |
%patch13 -p1 |
%patch13 -p1 |
1013 |
|
%patch14 -p1 |
1014 |
|
%patch15 -p1 |
1015 |
|
%patch16 -p1 |
1016 |
|
%patch17 -p1 |
1017 |
|
|
1018 |
%build |
%build |
1019 |
perl createlinks |
perl createlinks |