/[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.21 - (hide annotations) (download)
Wed Feb 3 08:59:31 2010 UTC (14 years, 4 months ago) by dungog
Branch: MAIN
CVS Tags: e-smith-ldap-5_2_0-11_el5_sme
Changes since 1.20: +7 -2 lines
* Wed Feb 3 2010 Stephen Noble <support@dungog.net> 5.2.0-11.sme
- Set readonly access [SME:5752]

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

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