/[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.2 by slords, Tue Apr 1 16:58:45 2008 UTC Revision 1.16 by bytegw, Wed Jul 23 18:11:57 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 2  %define release 18
6  Version: %{version}  Version: %{version}
7  Release: %{release}%{?dist}  Release: %{release}%{?dist}
8  License: GPL  License: GPL
# Line 11  Source: %{name}-%{version}.tar.gz Line 11  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  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    Patch12: e-smith-base-4.18.1-ethernetlist.patch
23    Patch13: e-smith-base-4.18.1-add2general.patch
24    Patch14: e-smith-base+ldap-4.19.1-change_domain_name.patch
25    Patch15: e-smith-base+ldap-4.19.1-freebusy.patch2
26    Patch16: e-smith-base+ldap-4.19.1-add2general.patch
27    Patch17: e-smith-base+ldap-4.19.1-get_raid_details_cciss.patch
28  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
29  Requires: mod_auth_external  Requires: mod_auth_external
30  Requires: e-smith-lib >= 1.18.0-19  Requires: e-smith-lib >= 1.18.0-19
31  Requires: server-manager-images, server-manager  Requires: server-manager-images, server-manager
32  Requires: e-smith-formmagick >= 1.4.0-9  Requires: e-smith-formmagick >= 1.4.0-12
33  Requires: initscripts >= 6.67-1es17  Requires: initscripts >= 6.67-1es17
34  Requires: e-smith-daemontools >= 1.7.1-04  Requires: e-smith-daemontools >= 1.7.1-04
35  Requires: perl(Locale::gettext)  Requires: perl(Locale::gettext)
# Line 67  AutoReqProv: no Line 81  AutoReqProv: no
81  e-smith server and gateway software - base module.  e-smith server and gateway software - base module.
82    
83  %changelog  %changelog
84    * Wed Jul 23 2008 Gavin Weight <gweight@gmail.com> 4.19.1-18
85    - Add regex to support cciss device names in manageRAID.pl. [SME: 4455]
86    
87    * Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-17
88    - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
89    
90    * Thu May 14 2008 Daniel B. <daniel@firewall-services.com> 4.19.1-16
91    - Add calEntry in ldap-update so the attribute calFBURL is allowed and
92      ou=People can be updated
93    
94    * Mon Apr 28 2008 Daniel B. <daniel@firewall-services.com> 4.19.1-15
95    - Fix run script when domain name has changed
96    
97    * Mon Apr 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-14
98    - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
99    
100    * Wed Apr 23 2008 Shad L. Lords <slords@mail.com> 4.19.1-13
101    - Fix for > 5 nics detected [SME: 4232]
102    
103    * Tue Apr 22 2008 Shad L. Lords <slords@mail.com> 4.19.1-12
104    - Remove use of Date::Manip from ssl.crt [SME: 3155]
105    
106    * Tue Apr 22 2008 Daniel B. <daniel@firewall-services.com> 4.19.1-11
107    - Import samba information in ldap (for users)
108    - Import samba machine accounts
109    
110    * Tue Apr 22 2008 Daniel B. <daniel@firewall-services.com> 4.19.1-10
111    - Updated samba.schema (necessary for substr search on sambaSID)
112    - configured salpd to use md5crypt as hash
113    - configure ldap.conf to use exop as hash (negociated with ldap server => md5crypt)
114    - ACL for sambaLMPassword and sambaNTPassword
115    - Allow unix account lookup in ou=Computers (for machine accounts)
116    - Remove warnings in ldap.conf template
117    
118    * Sat Apr 19 2008 Shad L. Lords <slords@mail.com> 4.19.1-9
119    - Fix FreeBusy param when disabled [SME: 1806]
120    - Remove .orig file [SME: 4228]
121    
122    * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.19.1-8
123    - Remove quitConsole from menu [SME: 4154]
124    
125    * Wed Apr 2 2008 Sebastien F. <sebast@firewall-services.com> 4.19.1-7
126    - Really fix free/busy in usermanager [SME: 4157]
127    
128    * Wed Apr 2 2008 Sebastien F. <sebast@firewall-services.com> 4.19.1-6
129    - Set nss "bind_policy" to "soft" to be able to access to
130      /etc/{passwd,groups,shadow} informations when ldap is down.
131    - Set /etc/openldap/ldap.conf host to "localhost" and remove unnecessary
132      use of SSL. [SME: 1543].
133    - Cleanly handle need of ldap directory generation after e-smith-base+ldap
134      package: add prop "generateDb" to ldap key and modify /var/service/ldap/run.
135    
136    * Wed Apr 2 2008 Sebastien F. <sebast@firewall-services.com> 4.19.1-5
137    - Convert ldap-init-accounts action to /home/e-smith/db/ldap/ldif template
138      [SME: 3439].
139    - New template is able to import after package install sme accounts from
140      /etc/{passwd,group,shadow} files to ldap directory.
141    
142    * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.19.1-4
143    - Use frames in elinks [SME: 4156]
144    - Set homepage for elinks [SME: 4160]
145    
146    * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.19.1-3
147    - Fix free/busy field in useraccounts [SME: 4157]
148    
149  * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.19.1-2  * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.19.1-2
150  - Add free/busy URL entry to help kronolith contribs [SME: 1806]  - Add free/busy URL entry to help kronolith contribs [SME: 1806]
151    
# Line 1073  e-smith server and gateway software - ba Line 1152  e-smith server and gateway software - ba
1152  %patch2 -p1  %patch2 -p1
1153  %endif  %endif
1154  %patch3 -p1  %patch3 -p1
1155    %patch4 -p1
1156    %patch5 -p1
1157    %patch6 -p1
1158    %patch7 -p1
1159    %patch8 -p1
1160    %patch9 -p1
1161    %patch10 -p1
1162    %patch11 -p1
1163    %patch12 -p1
1164    %patch13 -p1
1165    %patch14 -p1
1166    %patch15 -p1
1167    %patch16 -p1
1168    %patch17 -p1
1169    
1170  %pre  %pre
1171  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