/[smeserver]/rpms/e-smith-base+ldap/sme7/e-smith-base+ldap.spec
ViewVC logotype

Diff of /rpms/e-smith-base+ldap/sme7/e-smith-base+ldap.spec

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

Revision 1.1 by slords, Mon Mar 31 17:41:30 2008 UTC Revision 1.9 by slords, Tue Apr 22 21:32:15 2008 UTC
# Line 2  Summary: e-smith server and gateway - ba Line 2  Summary: e-smith server and gateway - ba
2  %define name e-smith-base+ldap  %define name e-smith-base+ldap
3  Name: %{name}  Name: %{name}
4  %define version 4.19.1  %define version 4.19.1
5  %define release 1  %define release 12
6  Version: %{version}  Version: %{version}
7  Release: %{release}%{?dist}  Release: %{release}%{?dist}
8  License: GPL  License: GPL
# Line 10  Group: Networking/Daemons Line 10  Group: Networking/Daemons
10  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
11  Patch1: e-smith-base+ldap-4.19.1-ldap.patch  Patch1: e-smith-base+ldap-4.19.1-ldap.patch
12  Patch2: e-smith-base-4.18.1-insertmode.patch  Patch2: e-smith-base-4.18.1-insertmode.patch
13    Patch3: e-smith-base+ldap-4.19.1-freebusy.patch
14    Patch4: e-smith-base-4.18.1-frames.patch
15    Patch5: e-smith-base+ldap-4.19.1-convert_ldap-init-accounts_to_template.patch
16    Patch6: e-smith-base+ldap-4.19.1-nss_policy-post_install-ssl_fix.patch
17    Patch7: e-smith-base-4.18.1-quitconsole.patch
18    Patch8: e-smith-base-4.18.1-freebusy.patch2
19    Patch9: e-smith-base+ldap-4.19.1-ldap_fixes.patch
20    Patch10: e-smith-base+ldap-4.19.1-import_fixes.patch
21    Patch11: e-smith-base-4.18.1-dateManip.patch
22  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
23  Requires: mod_auth_external  Requires: mod_auth_external
24  Requires: e-smith-lib >= 1.18.0-19  Requires: e-smith-lib >= 1.18.0-19
# Line 43  Obsoletes: e-smith-serial-console Line 52  Obsoletes: e-smith-serial-console
52  Obsoletes: sshell  Obsoletes: sshell
53  Obsoletes: e-smith-rp-pppoe  Obsoletes: e-smith-rp-pppoe
54  Obsoletes: e-smith-base  Obsoletes: e-smith-base
55  Provides: e-smith-base = 4.18.1-4  Provides: e-smith-base = 4.18.1-5
56  Obsoletes: e-smith-ldap  Obsoletes: e-smith-ldap
57  Provides: e-smith-ldap  Provides: e-smith-ldap = 4.12.0-9
58  Requires: nss_ldap  Requires: nss_ldap
59  Requires: e-smith-samba+ldap  Requires: e-smith-samba+ldap
60  Requires: cpu  Requires: cpu
# Line 66  AutoReqProv: no Line 75  AutoReqProv: no
75  e-smith server and gateway software - base module.  e-smith server and gateway software - base module.
76    
77  %changelog  %changelog
78    * Tue Apr 22 2008 Shad L. Lords <slords@mail.com> 4.19.1-12
79    - Remove use of Date::Manip from ssl.crt [SME: 3155]
80    
81    * Tue Apr 22 2008 Daniel B. <daniel@firewall-services.com> 4.19.1-11
82    - Import samba information in ldap (for users)
83    - Import samba machine accounts
84    
85    * Tue Apr 22 2008 Daniel B. <daniel@firewall-services.com> 4.19.1-10
86    - Updated samba.schema (necessary for substr search on sambaSID)
87    - configured salpd to use md5crypt as hash
88    - configure ldap.conf to use exop as hash (negociated with ldap server => md5crypt)
89    - ACL for sambaLMPassword and sambaNTPassword
90    - Allow unix account lookup in ou=Computers (for machine accounts)
91    - Remove warnings in ldap.conf template
92    
93    * Sat Apr 19 2008 Shad L. Lords <slords@mail.com> 4.19.1-9
94    - Fix FreeBusy param when disabled [SME: 1806]
95    - Remove .orig file [SME: 4228]
96    
97    * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.19.1-8
98    - Remove quitConsole from menu [SME: 4154]
99    
100    * Wed Apr 2 2008 Sebastien F. <sebast@firewall-services.com> 4.19.1-7
101    - Really fix free/busy in usermanager [SME: 4157]
102    
103    * Wed Apr 2 2008 Sebastien F. <sebast@firewall-services.com> 4.19.1-6
104    - Set nss "bind_policy" to "soft" to be able to access to
105      /etc/{passwd,groups,shadow} informations when ldap is down.
106    - Set /etc/openldap/ldap.conf host to "localhost" and remove unnecessary
107      use of SSL. [SME: 1543].
108    - Cleanly handle need of ldap directory generation after e-smith-base+ldap
109      package: add prop "generateDb" to ldap key and modify /var/service/ldap/run.
110    
111    * Wed Apr 2 2008 Sebastien F. <sebast@firewall-services.com> 4.19.1-5
112    - Convert ldap-init-accounts action to /home/e-smith/db/ldap/ldif template
113      [SME: 3439].
114    - New template is able to import after package install sme accounts from
115      /etc/{passwd,group,shadow} files to ldap directory.
116    
117    * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.19.1-4
118    - Use frames in elinks [SME: 4156]
119    - Set homepage for elinks [SME: 4160]
120    
121    * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.19.1-3
122    - Fix free/busy field in useraccounts [SME: 4157]
123    
124    * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.19.1-2
125    - Add free/busy URL entry to help kronolith contribs [SME: 1806]
126    
127  * Mon Mar 31 2008 Shad L. Lords <slords@mail.com> 4.19.1-1  * Mon Mar 31 2008 Shad L. Lords <slords@mail.com> 4.19.1-1
128  - Re-base off of e-smith-base-1.18.1 & e-smith-ldap-4.12.0  - Re-base off of e-smith-base-1.18.1 & e-smith-ldap-4.12.0
129  - Roll to development stream numbering  - Roll to development stream numbering
# Line 1068  e-smith server and gateway software - ba Line 1126  e-smith server and gateway software - ba
1126  %if "%{?rhel}" == "5"  %if "%{?rhel}" == "5"
1127  %patch2 -p1  %patch2 -p1
1128  %endif  %endif
1129    %patch3 -p1
1130    %patch4 -p1
1131    %patch5 -p1
1132    %patch6 -p1
1133    %patch7 -p1
1134    %patch8 -p1
1135    %patch9 -p1
1136    %patch10 -p1
1137    %patch11 -p1
1138    
1139  %pre  %pre
1140  if [ -d /etc/e-smith/locale/fr-ca -a ! -L /etc/e-smith/locale/fr-ca ]  if [ -d /etc/e-smith/locale/fr-ca -a ! -L /etc/e-smith/locale/fr-ca ]


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