/[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.18 - (hide annotations) (download)
Sun Jan 31 05:41:37 2010 UTC (14 years, 4 months ago) by dungog
Branch: MAIN
CVS Tags: e-smith-ldap-5_2_0-8_el5_sme
Changes since 1.17: +6 -1 lines
* Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-8.sme
- Add Groups entries [SME: 5743]

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

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