/[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.26 - (hide annotations) (download)
Thu Feb 4 11:37:22 2010 UTC (14 years, 4 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-ldap-5_2_0-14_el5_sme
Changes since 1.25: +7 -2 lines
Force SSL/TLS for remote authentication

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

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