/[smeserver]/rpms/e-smith-ldap/sme9/e-smith-ldap.spec
ViewVC logotype

Diff of /rpms/e-smith-ldap/sme9/e-smith-ldap.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.3 by vip-ire, Mon Feb 18 20:47:02 2013 UTC Revision 1.24 by stephdl, Fri Feb 5 15:27:06 2016 UTC
# Line 1  Line 1 
1  # $Id: e-smith-ldap.spec,v 1.2 2013/02/13 18:51:13 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 3  %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  
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
# Line 19  Requires: openldap >= 2.0.0 Line 18  Requires: openldap >= 2.0.0
18  Requires: openldap-clients  Requires: openldap-clients
19  Requires: openldap-servers  Requires: openldap-servers
20  Requires: perl(Net::LDAP)  Requires: perl(Net::LDAP)
21    Requires: db4-utils
22  Requires: e-smith-formmagick >= 1.4.0-9  Requires: e-smith-formmagick >= 1.4.0-9
23  BuildRequires: e-smith-devtools >= 1.13.1-03  BuildRequires: e-smith-devtools >= 1.13.1-03
24  AutoReqProv: no  AutoReqProv: no
# Line 27  AutoReqProv: no Line 27  AutoReqProv: no
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
37    - Hook into the new ssl-update event [SME: 9152]
38    
39    * Mon Apr 27 2015 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-19.sme
40    - Remove size limit for search result [SME: 8918]
41    
42    * Wed Feb 11 2015 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-18.sme
43    - Make pdbedit output independent from locale and timezone so it can be
44      parsed [SME: 8841]
45    
46    * Tue Nov 11 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-17.sme
47    - Symlink /etc/init.d/ldap to /usr/bin/sv [SME: 8635]
48    
49    * Tue Nov 11 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-16.sme
50    - Chown all DB files to ldap before staring slapd [SME: 8635]
51    
52    * Fri Oct 24 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-15.sme
53    - Set checkpoint in slapd.conf instead of DB_CONFIG [SME: 8621]
54    
55    * Fri Oct 24 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-14.sme
56    - Stop ldap on shutdown (rc0 and rc6) [SME: 8611]
57    
58    * Fri Oct 24 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-13.sme
59    - Don't overwrite the ldif dump if slapcat's output is empty
60      (code from Charlie Brady) [SME: 8621]
61    
62    * Fri Oct 24 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-12.sme
63    - Run db_recover on startup [SME: 8622]
64    
65    * Fri Oct 24 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-11.sme
66    - Don't wipe LDAP DB when the ldif dump is empty [SME: 8619]
67    
68    * Wed Nov 13 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-10.sme
69    - Adjust slapd ACL [SME: 8000]
70    
71    * Sat Mar 9 2013 Shad L. Lords <slords@mail.com> 5.4.0-9.sme
72    - Add dummy unused file to slapd.d to prevent openldap-servers
73      post script from running [SME: 7258]
74    
75    * Mon Feb 25 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-8.sme
76    - Use db_archive to remove unused BDB log files [SME: 7403]
77    
78    * Sun Feb 24 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-7.sme
79    - Wait for slapd to be ready before running bootstrap-ldap-save [SME: 7395]
80    
81    * Fri Feb 22 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-6.sme
82    - Do not remove slapd.d, just make sure it's empty [SME: 7258]
83    
84    * Thu Feb 21 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-5.sme
85    - Make sure slapd uses slapd.conf instead of slapd.d [SME: 7258]
86    
87    * Tue Feb 19 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-4.sme
88    - Remove now unneeded and out of scope schemacheck directive [SME: 7260]
89    
90  * Mon Feb 18 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-3.sme  * Mon Feb 18 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-3.sme
91  - Stop trying to load autofs.schema [SME: 7259]  - Stop trying to load autofs.schema [SME: 7259]
92    
# Line 929  e-smith server and gateway software - LD Line 989  e-smith server and gateway software - LD
989    
990  %prep  %prep
991  %setup  %setup
 %patch1 -p1  
992    
993  %build  %build
994  perl createlinks  perl createlinks


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed