1 |
# $Id: e-smith-ldap.spec,v 1.17 2014/10/24 10:26:16 vip-ire Exp $ |
# $Id: e-smith-ldap.spec,v 1.18 2014/11/11 01:03:05 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 16 |
%define release 17 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
29 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
30 |
Requires: e-smith-base |
Requires: e-smith-base |
42 |
e-smith server and gateway software - LDAP module. |
e-smith server and gateway software - LDAP module. |
43 |
|
|
44 |
%changelog |
%changelog |
45 |
|
* Tue Nov 11 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-17.sme |
46 |
|
- Symlink /etc/init.d/ldap to /usr/bin/sv [SME: 8635] |
47 |
|
|
48 |
* Tue Nov 11 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-16.sme |
* Tue Nov 11 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-16.sme |
49 |
- Chown all DB files to ldap before staring slapd [SME: 8635] |
- Chown all DB files to ldap before staring slapd [SME: 8635] |
50 |
|
|
1002 |
%patch12 -p1 |
%patch12 -p1 |
1003 |
%patch13 -p1 |
%patch13 -p1 |
1004 |
%patch14 -p1 |
%patch14 -p1 |
1005 |
|
%patch15 -p1 |
1006 |
|
|
1007 |
%build |
%build |
1008 |
perl createlinks |
perl createlinks |