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

Contents 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.35 - (show annotations) (download)
Thu Jun 10 19:55:29 2010 UTC (14 years ago) by snetram
Branch: MAIN
CVS Tags: e-smith-ldap-5_2_0-23_el5_sme
Changes since 1.34: +7 -2 lines
* Tue Jun 10 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-23.sme
- Fix ldap-create errors when adding empty groups [SME: 5920]

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

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