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

Contents of /rpms/e-smith-ldap/sme7/e-smith-ldap.spec

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


Revision 1.4 - (show annotations) (download)
Tue Apr 1 16:59:05 2008 UTC (16 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-ldap-4_12_0-9_el4_sme
Changes since 1.3: +6 -1 lines
* Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.12.0-9
- Add free/busy URL entry to help kronolith contribs [SME: 1806]

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

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