1 |
# $Id: e-smith-ldap.spec,v 1.22 2016/01/17 20:43:12 vip-ire Exp $ |
# $Id: e-smith-ldap.spec,v 1.25 2016/02/05 15:40:28 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.6.0 |
%define version 5.4.0 |
7 |
%define release 1 |
%define release 21 |
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 |
13 |
|
Patch1: e-smith-ldap-5.4.0-remove_autofs.patch |
14 |
|
Patch2: e-smith-ldap-5.4.0-remove_schemacheck_off.patch |
15 |
|
Patch3: e-smith-ldap-5.4.0-use_slapd.conf.patch |
16 |
|
Patch4: e-smith-ldap-5.4.0-empty_slapd.d.patch |
17 |
|
Patch5: e-smith-ldap-5.4.0-wait_slapd_initialization.patch |
18 |
|
Patch6: e-smith-ldap-5.4.0-db_archive.patch |
19 |
|
Patch7: e-smith-ldap-5.4.0-unused.patch |
20 |
|
Patch8: e-smith-ldap-5.4.0-adjust_slapd_acl.patch |
21 |
|
Patch9: e-smith-ldap-5.4.0-dont_wipe_db_when_ldif_empty.patch |
22 |
|
Patch10: e-smith-ldap-5.4.0-db_recover_on_startup.patch |
23 |
|
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 |
25 |
|
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 |
|
Patch18: e-smith-ldap-5.4.0-ssl_update.patch |
31 |
|
Patch19: e-smith-ldap-5.4.0-strong_encryption.patch |
32 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
33 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
34 |
Requires: e-smith-base |
Requires: e-smith-base |
46 |
e-smith server and gateway software - LDAP module. |
e-smith server and gateway software - LDAP module. |
47 |
|
|
48 |
%changelog |
%changelog |
49 |
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 5.6.0-1.sme |
* Thu Feb 23 2017 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-21.sme |
50 |
- Initial release to sme10 |
- Disable SSLv3, but keep the possibility to enable it again [SME: 10113] |
51 |
|
- Better default cipher suite, and honor global suite [SME: 10113] |
52 |
|
|
53 |
* 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 |
54 |
- Hook into the new ssl-update event [SME: 9152] |
- Hook into the new ssl-update event [SME: 9152] |
1006 |
|
|
1007 |
%prep |
%prep |
1008 |
%setup |
%setup |
1009 |
|
%patch1 -p1 |
1010 |
|
%patch2 -p1 |
1011 |
|
%patch3 -p1 |
1012 |
|
%patch4 -p1 |
1013 |
|
%patch5 -p1 |
1014 |
|
%patch6 -p1 |
1015 |
|
%patch7 -p1 |
1016 |
|
%patch8 -p1 |
1017 |
|
%patch9 -p1 |
1018 |
|
%patch10 -p1 |
1019 |
|
%patch11 -p1 |
1020 |
|
%patch12 -p1 |
1021 |
|
%patch13 -p1 |
1022 |
|
%patch14 -p1 |
1023 |
|
%patch15 -p1 |
1024 |
|
%patch16 -p1 |
1025 |
|
%patch17 -p1 |
1026 |
|
%patch18 -p1 |
1027 |
|
%patch19 -p1 |
1028 |
|
|
1029 |
%build |
%build |
1030 |
perl createlinks |
perl createlinks |
1050 |
|
|
1051 |
%files -f %{name}-%{version}-%{release}-filelist |
%files -f %{name}-%{version}-%{release}-filelist |
1052 |
%defattr(-,root,root) |
%defattr(-,root,root) |
1053 |
|
|