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

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

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

Revision 1.61 by vip-ire, Wed Oct 13 17:23:04 2010 UTC Revision 1.67 by slords, Sat Oct 30 00:34:57 2010 UTC
# Line 1  Line 1 
1  # $Id: e-smith-ldap.spec,v 1.60 2010/10/11 21:49:33 vip-ire Exp $  # $Id: e-smith-ldap.spec,v 1.66 2010/10/28 07:39:37 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.2.0  %define version 5.2.0
7  %define release 49  %define release 55
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 57  Patch43: e-smith-ldap-5.2.0-fix_anonymou Line 57  Patch43: e-smith-ldap-5.2.0-fix_anonymou
57  Patch44: e-smith-ldap-5.2.0-link_ldap_update.patch  Patch44: e-smith-ldap-5.2.0-link_ldap_update.patch
58  Patch45: e-smith-ldap-5.2.0-update_group_membership_on_delete.patch  Patch45: e-smith-ldap-5.2.0-update_group_membership_on_delete.patch
59  Patch46: e-smith-ldap-5.2.0-ldap_update_later.patch  Patch46: e-smith-ldap-5.2.0-ldap_update_later.patch
60    Patch47: e-smith-ldap-5.2.0-allow_authenticated_users_to_read_attrs.patch
61    Patch48: e-smith-ldap-5.2.0-add_nobody_and_shared_in_ldap.patch
62    Patch49: e-smith-ldap-5.2.0-fix_nobody_and_shared_group.patch
63    Patch50: e-smith-ldap-5.2.0-add_www_move_nobody.patch
64    Patch51: e-smith-ldap-5.2.0-fix_ldap_update.patch
65    Patch52: e-smith-ldap-5.2.0-ldap-init-script.patch
66  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
67  BuildArchitectures: noarch  BuildArchitectures: noarch
68  Requires: e-smith-base  Requires: e-smith-base
69  Requires: e-smith-lib >= 1.15.1-16  Requires: e-smith-lib >= 1.15.1-16
70  Requires: openldap >= 2.0.0, perl(Net::LDAP)  Requires: openldap >= 2.0.0
71    Requires: openldap-clients
72    Requires: perl(Net::LDAP)
73  Requires: e-smith-formmagick >= 1.4.0-9  Requires: e-smith-formmagick >= 1.4.0-9
74  BuildRequires: e-smith-devtools >= 1.13.1-03  BuildRequires: e-smith-devtools >= 1.13.1-03
75  AutoReqProv: no  AutoReqProv: no
# Line 70  AutoReqProv: no Line 78  AutoReqProv: no
78  e-smith server and gateway software - LDAP module.  e-smith server and gateway software - LDAP module.
79    
80  %changelog  %changelog
81    * Fri Oct 29 2010 Shad L. Lords <slords@mail.com> 5.2.0-55.sme
82    - Add ldap.init script to allow update on reconfig/reboot [SME: 6231]
83    
84    * Thu Oct 28 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-54.sme
85    - Fix minor errors in ldap-update [SME: 6312]
86    
87    * Wed Oct 27 2010 Shad L. Lords <slords@mail.com> 5.2.0-53.sme
88    - Add www user/group to ldap [SME: 6312]
89    
90    * Wed Oct 27 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-52.sme
91    - Fixes for nobody and shared groups [SME: 6310]
92    
93    * Wed Oct 27 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-51.sme
94    - Add nobody and shared groups in LDAP [SME: 6310]
95    
96    * Thu Oct 14 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-50.sme
97    - Allow authenticated users to read posixAccount and shadowAccount attrs [SME: 6254]
98    
99  * Wed Oct 13 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-49.sme  * Wed Oct 13 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-49.sme
100  - call ldap-update later during group and user creation [SME: 6284]  - call ldap-update later during group and user creation [SME: 6284]
101    
# Line 920  e-smith server and gateway software - LD Line 946  e-smith server and gateway software - LD
946  %patch44 -p1  %patch44 -p1
947  %patch45 -p1  %patch45 -p1
948  %patch46 -p1  %patch46 -p1
949    %patch47 -p1
950    %patch48 -p1
951    %patch49 -p1
952    %patch50 -p1
953    %patch51 -p1
954    %patch52 -p1
955    
956  %build  %build
957  mkdir -p root/etc/e-smith/tests  mkdir -p root/etc/e-smith/tests
958  perl createlinks  perl createlinks
959  mkdir -p root/etc/rc.d/rc7.d  mkdir -p root/etc/rc.d/rc7.d
960  ln -s /etc/rc.d/init.d/e-smith-service root/etc/rc.d/rc7.d/S80ldap  ln -s /etc/rc.d/init.d/e-smith-service root/etc/rc.d/rc7.d/S77ldap
961  mkdir -p root/home/e-smith/db/ldap  mkdir -p root/home/e-smith/db/ldap
962    
963  mkdir -p root/etc/rc.d/init.d/supervise  mkdir -p root/etc/rc.d/init.d/supervise
# Line 938  touch root/var/service/ldap/down Line 970  touch root/var/service/ldap/down
970  mkdir -p root/var/log/bdb  mkdir -p root/var/log/bdb
971  mkdir -p root/var/log/ldap  mkdir -p root/var/log/ldap
972  mkdir -p root/var/service/ldap/ssl  mkdir -p root/var/service/ldap/ssl
973    mkdir -p root/etc/e-smith/ldap/init
974    
975  %install  %install
976  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT


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