/[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.34 - (show annotations) (download)
Wed Jun 9 08:48:08 2010 UTC (14 years ago) by filippocarletti
Branch: MAIN
CVS Tags: e-smith-ldap-5_2_0-22_el5_sme
Changes since 1.33: +10 -2 lines
* Mon Jun  7 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-22.sme
- Update email addresses on domain change (thanks Daniel) [SME: 5984]
- Update admin information (thanks Daniel) [SME: 6014]

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

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