/[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.11 by slords, Sat Mar 9 23:32:12 2013 UTC Revision 1.20 by vip-ire, Wed Feb 11 15:44:31 2015 UTC
# Line 1  Line 1 
1  # $Id: e-smith-ldap.spec,v 1.10 2013/03/09 23:31:40 slords Exp $  # $Id: e-smith-ldap.spec,v 1.19 2014/11/11 21:50:24 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 9  %define release 18
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 17  Patch4: e-smith-ldap-5.4.0-empty_slapd.d Line 17  Patch4: e-smith-ldap-5.4.0-empty_slapd.d
17  Patch5: e-smith-ldap-5.4.0-wait_slapd_initialization.patch  Patch5: e-smith-ldap-5.4.0-wait_slapd_initialization.patch
18  Patch6: e-smith-ldap-5.4.0-db_archive.patch  Patch6: e-smith-ldap-5.4.0-db_archive.patch
19  Patch7: e-smith-ldap-5.4.0-unused.patch  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  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
30  BuildArchitectures: noarch  BuildArchitectures: noarch
31  Requires: e-smith-base  Requires: e-smith-base
# Line 34  AutoReqProv: no Line 43  AutoReqProv: no
43  e-smith server and gateway software - LDAP module.  e-smith server and gateway software - LDAP module.
44    
45  %changelog  %changelog
46    * Wed Feb 11 2015 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-18.sme
47    - Make pdbedit output independent from locale and timezone so it can be
48      parsed [SME: 8841]
49    
50    * Tue Nov 11 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-17.sme
51    - Symlink /etc/init.d/ldap to /usr/bin/sv [SME: 8635]
52    
53    * Tue Nov 11 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-16.sme
54    - Chown all DB files to ldap before staring slapd [SME: 8635]
55    
56    * Fri Oct 24 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-15.sme
57    - Set checkpoint in slapd.conf instead of DB_CONFIG [SME: 8621]
58    
59    * Fri Oct 24 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-14.sme
60    - Stop ldap on shutdown (rc0 and rc6) [SME: 8611]
61    
62    * Fri Oct 24 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-13.sme
63    - Don't overwrite the ldif dump if slapcat's output is empty
64      (code from Charlie Brady) [SME: 8621]
65    
66    * Fri Oct 24 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-12.sme
67    - Run db_recover on startup [SME: 8622]
68    
69    * Fri Oct 24 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-11.sme
70    - Don't wipe LDAP DB when the ldif dump is empty [SME: 8619]
71    
72    * Wed Nov 13 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-10.sme
73    - Adjust slapd ACL [SME: 8000]
74    
75  * Sat Mar 9 2013 Shad L. Lords <slords@mail.com> 5.4.0-9.sme  * Sat Mar 9 2013 Shad L. Lords <slords@mail.com> 5.4.0-9.sme
76  - Add dummy unused file to slapd.d to prevent openldap-servers  - Add dummy unused file to slapd.d to prevent openldap-servers
77    post script from running [SME: 7258]    post script from running [SME: 7258]
# Line 962  e-smith server and gateway software - LD Line 1000  e-smith server and gateway software - LD
1000  %patch5 -p1  %patch5 -p1
1001  %patch6 -p1  %patch6 -p1
1002  %patch7 -p1  %patch7 -p1
1003    %patch8 -p1
1004    %patch9 -p1
1005    %patch10 -p1
1006    %patch11 -p1
1007    %patch12 -p1
1008    %patch13 -p1
1009    %patch14 -p1
1010    %patch15 -p1
1011    %patch16 -p1
1012    
1013  %build  %build
1014  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