/[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.28 - (hide annotations) (download)
Sat Feb 6 00:04:19 2010 UTC (14 years, 4 months ago) by dungog
Branch: MAIN
CVS Tags: e-smith-ldap-5_2_0-16_el5_sme
Changes since 1.27: +5 -4 lines
* Fri Feb 5 2010 Stephen Noble <support@dungog.net> 5.2.0-16.sme
- revert re-init database [SME:5747]

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

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