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

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

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


Revision 1.31 - (hide annotations) (download)
Mon Mar 1 16:58:26 2010 UTC (14 years, 3 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-ldap-5_2_0-19_el5_sme
Changes since 1.30: +6 -3 lines
Fix bug reference

1 vip-ire 1.31 # $Id: e-smith-ldap.spec,v 1.30 2010/03/01 15:33:04 filippocarletti Exp $
2 slords 1.11
3 slords 1.1 Summary: e-smith server and gateway - LDAP module
4     %define name e-smith-ldap
5     Name: %{name}
6 slords 1.11 %define version 5.2.0
7 vip-ire 1.31 %define release 19
8 slords 1.1 Version: %{version}
9     Release: %{release}%{?dist}
10     License: GPL
11     Group: Networking/Daemons
12     Source: %{name}-%{version}.tar.gz
13 charliebrady 1.12 Patch0: %{name}-%{version}.backend
14 filippocarletti 1.14 Patch1: %{name}-%{version}-schema.patch
15     Patch2: %{name}-%{version}-convert_ldif.patch
16 filippocarletti 1.15 Patch3: %{name}-%{version}-password.patch
17     Patch4: %{name}-%{version}-tls.patch
18 dungog 1.20 Patch5: %{name}-%{version}-user-lock-event.patch
19 dungog 1.17 Patch6: %{name}-%{version}-admin_user.patch
20 dungog 1.25 Patch7: %{name}-%{version}-users_groups_ous.patch2
21 dungog 1.21 Patch8: %{name}-%{version}-attributes.patch
22 dungog 1.22 Patch9: %{name}-%{version}-mailboxRelatedObject.patch
23 vip-ire 1.26 Patch10: %{name}-%{version}-force_ssl_tls_for_auth.patch
24 filippocarletti 1.29 Patch11: %{name}-%{version}-sme8b-db.patch
25 filippocarletti 1.30 Patch12: %{name}-%{version}-admin_user2.patch
26 slords 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
27     BuildArchitectures: noarch
28     Requires: e-smith-base
29     Requires: e-smith-lib >= 1.15.1-16
30     Requires: openldap >= 2.0.0, perl(Net::LDAP)
31 bytegw 1.3 Requires: e-smith-formmagick >= 1.4.0-9
32 slords 1.1 BuildRequires: e-smith-devtools >= 1.13.1-03
33     AutoReqProv: no
34    
35     %description
36     e-smith server and gateway software - LDAP module.
37    
38     %changelog
39 vip-ire 1.31 * Mon Mar 1 2010 Daniel B. <daniel@firewall-services.com> 5.2.0-19.sme
40     - Fix bug reference in spec file
41    
42 filippocarletti 1.30 * Mon Mar 1 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-18.sme
43 vip-ire 1.31 - Fix admin user password change (Daniel B.) [SME: 5810]
44 filippocarletti 1.30
45 filippocarletti 1.29 * Tue Feb 9 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-17.sme
46     - Init database if the ldif dump is empty (ie from sme8b) [SME: 5747]
47    
48 dungog 1.28 * Fri Feb 5 2010 Stephen Noble <support@dungog.net> 5.2.0-16.sme
49     - revert re-init database [SME:5747]
50    
51 dungog 1.27 * Fri Feb 5 2010 Stephen Noble <support@dungog.net> 5.2.0-15.sme
52     - re-init readonly database on post-upgrade [SME:5747]
53    
54 vip-ire 1.26 * Thu Feb 4 2010 Daniel B. <daniel@firewall-services.com> 5.2.0-14.sme
55     - Force SSL/TLS for remote authentication [SME: 5748]
56    
57 dungog 1.24 * Wed Feb 3 2010 Stephen Noble <support@dungog.net> 5.2.0-13.sme
58 dungog 1.25 - reuse users_groups_ous.patch2 [SME: 5743]
59 dungog 1.23
60 dungog 1.22 * Wed Feb 3 2010 Stephen Noble <support@dungog.net> 5.2.0-12.sme
61     - Separate groups and users with mailboxRelatedObject [SME:5749]
62    
63 dungog 1.21 * Wed Feb 3 2010 Stephen Noble <support@dungog.net> 5.2.0-11.sme
64     - Set readonly access [SME:5752]
65    
66 dungog 1.20 * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-10.sme
67     - Fix ldap-update action script to user-lock event [SME: 5720]
68    
69 dungog 1.19 * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-9.sme
70     - Fix Groups entries [SME: 5743]
71    
72 dungog 1.18 * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-8.sme
73     - Add Groups entries [SME: 5743]
74    
75 dungog 1.17 * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-7.sme
76     - Add admin user as a standard user [SME: 5742]
77    
78 snetram 1.16 * Sat Jan 30 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-6.sme
79     - Add ldap-update action script to user-lock event [SME: 5720]
80    
81 filippocarletti 1.15 * Wed Jan 27 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-5.sme
82     - Add ldap authentication and tls support [SME: 5720]
83    
84 filippocarletti 1.14 * Wed Jan 13 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-4.sme
85     - Update schema for newer openldap and remove calFBurl [SME: 5159]
86     - Convert ldif dump [SME: 5446]
87    
88 charliebrady 1.13 * Sun Feb 8 2009 Charlie Brady <charlie_brady@mitel.com> 5.2.0-3.sme
89     - Create bdb log directory. [SME: 3018]
90    
91 charliebrady 1.12 * Tue Jan 27 2009 Charlie Brady <charlie_brady@mitel.com> 5.2.0-2.sme
92     - Change ldap backend to bdb, and fix initialisation problem.
93     [SME: 3018, 2859]
94    
95 slords 1.11 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 5.2.0-1.sme
96     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
97    
98 bytegw 1.10 * Wed Aug 20 2008 Shad L. Lords <slords@mail.com> 4.13.0-1
99 slords 1.9 - Roll new dev stream.
100    
101 bytegw 1.10 * Fri Jul 25 2008 Shad L. Lords <slords@mail.com> 4.12.0-11
102 slords 1.8 - Separate template to avoid breaking schema [SME: 4171]
103    
104 bytegw 1.10 * Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.12.0-10
105 snetram 1.5 - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
106    
107 slords 1.7 * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.12.0-9
108 slords 1.4 - Add free/busy URL entry to help kronolith contribs [SME: 1806]
109    
110 bytegw 1.10 * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 4.12.0-8
111 bytegw 1.3 - Remove <base> tags now in general [SME: 3919]
112    
113 slords 1.2 * Tue Jun 26 2007 Charlie Brady <charlie_brady@mitel.com>
114     - Fix format error in ldif template. [SME: 3107]
115    
116 slords 1.1 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
117     - Clean up spec so package can be built by koji/plague
118    
119     * Mon Feb 19 2007 Charlie Brady <charlie_brady@mitel.com> 4.12.0-6
120     - Don't tell slapd to create pid and args files that we don't need
121     and don't use (and can't create with later openldap version).
122     [SME: 2477]
123    
124     * Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 4.12.0-5
125     - Make success/failure messages standard [SME: 2289]
126    
127     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
128     - Update to new release naming. No functional changes.
129     - Make Packager generic
130    
131     * Wed Nov 08 2006 Charlie Brady <charlie_brady@mitel.com> 4.12.0-03
132     - Correct permissions on slapd.conf. [SME: 2037]
133    
134     * Thu Sep 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.12.0-02
135     - Don't attempt to create IPv6 socket (log noise). [SME: 1946]
136    
137     * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 4.12.0-01
138     - Roll stable stream version. [SME: 1016]
139    
140     * Sun Jan 22 2006 Charlie Brady <charlieb@e-smith.com> 4.11.3-08
141     - Use correct utf8 encoding for non-ascii attributes. [SME: 537]
142    
143     * Fri Jan 20 2006 Charlie Brady <charlieb@e-smith.com> 4.11.3-07
144     - Reexpand hosts.allow template during ldap-update. [SME: 520]
145    
146     * Thu Jan 19 2006 Charlie Brady <charlieb@e-smith.com> 4.11.3-06
147     - Reexpand masq template during ldap-update. [SME: 520]
148    
149     * Mon Jan 16 2006 Charlie Brady <charlieb@e-smith.com> 4.11.3-05
150     - Remove obsolete ldap-rebuild script. [SME: 463]
151    
152     * Sun Jan 15 2006 Charlie Brady <charlieb@e-smith.com> 4.11.3-04
153     - Delete old contents of directory if domain name is changed.
154     [SME: 393]
155    
156     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.11.3-03
157     - Bump release number only
158    
159     * Mon Nov 21 2005 Charlie Brady <charlieb@e-smith.com>
160     - [4.11.3-02]
161     - Work around slapd's failure to accept 'objectClass: group' (in spite
162     of schema checking being disabled). [SF: 1362868]
163    
164     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
165     - [4.11.3-01]
166     - Remove L10Ns from base packages [SF: 1309520]
167    
168     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
169     - [4.11.2-01]
170     - New dev stream before relocating L10Ns
171    
172     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
173     - [4.11.1-19]
174     - Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
175    
176     * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
177     - [4.11.1-18]
178     - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
179    
180     * Tue Sep 6 2005 Charlie Brady <charlieb@e-smith.com>
181     - [4.11.1-17]
182     - Add template fragment to allow bind using LDAP version
183     2. [SF: 1282697]
184    
185     * Wed Jul 27 2005 Charlie Brady <charlieb@e-smith.com>
186     - [4.11.1-16]
187     - Move masq fragement from template to db [SF: 1241415]
188     - Remove all use of deprecated esmith::config API.
189    
190     * Mon Jun 13 2005 Charlie Brady <charlieb@e-smith.com>
191     - [4.11.1-15]
192     - Remove unused and deprecated kerberosobject schema.
193    
194     * Fri Apr 15 2005 Charlie Brady <charlieb@e-smith.com>
195     - [4.11.1-14]
196     - Fix typo in services2adjust symlink for apache.
197    
198     * Fri Apr 15 2005 Charlie Brady <charlieb@e-smith.com>
199     - [4.11.1-13]
200     - Drop back to simple schema, and 6.x version of ldap-update script.
201     More thought needed about how to extend the schema and how to handle
202     property deletions.
203    
204     * Thu Apr 14 2005 Charlie Brady <charlieb@e-smith.com>
205     - [4.11.1-12]
206     - Remove full restart of apache from panel, and add sigusr1 to ldap-update
207     event handling.
208     - Update ldif file templates and ldap-update script to fill out the schema
209     a little, to remove bogus adding of user attribute to group entries, and
210     to allow removal of properties which have been nulled out.
211    
212     * Fri Apr 1 2005 Charlie Brady <charlieb@e-smith.com>
213     - [4.11.1-11]
214     - Comment out for now the utf8 conversion, as it's not working
215     yet.
216    
217     * Wed Mar 23 2005 Charlie Brady <charlieb@e-smith.com>
218     - [4.11.1-10]
219     - Remove explicit generic_template_expand symlink in ldap-update
220     event - not required.
221     - Create "finish" script to do ldif file dump on shutdown.
222     - Add templates for ldif file used during ldap rebuild.
223     - Handle latin->utf8 conversion in ldif templates.
224    
225     * Tue Mar 8 2005 Charlie Brady <charlieb@e-smith.com>
226     - [4.11.1-09]
227     - Use generic adjust-services in place of adjust-masq [MN00065576]
228    
229     * Tue Mar 8 2005 Charlie Brady <charlieb@e-smith.com>
230     - [4.11.1-08]
231     - Remove dangling ldap-conf symlink. [MN00064130]
232    
233     * Tue Jan 25 2005 Charlie Brady <charlieb@e-smith.com>
234     - [4.11.1-07]
235     - Remove ldap-delete-dumps from post-backup event. It leaves ldap
236     stopped and with no directory contents. [MN00025069]
237     - Added ldap-delete-dumps to post-backup to prevent potential ldap database
238     clobbering on post-upgrade. [msoulier MN00025069]
239     - Update e-smith-devtools BuildRequires, and createlinks script.
240     [MN00064130]
241    
242     * Tue Jan 18 2005 Charlie Brady <charlieb@e-smith.com>
243     - [4.11.1-06]
244     - Use generic_template_expand action where possible, in place
245     of specific actions. Update e-smith-lib dependency. [MN00064130]
246    
247     * Wed Dec 29 2004 Charlie Brady <charlieb@e-smith.com>
248     - [4.11.1-05]
249     - Create missing /service symlink, and add down file to service
250     directory to control startup sequence. [charlieb MN00062133]
251    
252     * Mon Dec 20 2004 Charlie Brady <charlieb@e-smith.com>
253     - [4.11.1-04]
254     - Use supervise to run slapd. [charlieb MN00062133]
255    
256     * Tue Nov 9 2004 Charlie Brady <charlieb@e-smith.com>
257     - [4.11.1-03]
258     - Include redhat/rfc822-MailMember.schema specification from earlier
259     RedHat openldap packages (missing in RHEL3). [charlieb MN00056724]
260     - Remove deprecated ldap-startup script. Add ldap service default fragments
261     and a migrate fragment to initialize the password. [charlieb MN00056726]
262     - Remove obsolete conf-migrate-ldap-variables action [charlieb MN00056733]
263    
264     * Tue Sep 28 2004 Michael Soulier <msoulier@e-smith.com>
265     - [4.11.1-02]
266     - Updated requires with new perl dependencies. [msoulier MN00040240]
267    
268     * Mon May 10 2004 Michael Soulier <msoulier@e-smith.com>
269     - [4.11.1-01]
270     - Updated createlinks.
271     - Added ldap-delete-dumps to post-backup to prevent potential ldap database
272     clobbering on post-upgrade. [msoulier MN00025069]
273    
274     * Thu Sep 4 2003 Charlie Brady <charlieb@e-smith.com>
275     - [4.11.0-01]
276     - Changing version to development stream number - 4.11.0
277    
278     * Wed Jul 9 2003 Charlie Brady <charlieb@e-smith.com>
279     - [4.10.0-02]
280     - Avoid restart of slapd during bootstrap-console-save event.
281     [charlieb 9338]
282    
283     * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
284     - [4.10.0-01]
285     - Changing version to stable stream number - 4.10.0
286    
287     * Tue May 6 2003 Lijie Deng <lijied@e-smith.com>
288     - [4.9.0-12]
289     - Add Spanish lexicon for directory panel [lijied 3793]
290    
291     * Wed Apr 16 2003 Michael Soulier <msoulier@e-smith.com>
292     - [4.9.0-11]
293     - Modified French translation [lijied 7949]
294     - Modified ldap-dump to take its domainname from /etc/openldap/ldap.conf, and
295     be aware of domainname changes. [msoulier 6747]
296    
297     * Thu Apr 3 2003 Lijie Deng <lijied@e-smith.com>
298     - [4.9.0-10]
299     - Removed 'Mitel Networks SME Server' branding [lijied 8016]
300    
301     * Thu Mar 27 2003 Lijie Deng <lijied@e-smith.com>
302     - [4.9.0-09]
303     - Modified French lexicon to use lang="fr", rename the lexicon
304     directory to fr [lijied 6787]
305    
306     * Tue Mar 25 2003 Lijie Deng <lijied@e-smith.com>
307     - [4.9.0-08]
308     - Modified directory access en-us and fr-ca text [lijied 4081]
309    
310     * Tue Mar 18 2003 Lijie Deng <lijied@e-smith.com>
311     - [4.9.0-07]
312     - Split out ./etc/openldap/ldap.conf/template-begin [lijied 3295]
313    
314     * Mon Mar 17 2003 Lijie Deng <lijied@e-smith.com>
315     - [4.9.0-06]
316     - Deleted empty template-end file [lijied 3295]
317    
318     * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
319     - [4.9.0-05]
320     - Modified directory panel order [lijied 7356]
321    
322     * Tue Mar 4 2003 Lijie Deng <lijied@e-smith.com>
323     - [4.9.0-04]
324     - Split en-us lexicon from directory panel [lijied 4030]
325    
326     * Fri Feb 28 2003 Lijie Deng <lijied@e-smith.com>
327     - [4.9.0-03]
328     - s/HostsAllowSpec/hosts_allow_spec/ [charlieb 5650]
329     - Remodified the lexicon file [lijied 5003]
330    
331     * Fri Feb 28 2003 Charlie Brady <charlieb@e-smith.com>
332     - [4.9.0-02]
333     - Added French lexicon for directory [lijied 5003]
334     - Re-do hosts.allow template to use esmith::ConfigDB::HostsAllowSpec.
335     Add dependency on up-to-date e-smith-lib. [charlieb 5650]
336    
337     * Wed Nov 20 2002 Mike Dickson <miked@e-smith.com>
338     - [4.9.0-01]
339     - Changing to development stream; version upped to 4.9.0
340    
341     * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
342     - [4.8.0-01]
343     - Roll to maintained version number to 4.8.0
344    
345     * Wed Oct 2 2002 Charlie Brady <charlieb@e-smith.com>
346     - [4.7.6-14]
347     - Override the default backgrounding of ldap restart in
348     gentle-ldap-dump action [charlieb 2745]
349     - Remove deprecated serviceControl enable/disable calls from
350     ldap-startup [charlieb 4458]
351    
352     * Tue Sep 24 2002 Mark Knox <markk@e-smith.com>
353     - [4.7.6-13]
354     - Use esmith::util and shut down LDAP in foreground [markk 2745]
355    
356     * Tue Sep 24 2002 Mark Knox <markk@e-smith.com>
357     - [4.7.6-12]
358     - Add pre-restore event and ldap-delete-dumps action [markk 2745]
359    
360     * Thu Sep 12 2002 Charlie Brady <charlieb@e-smith.com>
361     - [4.7.6-11]
362     - Fix permission/ownership of /etc/openldap/slapd.conf. [charlieb 4862]
363    
364     * Tue Sep 10 2002 Charlie Brady <charlieb@e-smith.com>
365     - [4.7.6-10]
366     - Remove redundant "my" in ldap-rebuild (causes warning). [charlieb 2745]
367    
368     * Thu Sep 5 2002 Charlie Brady <charlieb@e-smith.com>
369     - [4.7.6-09]
370     - Remove stray ; (where are those code police?). [charlieb 2745]
371    
372     * Tue Sep 3 2002 Charlie Brady <charlieb@e-smith.com>
373     - [4.7.6-08]
374     - Fix $c->get('DomainName') => $c->get('DomainName')->value snafu
375     [charlieb 2745]
376    
377     * Mon Sep 2 2002 Charlie Brady <charlieb@e-smith.com>
378     - [4.7.6-07]
379     - Fix Domain => DomainName snafu. [charlieb 2745]
380    
381     * Thu Aug 29 2002 Charlie Brady <charlieb@e-smith.com>
382     - [4.7.6-06]
383     - Create new gentle-ldap-dump action, and include it in pre-backup
384     event. [charlieb 2745]
385    
386     * Thu Aug 29 2002 Charlie Brady <charlieb@e-smith.com>
387     - [4.7.6-05]
388     - Revert ldap-dump to slapcat version, and remove symlinks from all
389     actions. The ldap init script is being modified to call ldap-dump
390     after slapd shutdown. [charlieb 4739]
391    
392     * Tue Aug 27 2002 Charlie Brady <charlieb@e-smith.com>
393     - [4.7.6-04]
394     - Rewrite ldap-dump to use Net::LDAP::LDIF so that it reads data from
395     ldap daemon rather than directly from ldap db files. [charlieb 4057]
396    
397     * Tue Aug 27 2002 Charlie Brady <charlieb@e-smith.com>
398     - [4.7.6-03]
399     - Fix run-time problems in OO conversion of ldap-update [charlieb 4057]
400    
401     * Fri Aug 23 2002 Charlie Brady <charlieb@e-smith.com>
402     - [4.7.6-02]
403     - Change ldap-rebuild to build directory using LDIF dump if found,
404     and new data otherwise. [charlieb 4057]
405     - Re-write ldap-update and ldap-rebuild to use OO db accesses,
406     for clarity. [charlieb 4057]
407     - Dump LDAP directory every time we change it. [charlieb 4057]
408    
409     * Tue Aug 20 2002 Charlie Brady <charlieb@e-smith.com>
410     - [4.7.6-01]
411     - Add program to do LDIF dump of ldap directory. [charlieb 4057]
412    
413     * Mon Aug 19 2002 Charlie Brady <charlieb@e-smith.com>
414     - [4.7.5-01]
415     - Remove unnecessary actions: ldap-rebuild from console-save event and
416     ldap-conf from ldap-update event. [charlieb 4057]
417     - Change ldap-update action so that when run during the ldap-update
418     event it iterates through user and group accounts and updates records
419     with current values. Link ldap-update action into ldap-update event
420     in place of ldap-rebuild action. [charlieb 4057]
421    
422     * Mon Aug 19 2002 Charlie Brady <charlieb@e-smith.com>
423     - [4.7.4-01]
424     - Use new adjust-masq action rather than restart-masq during ldap-update.
425     [charlieb 4501]
426    
427     * Thu Aug 15 2002 Charlie Brady <charlieb@e-smith.com>
428     - [4.7.3-01]
429     - Add rc7.d symlink and don't set deprecated InitscriptsOrder property
430     [charlieb 4458]
431     - Change use of allow_tcp_in() function to allow dynamic reconfig.
432     [charlieb 4501]
433    
434     * Thu Aug 8 2002 Charlie Brady <charlieb@e-smith.com>
435     - [4.7.2-01]
436     - Change inbound rule to use allow_tcp_in() function. The
437     function actually implements connection tracking. [charlieb 4499]
438    
439     * Wed Jul 17 2002 Charlie Brady <charlieb@e-smith.com>
440     - [4.7.1-01]
441     - Change masq script fragment to use iptables. [charlieb 1268]
442    
443     * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
444     - [4.7.0-01]
445     - Changing version to development stream number 4.7.0
446    
447     * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
448     - [4.6.0-01]
449     - Changing version to maintained stream number to 4.6.0
450    
451     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
452     - [4.5.10-01]
453     - RPM rebuild forced by cvsroot2rpm
454    
455     * Mon May 6 2002 Gordon Rowell <gordonr@e-smith.com>
456     - [4.5.9-01]
457     - Localise SAVE button [gordonr 3222]
458    
459     * Fri May 3 2002 Charlie Brady <charlieb@e-smith.com>
460     - [4.5.8-01]
461     - Remove /etc/e-smith/tests/.dummy. Make empty /etc/e-smith/tests in %build.
462     [charlieb 3343]
463    
464     * Wed May 1 2002 Gordon Rowell <gordonr@e-smith.com>
465     - [4.5.7-01]
466     - esmith::AccountDB -> esmith::AccountsDB [schwern 3287]
467    
468     * Thu Apr 25 2002 Gordon Rowell <gordonr@e-smith.com>
469     - [4.5.6-01]
470     - Added header and footer to page [gordonr 3223]
471     - Added nav bar entries to lexicon [gordonr 3155]
472    
473     * Mon Apr 15 2002 Gordon Rowell <gordonr@e-smith.com>
474     - [4.5.5-01]
475     - Adjusted site-perl -> site_perl
476    
477     * Mon Apr 15 2002 Gordon Rowell <gordonr@e-smith.com>
478     - [4.5.4-01]
479     - Language en-> en-us
480    
481     * Wed Apr 10 2002 Kirrily Robert <skud@e-smith.com>
482     - [4.5.3-01]
483     - Added i18n'd directory panel
484    
485     * Mon Mar 25 2002 Kirrily Robert <skud@e-smith.com>
486     - [4.5.2-01]
487     - Checking for success of CVS import
488    
489     * Mon Mar 25 2002 Kirrily Robert <skud@e-smith.com>
490     - [4.5.1-01]
491     - rollRPM: Rolled version number to 4.5.1-01. Includes patches up to 4.5.0-02.
492    
493     * Mon Mar 25 2002 Kirrily Robert <skud@e-smith.com>
494     - [4.5.0-02]
495     - removed extraneous rmdir in setup section that was breaking the build
496    
497     * Mon Mar 25 2002 Kirrily Robert <skud@e-smith.com>
498     - [4.5.0-01]
499     - rollRPM: Rolled version number to 4.5.0-01. Includes patches up to 4.4.0-08.
500    
501     * Fri Nov 16 2001 Charlie Brady <charlieb@e-smith.com>
502     - [4.4.0-08]
503     - Fix code which adds the "ldap" user - it was trying to use "ldap" as
504     a supplementary group (using -G) rather than as initial group (-g).
505     - Remove two $! from warn statements as they are won't contain useful
506     information.
507    
508     * Wed Nov 07 2001 Tony Clayton <tonyc@e-smith.com>
509     - [4.4.0-07]
510     - rebranding to Mitel Networks
511    
512     * Thu Oct 18 2001 Charlie Brady <charlieb@e-smith.com>
513     - [4.4.0-06]
514     - Fix regeneration of ldap password every time slapd.conf was
515     re-expanded. See Bugzilla #1966 for details.
516    
517     * Thu Oct 18 2001 Charlie Brady <charlieb@e-smith.com>
518     - [4.4.0-05]
519     - Added code to add "ldap" user and group if necessary
520    
521     * Tue Aug 28 2001 Gordon Rowell <gordonr@e-smith.com>
522     - [4.4.0-04]
523     - Removed deprecated post-restore event directory
524    
525     * Fri Aug 17 2001 Adrian Chung <adrianc@e-smith.com>
526     - [4.4.0-03]
527     - Add restart-httpd-full call to end of web panel, after
528     user confirmation of update has been sent.
529    
530     * Fri Aug 17 2001 gordonr
531     - [4.4.0-02]
532     - Autorebuild by rebuildRPM
533    
534     * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
535     - [4.4.0-01]
536     - Rolled version number to 4.4.0-01. Includes patches upto 4.3.1-05.
537    
538     * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
539     - [4.3.1-05]
540     - Use Net::LDAP module in ldap-delete and ldap-update. Something broke
541     in the ldap{add,modify,delete} versions of the scripts, and it's easy
542     to debug, and probably more efficient to just write to the perl API.
543    
544     * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
545     - [4.3.1-04]
546     - Change uid/gid before execing slapadd, so that created db files have
547     correct ownership
548     - Reformat ldap-rebuild to fit in 80 columns.
549    
550     * Tue Aug 7 2001 Charlie Brady <charlieb@e-smith.com>
551     - [4.3.1-03]
552     - Use slapadd instead of ldif2ldbm program for ldap-rebuild. Use pipe
553     rather than temp file.
554     - Re-add "schemacheck off" to slapd.conf - we don't pass the strict
555     checking which is recommended.
556    
557     * Tue Aug 7 2001 Charlie Brady <charlieb@e-smith.com>
558     - [4.3.1-02]
559     - openldap v2 changes - change ownership of slapd.conf, use different
560     bundled schema files, and add indexes.
561    
562     * Tue Aug 7 2001 Charlie Brady <charlieb@e-smith.com>
563     - [4.3.1-01]
564     - Rolled version number to 4.3.1-01. Includes patches upto 4.3.0-07.
565    
566     * Thu Aug 07 2001 Charlie Brady <charlieb@e-smith.com>
567     - [4.3.0-07]
568     - Break slapd.conf template into fragments, and include in-line
569     at.conf and co.conf fragements, rather than use include feature.
570     This is to make configuration stable across versions of openldap.
571    
572     * Thu Aug 02 2001 Gordon Rowell <gordonr@e-smith.com>
573     - [4.3.0-06]
574     - More branding changes
575    
576     * Sun Jul 29 2001 Jason Miller <jmiller@e-smith.com>
577     - [4.3.0-05]
578     - Branding text changes to the directory web panel
579    
580     * Fri Jul 6 2001 Peter Samuel <peters@e-smith.com>
581     - [4.3.0-04]
582     - Change license to GPL
583    
584     * Wed Jul 04 2001 Gordon Rowell <gordonr@e-smith.com>
585     - [4.3.0-03]
586     - Use esmith::util::LdapPassword instead of direct file access
587    
588     * Tue May 29 2001 Tony Clayton <tonyc@e-smith.com>
589     - [4.3.0-02]
590     - fixed actions that had tied %conf when calling serviceControl (2 actions)
591    
592     * Sun Apr 29 2001 Charlie Brady <charlieb@e-smith.com>
593     - [4.3.0-01]
594     - Rolled version number to 4.3.0-01. Includes patches upto 4.2.0-03.
595    
596     * Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com>
597     - Rolling release number for GPG signing.
598    
599     * Fri Jan 26 2001 Charlie Brady <charlieb@e-smith.com>
600     - [4.2.0-01]
601     - Added packet filter fragment to selectively allow external LDAP access
602     - Linked conf- and restart-masq actions into update-ldap event
603    
604     * Thu Jan 25 2001 Peter Samuel <peters@e-smith.com>
605     - [4.2.0-01]
606     - Rolled version number to 4.2.0-01. Includes patches upto 4.1.0-17.
607    
608     * Tue Jan 16 2001 Adrian Chung <adrianc@e-smith.com>
609     - [4.1.0-17]
610     - Add ldap-rebuild to bootstrap-console-save
611     - required to initialize ldap database.
612    
613     * Fri Jan 12 2001 Charlie Brady <charlieb@e-smith.com>
614     - [4.1.0-16]
615     - Remove ldap-conf from post-upgrade action (it was occuring before
616     ldap-startup, which caused a problem).
617     - Delete obsolete post-restore action.
618    
619     * Fri Jan 12 2001 Adrian Chung <adrianc@e-smith.com>
620     - [4.1.0-15]
621     - split ldap-rebuild into ldap-conf and ldap-rebuild.
622    
623     * Thu Jan 11 2001 Gordon Rowell <gordonr@e-smith.com>
624     - [4.1.0-14]
625     - Use serviceControl()
626    
627     * Thu Jan 11 2001 Charlie Brady <charlieb@e-smith.com>
628     - [4.1.0-13]
629     - Fix perl warning in migrate variables script - simplify a chunk of code
630     while doing it.
631    
632     * Wed Jan 10 2001 Charlie Brady <charlieb@e-smith.com>
633     - [4.1.0-12]
634     - Add genLdapPassword to ldap-startup - it somehow has been lost and never
635     happens.
636     - Remove ldap-startup from console-save
637     - Add ldap-startup to post-restore action
638     - Add new bootstrap-console-save event
639     - Change demo phone number from 999... to 555.... to save UK emergency
640     services
641    
642     * Tue Jan 09 2001 Jason Miller <jmiller@e-smith.com>
643     - [4.1.0-11]
644     - updated ldap-startup to set the defaults on a fresh
645     installation
646     - undid some bad changes to the conf-migrate-ldap-variables
647     script
648    
649     * Mon Jan 08 2001 Jason Miller <jmiller@e-smith.com>
650     - [4.1.0-5] through [4.1.0-9]
651     - changed directory web panel to read from new configuration
652     database parameters
653     - updated action scripts to take into account the new ldap
654     database parameters
655     - added conf-migrate-ldap-variables as a new action in
656     both post-upgrade and post-restore
657    
658     * Fri Jan 05 2001 Jason Miller <jmiller@e-smith.com>
659     - [4.1.0-4]
660     - updated copyright and fixed directory panel error in
661     not checking prototypes for subroutines
662    
663     * Tue Dec 12 2000 Gordon Rowell <gordonr@e-smith.com>
664     - [4.1.0-3]
665     - Fixed e-smith-lib dependency
666    
667     * Mon Dec 11 2000 Tony Clayton <tonyc@e-smith.com>
668     - [4.1.0-2]
669     - upgraded ldap-rebuild action to conform to new processTemplate
670     - created dependency on e-smith-lib-4.1.0-13
671    
672     * Wed Dec 06 2000 Peter Samuel <peters@e-smith.com>
673     - [4.1.0-1]
674     - Rolled version to 4.1.0-1. Includes patches up to 4.0.6-3
675    
676     * Tue Oct 31 2000 Charlie Brady <charlieb@e-smith.com>
677     - Fix some old bugs in event scripts - esmith::db was not in use
678     list.
679     - Replace db_get_type calls with db_get_prop
680     - Re-write ldap hosts.allow template.
681     - Remove duplicate my $status in ldap-rebuild.
682    
683     * Mon Oct 30 2000 Charlie Brady <charlieb@e-smith.com>
684     - Merge services database back into configuration
685    
686     * Wed Oct 25 2000 Charlie Brady <charlieb@e-smith.com>
687     - Roll version number to 4.0.6-1.
688    
689     * Thu Oct 19 2000 Adrian Chung <adrian.chung@e-smith.com>
690     - Update web/functions/directory script to pass merged
691     confServicesCombined hash to esmith::cgi::gen...
692     functions.
693    
694     * Thu Oct 12 2000 Charlie Brady <charlieb@e-smith.com>
695     - Fix obsolete reference to LDAPServerMode.
696     - Reformat to break long lines.
697    
698     * Fri Oct 06 2000 Charlie Brady <charlieb@e-smith.com>
699     - Delete %post action, and set the default services db value
700     in post-install action
701    
702     * Thu Oct 05 2000 Jason Miller <jay@e-smith.com>
703     - change .spec to use db:setdefault() function
704    
705     * Wed Oct 04 2000 Jason Miller <jay@e-smith.com>
706     - %post event for enabling ldap service automatically
707     (no more post-install code required)
708     - dependencies on e-smith-lib > 0.1-21
709     - only expand templates if ldapd enabled
710     - only add to hosts.allow if ldapd enabled
711     - enable/disable service dependant on services database
712    
713     * Tue Oct 03 2000 Charlie Brady <charlieb@e-smith.com>
714     - Update services database when enabling/disabling startup.
715    
716     * Tue Oct 03 2000 Adrian Chung <mac@e-smith.com>
717     - Added ldap service checking wrapper to action scripts.
718    
719     * Mon Sep 25 2000 Paul Nesbit <pkn@e-smith.com>
720     - replaced references to e-smith.net with e-smith.com
721    
722     * Fri Aug 25 2000 Charlie Brady <charlieb@e-smith.com>
723     - Added build dependency on e-smith-devtools, and dependency on
724     e-smith-lib. Generate file list with genfilelist.
725    
726     * Thu Aug 24 2000 Gordon Rowell <gordonr@e-smith.com>
727     - Rewrote ldap-startup to use serviceControl()
728    
729     * Wed Jul 12 2000 Joseph Morrison <jdm@e-smith.net>
730     - Add -1 argument to split commands to handle null final values in
731     configuration records
732    
733     * Fri Jun 16 2000 Charlie Brady <charlieb@e-smith.net>
734     - Rewrite createlinks in perl
735     - Don't mark template files as config files.
736    
737     * Mon Jun 12 2000 Charlie Brady <charlieb@e-smith.net>
738     - Use new multi-arg form of backgroundCommand.
739    
740     * Fri Jun 1 2000 Charlie Brady <charlieb@e-smith.net>
741     - First created - broken out of e-smith-base 4.0.11.
742    
743     %prep
744     %setup
745 charliebrady 1.12 %patch0 -p1
746 filippocarletti 1.14 %patch1 -p1
747     %patch2 -p1
748 filippocarletti 1.15 %patch3 -p1
749     %patch4 -p1
750 snetram 1.16 %patch5 -p1
751 dungog 1.17 %patch6 -p1
752 dungog 1.18 %patch7 -p1
753 dungog 1.21 %patch8 -p1
754 dungog 1.22 %patch9 -p1
755 vip-ire 1.26 %patch10 -p1
756 filippocarletti 1.29 %patch11 -p1
757 filippocarletti 1.30 %patch12 -p1
758 slords 1.1
759     %build
760     mkdir -p root/etc/e-smith/tests
761     perl createlinks
762     mkdir -p root/etc/rc.d/rc7.d
763     ln -s /etc/rc.d/init.d/e-smith-service root/etc/rc.d/rc7.d/S80ldap
764     mkdir -p root/home/e-smith/db/ldap
765    
766     mkdir -p root/etc/rc.d/init.d/supervise
767     ln -s ../daemontools root/etc/rc.d/init.d/supervise/ldap
768    
769     mkdir -p root/service
770     ln -s /var/service/ldap root/service/ldap
771     touch root/var/service/ldap/down
772    
773 charliebrady 1.13 mkdir -p root/var/log/bdb
774 filippocarletti 1.15 mkdir -p root/var/service/ldap/ssl
775 charliebrady 1.13
776 slords 1.1 %install
777     rm -rf $RPM_BUILD_ROOT
778     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
779     rm -f %{name}-%{version}-%{release}-filelist
780     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
781     --file /var/service/ldap/run 'attr(0750,root,root)' \
782 charliebrady 1.12 --file /var/service/ldap/convert_ldif 'attr(0750,root,root)' \
783 slords 1.1 --file /var/service/ldap/finish 'attr(0750,root,root)' \
784 filippocarletti 1.15 --file /var/service/ldap/control/1 'attr(0750,root,root)' \
785 charliebrady 1.13 --dir /var/log/bdb 'attr(0700,ldap,ldap)' \
786 slords 1.1 > %{name}-%{version}-%{release}-filelist
787     echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
788    
789     %clean
790     rm -rf $RPM_BUILD_ROOT
791    
792     %files -f %{name}-%{version}-%{release}-filelist
793     %defattr(-,root,root)

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