/[smeserver]/rpms/e-smith-ldap/sme9/e-smith-ldap.spec
ViewVC logotype

Annotation of /rpms/e-smith-ldap/sme9/e-smith-ldap.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.7 - (hide annotations) (download)
Sun Feb 24 15:49:57 2013 UTC (11 years, 3 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-ldap-5_4_0-7_el6_sme
Changes since 1.6: +7 -2 lines
* Fri Feb 22 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-7.sme
- Wait for slapd to be ready before running bootstrap-ldap-save [SME: 7395]

1 vip-ire 1.7 # $Id: e-smith-ldap.spec,v 1.6 2013/02/22 17:46:38 vip-ire Exp $
2 slords 1.1
3     Summary: e-smith server and gateway - LDAP module
4     %define name e-smith-ldap
5     Name: %{name}
6     %define version 5.4.0
7 vip-ire 1.7 %define release 7
8 slords 1.1 Version: %{version}
9     Release: %{release}%{?dist}
10     License: GPL
11     Group: Networking/Daemons
12     Source: %{name}-%{version}.tar.xz
13 vip-ire 1.3 Patch1: e-smith-ldap-5.4.0-remove_autofs.patch
14 vip-ire 1.4 Patch2: e-smith-ldap-5.4.0-remove_schemacheck_off.patch
15 vip-ire 1.5 Patch3: e-smith-ldap-5.4.0-use_slapd.conf.patch
16 vip-ire 1.6 Patch4: e-smith-ldap-5.4.0-empty_slapd.d.patch
17 vip-ire 1.7 Patch5: e-smith-ldap-5.4.0-wait_slapd_initialization.patch
18 slords 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
19     BuildArchitectures: noarch
20     Requires: e-smith-base
21     Requires: e-smith-lib >= 1.15.1-16
22     Requires: openldap >= 2.0.0
23     Requires: openldap-clients
24 vip-ire 1.2 Requires: openldap-servers
25 slords 1.1 Requires: perl(Net::LDAP)
26     Requires: e-smith-formmagick >= 1.4.0-9
27     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 vip-ire 1.7 * Fri Feb 22 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-7.sme
35     - Wait for slapd to be ready before running bootstrap-ldap-save [SME: 7395]
36    
37 vip-ire 1.6 * Fri Feb 22 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-6.sme
38     - Do not remove slapd.d, just make sure it's empty [SME: 7258]
39    
40     * Thu Feb 21 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-5.sme
41 vip-ire 1.5 - Make sure slapd uses slapd.conf instead of slapd.d [SME: 7258]
42    
43 vip-ire 1.4 * Tue Feb 19 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-4.sme
44     - Remove now unneeded and out of scope schemacheck directive [SME: 7260]
45    
46 vip-ire 1.3 * Mon Feb 18 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-3.sme
47     - Stop trying to load autofs.schema [SME: 7259]
48    
49 vip-ire 1.2 * Wed Feb 13 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-2.sme
50     - Add missing dependency on openldap-servers [SME: 7347]
51    
52 slords 1.1 * Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 5.4.0-1.sme
53     - Roll new stream for sme9
54     - Perl modules moved to /usr/share/perl5/vendor_perl [SME: 7223]
55    
56     * Tue Nov 13 2012 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-78.sme
57     - Fix removing old BDB log files [SME: 7166]
58    
59     * Tue Nov 13 2012 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-77.sme
60     - Remove unused BDB log files [SME: 7166]
61    
62     * Mon Mar 14 2011 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-76.sme
63     - Check slapd.conf syntax before trying to dump the database [SME: 6452]
64    
65     * Mon Mar 14 2011 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-75.sme
66     - Stop using gecos attribute in LDAP [SME: 6539]
67    
68     * Wed Dec 1 2010 Shad L. Lords <slord@mail.com> 5.2.0-74.sme
69     - Fix replace logic in ldif-fix [SME: 6423]
70    
71     * Wed Dec 1 2010 Shad L. Lords <slord@mail.com> 5.2.0-73.sme
72     - Fix permissions on ldif-fix script [SME: 6244]
73    
74     * Wed Dec 1 2010 Shad L. Lords <slord@mail.com> 5.2.0-72.sme
75     - Replace convert_ldif with ldif-fix script [SME: 6244]
76     - Remove ldif template and expansion [SME: 6421]
77     - Simplify ldap-update call by calling ldif-fix [SME: 6422]
78    
79     * Tue Nov 30 2010 Shad L. Lords <slord@mail.com> 5.2.0-71.sme
80     - Update ldap database later to pick up samba group maps [SME: 6419]
81    
82     * Tue Nov 30 2010 Shad L. Lords <slord@mail.com> 5.2.0-70.sme
83     - Use correct field (Dept) for ou ldap field [SME: 6417]
84    
85     * Tue Nov 30 2010 Shad L. Lords <slord@mail.com> 5.2.0-69.sme
86     - Add rfc2739.schem back in and include in config so upgrades work [SME: 5159]
87    
88     * Tue Nov 30 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-68.sme
89     - Use ldapmodify to load ldif, add -a if no changetype [SME: 6413]
90    
91     * Tue Nov 23 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-67.sme
92     - Remove bogus junk attribute from ldif templates [SME: 6396]
93    
94     * Mon Nov 22 2010 Shad L. Lords <slord@mail.com> 5.2.0-66.sme
95     - Change startup order for ldap [SME: 6390]
96    
97     * Thu Nov 11 2010 Shad L. Lords <slord@mail.com> 5.2.0-65.sme
98     - Store locked password instead of expired password [SME: 6360]
99    
100     * Wed Nov 10 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-64.sme
101     - Fixed ldif templates error [SME: 6356]
102    
103     * Mon Nov 8 2010 Shad L. Lords <slords@mail.com> 5.2.0-63.sme
104     - Simplify ldap-update for most events [SME: 6354]
105    
106     * Fri Nov 5 2010 Shad L. Lords <slords@mail.com> 5.2.0-62.sme
107     - Adjust call to ldap-update later create/modify/delete [SME: 6284]
108    
109     * Thu Nov 4 2010 Shad L. Lords <slords@mail.com> 5.2.0-61.sme
110     - Apply correct patch for group descriptions/password [SME: 6337]
111    
112     * Thu Nov 4 2010 Shad L. Lords <slords@mail.com> 5.2.0-60.sme
113     - groups don't have password, some don't have description [SME: 6337]
114    
115     * Tue Nov 2 2010 Shad L. Lords <slords@mail.com> 5.2.0-59.sme
116     - Remove unix users/groups if ldap is master [SME: 6325]
117    
118     * Tue Nov 2 2010 Shad L. Lords <slords@mail.com> 5.2.0-58.sme
119     - Disable ldap-delete if ldap is master [SME: 6324]
120    
121     * Tue Nov 02 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-57.sme
122     - Enable the new ldap.init service [SME: 6231]
123    
124     * Sat Oct 30 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-56.sme
125     - Fix a small typo in reset-ldap-bootstrap [SME: 6231]
126    
127     * Fri Oct 29 2010 Shad L. Lords <slords@mail.com> 5.2.0-55.sme
128     - Add ldap.init script to allow update on reconfig/reboot [SME: 6231]
129    
130     * Thu Oct 28 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-54.sme
131     - Fix minor errors in ldap-update [SME: 6312]
132    
133     * Wed Oct 27 2010 Shad L. Lords <slords@mail.com> 5.2.0-53.sme
134     - Add www user/group to ldap [SME: 6312]
135    
136     * Wed Oct 27 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-52.sme
137     - Fixes for nobody and shared groups [SME: 6310]
138    
139     * Wed Oct 27 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-51.sme
140     - Add nobody and shared groups in LDAP [SME: 6310]
141    
142     * Thu Oct 14 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-50.sme
143     - Allow authenticated users to read posixAccount and shadowAccount attrs [SME: 6254]
144    
145     * Wed Oct 13 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-49.sme
146     - call ldap-update later during group and user creation [SME: 6284]
147    
148     * Thu Oct 7 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-48.sme
149     - Update group membership for deleted accounts [SME: 6276]
150    
151     * Thu Oct 7 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-47.sme
152     - Don't call ldap-update on deleted accounts [SME: 6239]
153    
154     * Thu Oct 7 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-46.sme
155     - Link ldap-update scripts in needed events [SME: 6239]
156    
157     * Sat Oct 2 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-45.sme
158     - Fix toggle anonymous access [SME: 6255]
159    
160     * Sat Oct 2 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-44.sme
161     - Toggle anonymous access with AnonymousAccess property [SME: 6255]
162    
163     * Sat Oct 2 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-43.sme
164     - Allow authenticated users to see more than just their own entry [SME: 6079]
165    
166     * Sat Oct 2 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-42.sme
167     - Deny access to some attributes for anonymous users [SME: 6254]
168    
169     * Mon Sep 27 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-41.sme
170     - Add ldap-update support for several accounts [SME: 6249]
171    
172     * Mon Sep 27 2010 Shad L. Lords <slords@mail.com> 5.2.0-40.sme
173     - Make ldif template create single hash [SME: 6240]
174    
175     * Mon Sep 27 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-39.sme
176     - Fix ldap-delete script [SME: 6238]
177    
178     * Sun Sep 26 2010 Shad L. Lords <slords@mail.com> 5.2.0-38.sme
179     - Update ldif template to match stored data [SME: 6240]
180    
181     * Sun Sep 26 2010 Shad L. Lords <slords@mail.com> 5.2.0-37.sme
182     - Delete all ldap objects that we now create [SME: 6238]
183    
184     * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-36.sme
185     - Ensure required attributes are present for rename [SME: 6235]
186    
187     * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-35.sme
188     - Fix old record lookups from sme7 [SME: 6235]
189    
190     * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-34.sme
191     - Add ibay and machine accounts into ldap [SME: 6236]
192    
193     * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-33.sme
194     - Rename old ldap record from sme7 if exists [SME: 6235]
195    
196     * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-32.sme
197     - Fix/add base ou entries needed for new schema [SME: 6234]
198    
199     * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-31.sme
200     - Rewrite ldap-update to make adding classes easier [SME: 6233]
201    
202     * Fri Sep 24 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-30.sme
203     - Add sambaSamAccount attributes in LDAP [SME: 6232]
204    
205     * Thu Sep 23 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-29.sme
206     - Use full path to config in the run script [SME: 6222]
207    
208     * Thu Sep 23 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-28.sme
209     - Add posixAccount attributes in LDAP [SME: 6074]
210    
211     * Thu Sep 23 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-27.sme
212     - Create the Computers OU [SME: 6230]
213    
214     * Thu Sep 23 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-26.sme
215     - Dump ldap data during the pre-backup event [SME: 6226]
216    
217     * Wed Sep 22 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-25.sme
218     - Send slapd logs in /var/log/ldap (multilog) [SME: 6222]
219     - Force the service to be enabled [SME: 6221]
220     - Indexe memberUid attribute [SME: 6220]
221     - Expand slapd.conf during ldap-update event [SME: 6224]
222     - Split slapd ACL template [SME: 6225]
223     - Prevent users from reading their password over a unsecured link [SME: 6252]
224     - Use md5crypt hash when client requests exop [SME: 6223]
225    
226     * Wed Sep 22 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-24.sme
227     - Restrict access to the ldif file [SME: 6217]
228    
229     * Tue Jun 10 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-23.sme
230     - Fix ldap-create errors when adding empty groups [SME: 5920]
231    
232     * Mon Jun 7 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-22.sme
233     - Update email addresses on domain change (thanks Daniel) [SME: 5984]
234     - Update admin information (thanks Daniel) [SME: 6014]
235    
236     * Tue May 4 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-21.sme
237     - Fix indentation in S25ldap-update script [SME: 5914]
238    
239     * Fri Apr 30 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-20.sme
240     - Don't try to save ibay password to ldap [SME: 5906]
241    
242     * Mon Mar 1 2010 Daniel B. <daniel@firewall-services.com> 5.2.0-19.sme
243     - Fix bug reference in spec file
244    
245     * Mon Mar 1 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-18.sme
246     - Fix admin user password change (Daniel B.) [SME: 5810]
247    
248     * Tue Feb 9 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-17.sme
249     - Init database if the ldif dump is empty (ie from sme8b) [SME: 5747]
250    
251     * Fri Feb 5 2010 Stephen Noble <support@dungog.net> 5.2.0-16.sme
252     - revert re-init database [SME:5747]
253    
254     * Fri Feb 5 2010 Stephen Noble <support@dungog.net> 5.2.0-15.sme
255     - re-init readonly database on post-upgrade [SME:5747]
256    
257     * Thu Feb 4 2010 Daniel B. <daniel@firewall-services.com> 5.2.0-14.sme
258     - Force SSL/TLS for remote authentication [SME: 5748]
259    
260     * Wed Feb 3 2010 Stephen Noble <support@dungog.net> 5.2.0-13.sme
261     - reuse users_groups_ous.patch2 [SME: 5743]
262    
263     * Wed Feb 3 2010 Stephen Noble <support@dungog.net> 5.2.0-12.sme
264     - Separate groups and users with mailboxRelatedObject [SME:5749]
265    
266     * Wed Feb 3 2010 Stephen Noble <support@dungog.net> 5.2.0-11.sme
267     - Set readonly access [SME:5752]
268    
269     * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-10.sme
270     - Fix ldap-update action script to user-lock event [SME: 5720]
271    
272     * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-9.sme
273     - Fix Groups entries [SME: 5743]
274    
275     * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-8.sme
276     - Add Groups entries [SME: 5743]
277    
278     * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-7.sme
279     - Add admin user as a standard user [SME: 5742]
280    
281     * Sat Jan 30 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-6.sme
282     - Add ldap-update action script to user-lock event [SME: 5720]
283    
284     * Wed Jan 27 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-5.sme
285     - Add ldap authentication and tls support [SME: 5720]
286    
287     * Wed Jan 13 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-4.sme
288     - Update schema for newer openldap and remove calFBurl [SME: 5159]
289     - Convert ldif dump [SME: 5446]
290    
291     * Sun Feb 8 2009 Charlie Brady <charlie_brady@mitel.com> 5.2.0-3.sme
292     - Create bdb log directory. [SME: 3018]
293    
294     * Tue Jan 27 2009 Charlie Brady <charlie_brady@mitel.com> 5.2.0-2.sme
295     - Change ldap backend to bdb, and fix initialisation problem.
296     [SME: 3018, 2859]
297    
298     * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 5.2.0-1.sme
299     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
300    
301     * Wed Aug 20 2008 Shad L. Lords <slords@mail.com> 4.13.0-1
302     - Roll new dev stream.
303    
304     * Fri Jul 25 2008 Shad L. Lords <slords@mail.com> 4.12.0-11
305     - Separate template to avoid breaking schema [SME: 4171]
306    
307     * Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.12.0-10
308     - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
309    
310     * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.12.0-9
311     - Add free/busy URL entry to help kronolith contribs [SME: 1806]
312    
313     * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 4.12.0-8
314     - Remove <base> tags now in general [SME: 3919]
315    
316     * Tue Jun 26 2007 Charlie Brady <charlie_brady@mitel.com>
317     - Fix format error in ldif template. [SME: 3107]
318    
319     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
320     - Clean up spec so package can be built by koji/plague
321    
322     * Mon Feb 19 2007 Charlie Brady <charlie_brady@mitel.com> 4.12.0-6
323     - Don't tell slapd to create pid and args files that we don't need
324     and don't use (and can't create with later openldap version).
325     [SME: 2477]
326    
327     * Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 4.12.0-5
328     - Make success/failure messages standard [SME: 2289]
329    
330     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
331     - Update to new release naming. No functional changes.
332     - Make Packager generic
333    
334     * Wed Nov 08 2006 Charlie Brady <charlie_brady@mitel.com> 4.12.0-03
335     - Correct permissions on slapd.conf. [SME: 2037]
336    
337     * Thu Sep 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.12.0-02
338     - Don't attempt to create IPv6 socket (log noise). [SME: 1946]
339    
340     * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 4.12.0-01
341     - Roll stable stream version. [SME: 1016]
342    
343     * Sun Jan 22 2006 Charlie Brady <charlieb@e-smith.com> 4.11.3-08
344     - Use correct utf8 encoding for non-ascii attributes. [SME: 537]
345    
346     * Fri Jan 20 2006 Charlie Brady <charlieb@e-smith.com> 4.11.3-07
347     - Reexpand hosts.allow template during ldap-update. [SME: 520]
348    
349     * Thu Jan 19 2006 Charlie Brady <charlieb@e-smith.com> 4.11.3-06
350     - Reexpand masq template during ldap-update. [SME: 520]
351    
352     * Mon Jan 16 2006 Charlie Brady <charlieb@e-smith.com> 4.11.3-05
353     - Remove obsolete ldap-rebuild script. [SME: 463]
354    
355     * Sun Jan 15 2006 Charlie Brady <charlieb@e-smith.com> 4.11.3-04
356     - Delete old contents of directory if domain name is changed.
357     [SME: 393]
358    
359     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.11.3-03
360     - Bump release number only
361    
362     * Mon Nov 21 2005 Charlie Brady <charlieb@e-smith.com>
363     - [4.11.3-02]
364     - Work around slapd's failure to accept 'objectClass: group' (in spite
365     of schema checking being disabled). [SF: 1362868]
366    
367     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
368     - [4.11.3-01]
369     - Remove L10Ns from base packages [SF: 1309520]
370    
371     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
372     - [4.11.2-01]
373     - New dev stream before relocating L10Ns
374    
375     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
376     - [4.11.1-19]
377     - Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
378    
379     * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
380     - [4.11.1-18]
381     - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
382    
383     * Tue Sep 6 2005 Charlie Brady <charlieb@e-smith.com>
384     - [4.11.1-17]
385     - Add template fragment to allow bind using LDAP version
386     2. [SF: 1282697]
387    
388     * Wed Jul 27 2005 Charlie Brady <charlieb@e-smith.com>
389     - [4.11.1-16]
390     - Move masq fragement from template to db [SF: 1241415]
391     - Remove all use of deprecated esmith::config API.
392    
393     * Mon Jun 13 2005 Charlie Brady <charlieb@e-smith.com>
394     - [4.11.1-15]
395     - Remove unused and deprecated kerberosobject schema.
396    
397     * Fri Apr 15 2005 Charlie Brady <charlieb@e-smith.com>
398     - [4.11.1-14]
399     - Fix typo in services2adjust symlink for apache.
400    
401     * Fri Apr 15 2005 Charlie Brady <charlieb@e-smith.com>
402     - [4.11.1-13]
403     - Drop back to simple schema, and 6.x version of ldap-update script.
404     More thought needed about how to extend the schema and how to handle
405     property deletions.
406    
407     * Thu Apr 14 2005 Charlie Brady <charlieb@e-smith.com>
408     - [4.11.1-12]
409     - Remove full restart of apache from panel, and add sigusr1 to ldap-update
410     event handling.
411     - Update ldif file templates and ldap-update script to fill out the schema
412     a little, to remove bogus adding of user attribute to group entries, and
413     to allow removal of properties which have been nulled out.
414    
415     * Fri Apr 1 2005 Charlie Brady <charlieb@e-smith.com>
416     - [4.11.1-11]
417     - Comment out for now the utf8 conversion, as it's not working
418     yet.
419    
420     * Wed Mar 23 2005 Charlie Brady <charlieb@e-smith.com>
421     - [4.11.1-10]
422     - Remove explicit generic_template_expand symlink in ldap-update
423     event - not required.
424     - Create "finish" script to do ldif file dump on shutdown.
425     - Add templates for ldif file used during ldap rebuild.
426     - Handle latin->utf8 conversion in ldif templates.
427    
428     * Tue Mar 8 2005 Charlie Brady <charlieb@e-smith.com>
429     - [4.11.1-09]
430     - Use generic adjust-services in place of adjust-masq [MN00065576]
431    
432     * Tue Mar 8 2005 Charlie Brady <charlieb@e-smith.com>
433     - [4.11.1-08]
434     - Remove dangling ldap-conf symlink. [MN00064130]
435    
436     * Tue Jan 25 2005 Charlie Brady <charlieb@e-smith.com>
437     - [4.11.1-07]
438     - Remove ldap-delete-dumps from post-backup event. It leaves ldap
439     stopped and with no directory contents. [MN00025069]
440     - Added ldap-delete-dumps to post-backup to prevent potential ldap database
441     clobbering on post-upgrade. [msoulier MN00025069]
442     - Update e-smith-devtools BuildRequires, and createlinks script.
443     [MN00064130]
444    
445     * Tue Jan 18 2005 Charlie Brady <charlieb@e-smith.com>
446     - [4.11.1-06]
447     - Use generic_template_expand action where possible, in place
448     of specific actions. Update e-smith-lib dependency. [MN00064130]
449    
450     * Wed Dec 29 2004 Charlie Brady <charlieb@e-smith.com>
451     - [4.11.1-05]
452     - Create missing /service symlink, and add down file to service
453     directory to control startup sequence. [charlieb MN00062133]
454    
455     * Mon Dec 20 2004 Charlie Brady <charlieb@e-smith.com>
456     - [4.11.1-04]
457     - Use supervise to run slapd. [charlieb MN00062133]
458    
459     * Tue Nov 9 2004 Charlie Brady <charlieb@e-smith.com>
460     - [4.11.1-03]
461     - Include redhat/rfc822-MailMember.schema specification from earlier
462     RedHat openldap packages (missing in RHEL3). [charlieb MN00056724]
463     - Remove deprecated ldap-startup script. Add ldap service default fragments
464     and a migrate fragment to initialize the password. [charlieb MN00056726]
465     - Remove obsolete conf-migrate-ldap-variables action [charlieb MN00056733]
466    
467     * Tue Sep 28 2004 Michael Soulier <msoulier@e-smith.com>
468     - [4.11.1-02]
469     - Updated requires with new perl dependencies. [msoulier MN00040240]
470    
471     * Mon May 10 2004 Michael Soulier <msoulier@e-smith.com>
472     - [4.11.1-01]
473     - Updated createlinks.
474     - Added ldap-delete-dumps to post-backup to prevent potential ldap database
475     clobbering on post-upgrade. [msoulier MN00025069]
476    
477     * Thu Sep 4 2003 Charlie Brady <charlieb@e-smith.com>
478     - [4.11.0-01]
479     - Changing version to development stream number - 4.11.0
480    
481     * Wed Jul 9 2003 Charlie Brady <charlieb@e-smith.com>
482     - [4.10.0-02]
483     - Avoid restart of slapd during bootstrap-console-save event.
484     [charlieb 9338]
485    
486     * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
487     - [4.10.0-01]
488     - Changing version to stable stream number - 4.10.0
489    
490     * Tue May 6 2003 Lijie Deng <lijied@e-smith.com>
491     - [4.9.0-12]
492     - Add Spanish lexicon for directory panel [lijied 3793]
493    
494     * Wed Apr 16 2003 Michael Soulier <msoulier@e-smith.com>
495     - [4.9.0-11]
496     - Modified French translation [lijied 7949]
497     - Modified ldap-dump to take its domainname from /etc/openldap/ldap.conf, and
498     be aware of domainname changes. [msoulier 6747]
499    
500     * Thu Apr 3 2003 Lijie Deng <lijied@e-smith.com>
501     - [4.9.0-10]
502     - Removed 'Mitel Networks SME Server' branding [lijied 8016]
503    
504     * Thu Mar 27 2003 Lijie Deng <lijied@e-smith.com>
505     - [4.9.0-09]
506     - Modified French lexicon to use lang="fr", rename the lexicon
507     directory to fr [lijied 6787]
508    
509     * Tue Mar 25 2003 Lijie Deng <lijied@e-smith.com>
510     - [4.9.0-08]
511     - Modified directory access en-us and fr-ca text [lijied 4081]
512    
513     * Tue Mar 18 2003 Lijie Deng <lijied@e-smith.com>
514     - [4.9.0-07]
515     - Split out ./etc/openldap/ldap.conf/template-begin [lijied 3295]
516    
517     * Mon Mar 17 2003 Lijie Deng <lijied@e-smith.com>
518     - [4.9.0-06]
519     - Deleted empty template-end file [lijied 3295]
520    
521     * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
522     - [4.9.0-05]
523     - Modified directory panel order [lijied 7356]
524    
525     * Tue Mar 4 2003 Lijie Deng <lijied@e-smith.com>
526     - [4.9.0-04]
527     - Split en-us lexicon from directory panel [lijied 4030]
528    
529     * Fri Feb 28 2003 Lijie Deng <lijied@e-smith.com>
530     - [4.9.0-03]
531     - s/HostsAllowSpec/hosts_allow_spec/ [charlieb 5650]
532     - Remodified the lexicon file [lijied 5003]
533    
534     * Fri Feb 28 2003 Charlie Brady <charlieb@e-smith.com>
535     - [4.9.0-02]
536     - Added French lexicon for directory [lijied 5003]
537     - Re-do hosts.allow template to use esmith::ConfigDB::HostsAllowSpec.
538     Add dependency on up-to-date e-smith-lib. [charlieb 5650]
539    
540     * Wed Nov 20 2002 Mike Dickson <miked@e-smith.com>
541     - [4.9.0-01]
542     - Changing to development stream; version upped to 4.9.0
543    
544     * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
545     - [4.8.0-01]
546     - Roll to maintained version number to 4.8.0
547    
548     * Wed Oct 2 2002 Charlie Brady <charlieb@e-smith.com>
549     - [4.7.6-14]
550     - Override the default backgrounding of ldap restart in
551     gentle-ldap-dump action [charlieb 2745]
552     - Remove deprecated serviceControl enable/disable calls from
553     ldap-startup [charlieb 4458]
554    
555     * Tue Sep 24 2002 Mark Knox <markk@e-smith.com>
556     - [4.7.6-13]
557     - Use esmith::util and shut down LDAP in foreground [markk 2745]
558    
559     * Tue Sep 24 2002 Mark Knox <markk@e-smith.com>
560     - [4.7.6-12]
561     - Add pre-restore event and ldap-delete-dumps action [markk 2745]
562    
563     * Thu Sep 12 2002 Charlie Brady <charlieb@e-smith.com>
564     - [4.7.6-11]
565     - Fix permission/ownership of /etc/openldap/slapd.conf. [charlieb 4862]
566    
567     * Tue Sep 10 2002 Charlie Brady <charlieb@e-smith.com>
568     - [4.7.6-10]
569     - Remove redundant "my" in ldap-rebuild (causes warning). [charlieb 2745]
570    
571     * Thu Sep 5 2002 Charlie Brady <charlieb@e-smith.com>
572     - [4.7.6-09]
573     - Remove stray ; (where are those code police?). [charlieb 2745]
574    
575     * Tue Sep 3 2002 Charlie Brady <charlieb@e-smith.com>
576     - [4.7.6-08]
577     - Fix $c->get('DomainName') => $c->get('DomainName')->value snafu
578     [charlieb 2745]
579    
580     * Mon Sep 2 2002 Charlie Brady <charlieb@e-smith.com>
581     - [4.7.6-07]
582     - Fix Domain => DomainName snafu. [charlieb 2745]
583    
584     * Thu Aug 29 2002 Charlie Brady <charlieb@e-smith.com>
585     - [4.7.6-06]
586     - Create new gentle-ldap-dump action, and include it in pre-backup
587     event. [charlieb 2745]
588    
589     * Thu Aug 29 2002 Charlie Brady <charlieb@e-smith.com>
590     - [4.7.6-05]
591     - Revert ldap-dump to slapcat version, and remove symlinks from all
592     actions. The ldap init script is being modified to call ldap-dump
593     after slapd shutdown. [charlieb 4739]
594    
595     * Tue Aug 27 2002 Charlie Brady <charlieb@e-smith.com>
596     - [4.7.6-04]
597     - Rewrite ldap-dump to use Net::LDAP::LDIF so that it reads data from
598     ldap daemon rather than directly from ldap db files. [charlieb 4057]
599    
600     * Tue Aug 27 2002 Charlie Brady <charlieb@e-smith.com>
601     - [4.7.6-03]
602     - Fix run-time problems in OO conversion of ldap-update [charlieb 4057]
603    
604     * Fri Aug 23 2002 Charlie Brady <charlieb@e-smith.com>
605     - [4.7.6-02]
606     - Change ldap-rebuild to build directory using LDIF dump if found,
607     and new data otherwise. [charlieb 4057]
608     - Re-write ldap-update and ldap-rebuild to use OO db accesses,
609     for clarity. [charlieb 4057]
610     - Dump LDAP directory every time we change it. [charlieb 4057]
611    
612     * Tue Aug 20 2002 Charlie Brady <charlieb@e-smith.com>
613     - [4.7.6-01]
614     - Add program to do LDIF dump of ldap directory. [charlieb 4057]
615    
616     * Mon Aug 19 2002 Charlie Brady <charlieb@e-smith.com>
617     - [4.7.5-01]
618     - Remove unnecessary actions: ldap-rebuild from console-save event and
619     ldap-conf from ldap-update event. [charlieb 4057]
620     - Change ldap-update action so that when run during the ldap-update
621     event it iterates through user and group accounts and updates records
622     with current values. Link ldap-update action into ldap-update event
623     in place of ldap-rebuild action. [charlieb 4057]
624    
625     * Mon Aug 19 2002 Charlie Brady <charlieb@e-smith.com>
626     - [4.7.4-01]
627     - Use new adjust-masq action rather than restart-masq during ldap-update.
628     [charlieb 4501]
629    
630     * Thu Aug 15 2002 Charlie Brady <charlieb@e-smith.com>
631     - [4.7.3-01]
632     - Add rc7.d symlink and don't set deprecated InitscriptsOrder property
633     [charlieb 4458]
634     - Change use of allow_tcp_in() function to allow dynamic reconfig.
635     [charlieb 4501]
636    
637     * Thu Aug 8 2002 Charlie Brady <charlieb@e-smith.com>
638     - [4.7.2-01]
639     - Change inbound rule to use allow_tcp_in() function. The
640     function actually implements connection tracking. [charlieb 4499]
641    
642     * Wed Jul 17 2002 Charlie Brady <charlieb@e-smith.com>
643     - [4.7.1-01]
644     - Change masq script fragment to use iptables. [charlieb 1268]
645    
646     * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
647     - [4.7.0-01]
648     - Changing version to development stream number 4.7.0
649    
650     * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
651     - [4.6.0-01]
652     - Changing version to maintained stream number to 4.6.0
653    
654     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
655     - [4.5.10-01]
656     - RPM rebuild forced by cvsroot2rpm
657    
658     * Mon May 6 2002 Gordon Rowell <gordonr@e-smith.com>
659     - [4.5.9-01]
660     - Localise SAVE button [gordonr 3222]
661    
662     * Fri May 3 2002 Charlie Brady <charlieb@e-smith.com>
663     - [4.5.8-01]
664     - Remove /etc/e-smith/tests/.dummy. Make empty /etc/e-smith/tests in %build.
665     [charlieb 3343]
666    
667     * Wed May 1 2002 Gordon Rowell <gordonr@e-smith.com>
668     - [4.5.7-01]
669     - esmith::AccountDB -> esmith::AccountsDB [schwern 3287]
670    
671     * Thu Apr 25 2002 Gordon Rowell <gordonr@e-smith.com>
672     - [4.5.6-01]
673     - Added header and footer to page [gordonr 3223]
674     - Added nav bar entries to lexicon [gordonr 3155]
675    
676     * Mon Apr 15 2002 Gordon Rowell <gordonr@e-smith.com>
677     - [4.5.5-01]
678     - Adjusted site-perl -> site_perl
679    
680     * Mon Apr 15 2002 Gordon Rowell <gordonr@e-smith.com>
681     - [4.5.4-01]
682     - Language en-> en-us
683    
684     * Wed Apr 10 2002 Kirrily Robert <skud@e-smith.com>
685     - [4.5.3-01]
686     - Added i18n'd directory panel
687    
688     * Mon Mar 25 2002 Kirrily Robert <skud@e-smith.com>
689     - [4.5.2-01]
690     - Checking for success of CVS import
691    
692     * Mon Mar 25 2002 Kirrily Robert <skud@e-smith.com>
693     - [4.5.1-01]
694     - rollRPM: Rolled version number to 4.5.1-01. Includes patches up to 4.5.0-02.
695    
696     * Mon Mar 25 2002 Kirrily Robert <skud@e-smith.com>
697     - [4.5.0-02]
698     - removed extraneous rmdir in setup section that was breaking the build
699    
700     * Mon Mar 25 2002 Kirrily Robert <skud@e-smith.com>
701     - [4.5.0-01]
702     - rollRPM: Rolled version number to 4.5.0-01. Includes patches up to 4.4.0-08.
703    
704     * Fri Nov 16 2001 Charlie Brady <charlieb@e-smith.com>
705     - [4.4.0-08]
706     - Fix code which adds the "ldap" user - it was trying to use "ldap" as
707     a supplementary group (using -G) rather than as initial group (-g).
708     - Remove two $! from warn statements as they are won't contain useful
709     information.
710    
711     * Wed Nov 07 2001 Tony Clayton <tonyc@e-smith.com>
712     - [4.4.0-07]
713     - rebranding to Mitel Networks
714    
715     * Thu Oct 18 2001 Charlie Brady <charlieb@e-smith.com>
716     - [4.4.0-06]
717     - Fix regeneration of ldap password every time slapd.conf was
718     re-expanded. See Bugzilla #1966 for details.
719    
720     * Thu Oct 18 2001 Charlie Brady <charlieb@e-smith.com>
721     - [4.4.0-05]
722     - Added code to add "ldap" user and group if necessary
723    
724     * Tue Aug 28 2001 Gordon Rowell <gordonr@e-smith.com>
725     - [4.4.0-04]
726     - Removed deprecated post-restore event directory
727    
728     * Fri Aug 17 2001 Adrian Chung <adrianc@e-smith.com>
729     - [4.4.0-03]
730     - Add restart-httpd-full call to end of web panel, after
731     user confirmation of update has been sent.
732    
733     * Fri Aug 17 2001 gordonr
734     - [4.4.0-02]
735     - Autorebuild by rebuildRPM
736    
737     * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
738     - [4.4.0-01]
739     - Rolled version number to 4.4.0-01. Includes patches upto 4.3.1-05.
740    
741     * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
742     - [4.3.1-05]
743     - Use Net::LDAP module in ldap-delete and ldap-update. Something broke
744     in the ldap{add,modify,delete} versions of the scripts, and it's easy
745     to debug, and probably more efficient to just write to the perl API.
746    
747     * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
748     - [4.3.1-04]
749     - Change uid/gid before execing slapadd, so that created db files have
750     correct ownership
751     - Reformat ldap-rebuild to fit in 80 columns.
752    
753     * Tue Aug 7 2001 Charlie Brady <charlieb@e-smith.com>
754     - [4.3.1-03]
755     - Use slapadd instead of ldif2ldbm program for ldap-rebuild. Use pipe
756     rather than temp file.
757     - Re-add "schemacheck off" to slapd.conf - we don't pass the strict
758     checking which is recommended.
759    
760     * Tue Aug 7 2001 Charlie Brady <charlieb@e-smith.com>
761     - [4.3.1-02]
762     - openldap v2 changes - change ownership of slapd.conf, use different
763     bundled schema files, and add indexes.
764    
765     * Tue Aug 7 2001 Charlie Brady <charlieb@e-smith.com>
766     - [4.3.1-01]
767     - Rolled version number to 4.3.1-01. Includes patches upto 4.3.0-07.
768    
769     * Thu Aug 07 2001 Charlie Brady <charlieb@e-smith.com>
770     - [4.3.0-07]
771     - Break slapd.conf template into fragments, and include in-line
772     at.conf and co.conf fragements, rather than use include feature.
773     This is to make configuration stable across versions of openldap.
774    
775     * Thu Aug 02 2001 Gordon Rowell <gordonr@e-smith.com>
776     - [4.3.0-06]
777     - More branding changes
778    
779     * Sun Jul 29 2001 Jason Miller <jmiller@e-smith.com>
780     - [4.3.0-05]
781     - Branding text changes to the directory web panel
782    
783     * Fri Jul 6 2001 Peter Samuel <peters@e-smith.com>
784     - [4.3.0-04]
785     - Change license to GPL
786    
787     * Wed Jul 04 2001 Gordon Rowell <gordonr@e-smith.com>
788     - [4.3.0-03]
789     - Use esmith::util::LdapPassword instead of direct file access
790    
791     * Tue May 29 2001 Tony Clayton <tonyc@e-smith.com>
792     - [4.3.0-02]
793     - fixed actions that had tied %conf when calling serviceControl (2 actions)
794    
795     * Sun Apr 29 2001 Charlie Brady <charlieb@e-smith.com>
796     - [4.3.0-01]
797     - Rolled version number to 4.3.0-01. Includes patches upto 4.2.0-03.
798    
799     * Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com>
800     - Rolling release number for GPG signing.
801    
802     * Fri Jan 26 2001 Charlie Brady <charlieb@e-smith.com>
803     - [4.2.0-01]
804     - Added packet filter fragment to selectively allow external LDAP access
805     - Linked conf- and restart-masq actions into update-ldap event
806    
807     * Thu Jan 25 2001 Peter Samuel <peters@e-smith.com>
808     - [4.2.0-01]
809     - Rolled version number to 4.2.0-01. Includes patches upto 4.1.0-17.
810    
811     * Tue Jan 16 2001 Adrian Chung <adrianc@e-smith.com>
812     - [4.1.0-17]
813     - Add ldap-rebuild to bootstrap-console-save
814     - required to initialize ldap database.
815    
816     * Fri Jan 12 2001 Charlie Brady <charlieb@e-smith.com>
817     - [4.1.0-16]
818     - Remove ldap-conf from post-upgrade action (it was occuring before
819     ldap-startup, which caused a problem).
820     - Delete obsolete post-restore action.
821    
822     * Fri Jan 12 2001 Adrian Chung <adrianc@e-smith.com>
823     - [4.1.0-15]
824     - split ldap-rebuild into ldap-conf and ldap-rebuild.
825    
826     * Thu Jan 11 2001 Gordon Rowell <gordonr@e-smith.com>
827     - [4.1.0-14]
828     - Use serviceControl()
829    
830     * Thu Jan 11 2001 Charlie Brady <charlieb@e-smith.com>
831     - [4.1.0-13]
832     - Fix perl warning in migrate variables script - simplify a chunk of code
833     while doing it.
834    
835     * Wed Jan 10 2001 Charlie Brady <charlieb@e-smith.com>
836     - [4.1.0-12]
837     - Add genLdapPassword to ldap-startup - it somehow has been lost and never
838     happens.
839     - Remove ldap-startup from console-save
840     - Add ldap-startup to post-restore action
841     - Add new bootstrap-console-save event
842     - Change demo phone number from 999... to 555.... to save UK emergency
843     services
844    
845     * Tue Jan 09 2001 Jason Miller <jmiller@e-smith.com>
846     - [4.1.0-11]
847     - updated ldap-startup to set the defaults on a fresh
848     installation
849     - undid some bad changes to the conf-migrate-ldap-variables
850     script
851    
852     * Mon Jan 08 2001 Jason Miller <jmiller@e-smith.com>
853     - [4.1.0-5] through [4.1.0-9]
854     - changed directory web panel to read from new configuration
855     database parameters
856     - updated action scripts to take into account the new ldap
857     database parameters
858     - added conf-migrate-ldap-variables as a new action in
859     both post-upgrade and post-restore
860    
861     * Fri Jan 05 2001 Jason Miller <jmiller@e-smith.com>
862     - [4.1.0-4]
863     - updated copyright and fixed directory panel error in
864     not checking prototypes for subroutines
865    
866     * Tue Dec 12 2000 Gordon Rowell <gordonr@e-smith.com>
867     - [4.1.0-3]
868     - Fixed e-smith-lib dependency
869    
870     * Mon Dec 11 2000 Tony Clayton <tonyc@e-smith.com>
871     - [4.1.0-2]
872     - upgraded ldap-rebuild action to conform to new processTemplate
873     - created dependency on e-smith-lib-4.1.0-13
874    
875     * Wed Dec 06 2000 Peter Samuel <peters@e-smith.com>
876     - [4.1.0-1]
877     - Rolled version to 4.1.0-1. Includes patches up to 4.0.6-3
878    
879     * Tue Oct 31 2000 Charlie Brady <charlieb@e-smith.com>
880     - Fix some old bugs in event scripts - esmith::db was not in use
881     list.
882     - Replace db_get_type calls with db_get_prop
883     - Re-write ldap hosts.allow template.
884     - Remove duplicate my $status in ldap-rebuild.
885    
886     * Mon Oct 30 2000 Charlie Brady <charlieb@e-smith.com>
887     - Merge services database back into configuration
888    
889     * Wed Oct 25 2000 Charlie Brady <charlieb@e-smith.com>
890     - Roll version number to 4.0.6-1.
891    
892     * Thu Oct 19 2000 Adrian Chung <adrian.chung@e-smith.com>
893     - Update web/functions/directory script to pass merged
894     confServicesCombined hash to esmith::cgi::gen...
895     functions.
896    
897     * Thu Oct 12 2000 Charlie Brady <charlieb@e-smith.com>
898     - Fix obsolete reference to LDAPServerMode.
899     - Reformat to break long lines.
900    
901     * Fri Oct 06 2000 Charlie Brady <charlieb@e-smith.com>
902     - Delete %post action, and set the default services db value
903     in post-install action
904    
905     * Thu Oct 05 2000 Jason Miller <jay@e-smith.com>
906     - change .spec to use db:setdefault() function
907    
908     * Wed Oct 04 2000 Jason Miller <jay@e-smith.com>
909     - %post event for enabling ldap service automatically
910     (no more post-install code required)
911     - dependencies on e-smith-lib > 0.1-21
912     - only expand templates if ldapd enabled
913     - only add to hosts.allow if ldapd enabled
914     - enable/disable service dependant on services database
915    
916     * Tue Oct 03 2000 Charlie Brady <charlieb@e-smith.com>
917     - Update services database when enabling/disabling startup.
918    
919     * Tue Oct 03 2000 Adrian Chung <mac@e-smith.com>
920     - Added ldap service checking wrapper to action scripts.
921    
922     * Mon Sep 25 2000 Paul Nesbit <pkn@e-smith.com>
923     - replaced references to e-smith.net with e-smith.com
924    
925     * Fri Aug 25 2000 Charlie Brady <charlieb@e-smith.com>
926     - Added build dependency on e-smith-devtools, and dependency on
927     e-smith-lib. Generate file list with genfilelist.
928    
929     * Thu Aug 24 2000 Gordon Rowell <gordonr@e-smith.com>
930     - Rewrote ldap-startup to use serviceControl()
931    
932     * Wed Jul 12 2000 Joseph Morrison <jdm@e-smith.net>
933     - Add -1 argument to split commands to handle null final values in
934     configuration records
935    
936     * Fri Jun 16 2000 Charlie Brady <charlieb@e-smith.net>
937     - Rewrite createlinks in perl
938     - Don't mark template files as config files.
939    
940     * Mon Jun 12 2000 Charlie Brady <charlieb@e-smith.net>
941     - Use new multi-arg form of backgroundCommand.
942    
943     * Fri Jun 1 2000 Charlie Brady <charlieb@e-smith.net>
944     - First created - broken out of e-smith-base 4.0.11.
945    
946     %prep
947     %setup
948 vip-ire 1.3 %patch1 -p1
949 vip-ire 1.4 %patch2 -p1
950 vip-ire 1.5 %patch3 -p1
951 vip-ire 1.6 %patch4 -p1
952 vip-ire 1.7 %patch5 -p1
953 slords 1.1
954     %build
955     perl createlinks
956    
957     %install
958     rm -rf $RPM_BUILD_ROOT
959     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
960     rm -f %{name}-%{version}-%{release}-filelist
961     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
962     --file /var/service/ldap/run 'attr(0750,root,root)' \
963     --file /var/service/ldap/log/run 'attr(0750,root,root)' \
964     --file /var/service/ldap/ldif-fix 'attr(0750,root,root)' \
965     --file /var/service/ldap/finish 'attr(0750,root,root)' \
966     --file /var/service/ldap/control/1 'attr(0750,root,root)' \
967     --dir /var/log/bdb 'attr(0700,ldap,ldap)' \
968     --dir /home/e-smith/db/ldap 'attr(0750,root,ldap)' \
969     --dir /var/log/ldap 'attr(0750,smelog,smelog)' \
970     > %{name}-%{version}-%{release}-filelist
971     echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
972    
973     %clean
974     rm -rf $RPM_BUILD_ROOT
975    
976     %files -f %{name}-%{version}-%{release}-filelist
977     %defattr(-,root,root)

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