1 |
# $Id: e-smith-ldap.spec,v 1.21 2015/04/27 16:45:09 vip-ire Exp $ |
# $Id: e-smith-ldap.spec,v 1.23 2016/02/05 15:05:07 stephdl 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.8.0 |
7 |
%define release 20 |
%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 |
|
|
Patch11: e-smith-ldap-5.4.0-dont_overwrite_ldif_with_empty.patch |
|
|
Patch12: e-smith-ldap-5.4.0-stop_ldap_on_shutdown.patch |
|
|
Patch13: e-smith-ldap-5.4.0-checkpoint_in_slapd_conf.patch |
|
|
Patch14: e-smith-ldap-5.4.0-chown_db_files.patch |
|
|
Patch15: e-smith-ldap-5.4.0-symlink_init_to_sv.patch |
|
|
Patch16: e-smith-ldap-5.4.0-pdbedit_lang_and_tz_independent.patch |
|
|
Patch17: e-smith-ldap-5.4.0-sizelimit_unlimited.patch |
|
|
Patch18: e-smith-ldap-5.4.0-ssl_update.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.8.0-1.sme |
31 |
|
- Initial release to sme10 |
32 |
|
|
33 |
|
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 5.6.0-1.sme |
34 |
|
- Initial release to sme10 |
35 |
|
|
36 |
* Sun Jan 17 2016 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-20.sme |
* Sun Jan 17 2016 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-20.sme |
37 |
- Hook into the new ssl-update event [SME: 9152] |
- Hook into the new ssl-update event [SME: 9152] |
38 |
|
|
989 |
|
|
990 |
%prep |
%prep |
991 |
%setup |
%setup |
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
|
%patch7 -p1 |
|
|
%patch8 -p1 |
|
|
%patch9 -p1 |
|
|
%patch10 -p1 |
|
|
%patch11 -p1 |
|
|
%patch12 -p1 |
|
|
%patch13 -p1 |
|
|
%patch14 -p1 |
|
|
%patch15 -p1 |
|
|
%patch16 -p1 |
|
|
%patch17 -p1 |
|
|
%patch18 -p1 |
|
992 |
|
|
993 |
%build |
%build |
994 |
perl createlinks |
perl createlinks |