/[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.30 - (hide annotations) (download)
Mon Mar 1 15:33:04 2010 UTC (14 years, 3 months ago) by filippocarletti
Branch: MAIN
CVS Tags: e-smith-ldap-5_2_0-18_el5_sme
Changes since 1.29: +7 -2 lines
* Mon Mar  1 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-18.sme
- Fix admin user password change (Daniel B.) [SME: 5742]

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

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