/[smeserver]/rpms/e-smith-base+ldap/sme8/e-smith-base+ldap.spec
ViewVC logotype

Annotation of /rpms/e-smith-base+ldap/sme8/e-smith-base+ldap.spec

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


Revision 1.38 - (hide annotations) (download)
Fri Nov 6 12:29:24 2009 UTC (14 years, 7 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-base+ldap-5_2_0-10_el5_sme
Changes since 1.37: +7 -2 lines
* Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl>
- Translate $ifName in console configuration pages [SME: 5571]

1 snetram 1.38 # $Id: e-smith-base+ldap.spec,v 1.37 2009/11/04 14:23:26 filippocarletti Exp $
2 slords 1.28
3 slords 1.1 Summary: e-smith server and gateway - base module
4     %define name e-smith-base+ldap
5     Name: %{name}
6 slords 1.28 %define version 5.2.0
7 snetram 1.38 %define release 10
8 slords 1.1 Version: %{version}
9     Release: %{release}%{?dist}
10     License: GPL
11     Group: Networking/Daemons
12     Source: %{name}-%{version}.tar.gz
13 slords 1.30 Patch1: e-smith-base+ldap-5.2.0-sys_accounts.patch
14     Patch2: e-smith-base+ldap-5.2.0-sambaRole.patch
15 dungog 1.31 Patch3: e-smith-base+ldap-5.2.0-smartd40.patch
16 snetram 1.33 Patch4: e-smith-base+ldap-5.2.0-usbRev70drive.patch
17 vip-ire 1.34 Patch5: e-smith-base+ldap-5.2.0-ftp_auth.patch
18 slords 1.35 Patch6: e-smith-base+ldap-5.2.0-straysymlink.patch
19 snetram 1.36 Patch7: e-smith-base+ldap-5.2.0-chechIPOverlap.patch
20 filippocarletti 1.37 Patch8: e-smith-base-5.2.0-nonetworkdrivers.patch
21 snetram 1.38 Patch9: e-smith-base+ldap-5.2.0-adapter-translation-fixes.patch
22 slords 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
23     Requires: mod_auth_external
24 slords 1.30 Requires: e-smith-lib >= 2.2.0-2
25 slords 1.1 Requires: server-manager-images, server-manager
26 slords 1.11 Requires: e-smith-formmagick >= 1.4.0-12
27 slords 1.1 Requires: initscripts >= 6.67-1es17
28     Requires: e-smith-daemontools >= 1.7.1-04
29     Requires: perl(Locale::gettext)
30     Requires: perl(Crypt::Cracklib)
31     Requires: perl(Date::Manip)
32     Requires: perl(Data::UUID)
33     Requires: perl(Net::IPv4Addr)
34     Requires: /usr/sbin/irqbalance
35     Requires: /usr/sbin/cpuspeed
36     Requires: /sbin/microcode_ctl
37     Requires: dbus
38     Requires: hal
39     Requires: acpid
40     Requires: rssh
41     Requires: bridge-utils
42     Requires: vconfig
43     Requires: e-smith-bootloader
44     Requires: mdadm
45     Requires: pv
46     Requires: pam_abl
47     Conflicts: e-smith-manager < 1.13.1-04
48     Conflicts: e-smith-apache < 1.2.0-02
49     Obsoletes: rlinetd, e-smith-mod_ssl
50     Obsoletes: e-smith-serial-console
51     Obsoletes: sshell
52     Obsoletes: e-smith-rp-pppoe
53     Obsoletes: e-smith-base
54 slords 1.2 Provides: e-smith-base = 4.18.1-5
55 slords 1.1 Obsoletes: e-smith-ldap
56 slords 1.2 Provides: e-smith-ldap = 4.12.0-9
57 slords 1.1 Requires: nss_ldap
58     Requires: e-smith-samba+ldap
59     Requires: cpu
60     Obsoletes: perl-Data-UUID
61     BuildRequires: perl, perl(Test::Inline) >= 0.12
62     BuildRequires: e-smith-devtools >= 1.13.1-03
63     BuildRequires: gettext
64     %ifarch i386
65     Requires: apmd
66     %endif
67    
68     %define dbfiles accounts configuration domains hosts networks
69     AutoReqProv: no
70    
71     %description
72     e-smith server and gateway software - base module.
73    
74     %changelog
75 snetram 1.38 * Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-10.sme
76     - Translate $ifName in console configuration pages [SME: 5571]
77    
78 filippocarletti 1.37 * Wed Nov 4 2009 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-9.sme
79     - Clean up: remove unused nonetworkdrivers [SME: 5521]
80    
81 snetram 1.36 * Sat Oct 24 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-8.sme
82     - Prevent IP conflicts between local and external interface in server gateway mode [SME: 5501]
83    
84 slords 1.35 * Sat Jun 6 2009 Shad L. Lords <slords@mail.com> 5.2.0-7.sme
85     - Clean up stray symlinks in /lib/modules before depmod [SME: 5336]
86    
87 vip-ire 1.34 * Thu Mar 26 2009 Daniel B. <daniel@firewall-services.com> 5.2.0-6.sme
88     - Set PersistentPasswd to off in proftpd [SME: 5103]
89    
90 snetram 1.33 * Sat Feb 14 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-5.sme
91     - Auto-mount USB REV70-drive as usbdisk [SME: 5006]
92    
93 dungog 1.31 * Sat Oct 25 2008 Stephen Noble <support@dungog.net> 5.2.0-4.sme
94     - create service link for smartd [SME: 1445]
95    
96 slords 1.30 * Mon Oct 13 2008 Shad L. Lords <slords@mail.com> 5.2.0-3.sme
97     - Add patch to support multiple samba roles [SME: 4172]
98    
99     * Wed Oct 8 2008 Daniel B. <daniel@firewall-services.com> 5.2.0-2.sme
100 vip-ire 1.29 - do not import some system accounts/group in LDAP [SME: 4643]
101    
102 slords 1.28 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 5.2.0-1.sme
103     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
104    
105 slords 1.27 * Tue Sep 23 2008 Stephen Noble <support@dungog.net> 4.19.1-30
106     - Add locale tags for email in review panel [SME: 4267]
107    
108 slords 1.26 * Sat Sep 20 2008 Shad L. Lords <slords@mail.com> 4.19.1-29
109     - Correct gettext type during build process [SME: 570]
110    
111 slords 1.25 * Mon Sep 15 2008 Shad L. Lords <slords@mail.com> 4.19.1-28
112     - Fix screen corruption in console [SME: 4155]
113    
114     * Sat Sep 13 2008 Shad L. Lords <slords@mail.com> 4.19.1-27
115     - Fix detection of xen instance against newer kernels [SME: 4555]
116    
117 snetram 1.24 * Thu Aug 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-26
118     - Fixed warnings generated during build process [SME: 570]
119    
120 bytegw 1.23 * Sun Aug 17 2008 Gavin Weight <gweight@gmail.com> 4.19.1-25
121     - Add gettext to creating backup file title for localization. [SME: 4467]
122    
123 bytegw 1.22 * Tue Aug 12 2008 Gavin Weight <gweight@gmail.com> 4.19.1-24
124     - Fix race condition in VPN ip-down handling which could cause loss of
125     LAN connectivity. [SME: 4405]
126    
127 slords 1.21 * Sat Aug 9 2008 Shad L. Lords <slords@mail.com> 4.19.1-23
128     - Remove requires for whiptail. No longer needed [SME: 4491]
129    
130 snetram 1.20 * Fri Aug 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-22
131     - Change userpassword panel to use PASSWORD_VERIFY_NEW instead of PASSWORD_NEW_VERIFY [SME: 4487]
132    
133 snetram 1.19 * Thu Aug 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-21
134     - Revert locale key PASSWORD_RESET_TITLE to RESET_PASSWORD_TITLE and move it
135     to e-smith-formmagick's general [SME: 4475]
136     - Reverting all *PASSWORD_NO_MATCH to *PASSWORD_VERIFY_ERROR locale keys [SME: 4476]
137     - Remove invalid entry tag from userpassword's locale file preventing the
138     form from displaying properly [SME: 4479]
139    
140 slords 1.18 * Fri Jul 25 2008 Shad L. Lords <slords@mail.com> 4.19.1-20
141     - Separate template to avoid breaking schema [SME: 4171]
142    
143 slords 1.17 * Fri Jul 25 2008 Daniel B. <daniel@firewall-services.com> 4.19.1-19
144     - Merge Users and People informations in ou=Users. This is done by removing
145     the 'account' objectClass and adding 'calEntry' and 'InetOrgPerson' for
146     user accounts [SME: 4396]
147     - do not reset objectClass attributes during ldap-update. This will allow
148     admins to add others objectClass
149     - use the dummy user (inetOrgPerson) of each group to store mail address
150     of the group (may store alias latter)
151     - remove now unused ou=People
152     - rotate slapd log in logrotate event
153     - compute sambaSID of users, prevent invalid sambaSID during migration
154    
155 bytegw 1.16 * Wed Jul 23 2008 Gavin Weight <gweight@gmail.com> 4.19.1-18
156     - Add regex to support cciss device names in manageRAID.pl. [SME: 4455]
157    
158 snetram 1.15 * Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-17
159 snetram 1.14 - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
160    
161 slords 1.13 * Thu May 14 2008 Daniel B. <daniel@firewall-services.com> 4.19.1-16
162     - Add calEntry in ldap-update so the attribute calFBURL is allowed and
163     ou=People can be updated
164    
165     * Mon Apr 28 2008 Daniel B. <daniel@firewall-services.com> 4.19.1-15
166 vip-ire 1.32 - Fix run script when domain name has changed [SME: 4293]
167 slords 1.13
168 slords 1.11 * Mon Apr 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-14
169     - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
170    
171 bytegw 1.10 * Wed Apr 23 2008 Shad L. Lords <slords@mail.com> 4.19.1-13
172     - Fix for > 5 nics detected [SME: 4232]
173    
174 slords 1.9 * Tue Apr 22 2008 Shad L. Lords <slords@mail.com> 4.19.1-12
175     - Remove use of Date::Manip from ssl.crt [SME: 3155]
176    
177 slords 1.8 * Tue Apr 22 2008 Daniel B. <daniel@firewall-services.com> 4.19.1-11
178     - Import samba information in ldap (for users)
179     - Import samba machine accounts
180    
181 slords 1.7 * Tue Apr 22 2008 Daniel B. <daniel@firewall-services.com> 4.19.1-10
182     - Updated samba.schema (necessary for substr search on sambaSID)
183     - configured salpd to use md5crypt as hash
184     - configure ldap.conf to use exop as hash (negociated with ldap server => md5crypt)
185     - ACL for sambaLMPassword and sambaNTPassword
186     - Allow unix account lookup in ou=Computers (for machine accounts)
187     - Remove warnings in ldap.conf template
188    
189 slords 1.6 * Sat Apr 19 2008 Shad L. Lords <slords@mail.com> 4.19.1-9
190     - Fix FreeBusy param when disabled [SME: 1806]
191     - Remove .orig file [SME: 4228]
192    
193 slords 1.5 * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.19.1-8
194     - Remove quitConsole from menu [SME: 4154]
195    
196 slords 1.4 * Wed Apr 2 2008 Sebastien F. <sebast@firewall-services.com> 4.19.1-7
197     - Really fix free/busy in usermanager [SME: 4157]
198    
199 slords 1.3 * Wed Apr 2 2008 Sebastien F. <sebast@firewall-services.com> 4.19.1-6
200     - Set nss "bind_policy" to "soft" to be able to access to
201     /etc/{passwd,groups,shadow} informations when ldap is down.
202     - Set /etc/openldap/ldap.conf host to "localhost" and remove unnecessary
203     use of SSL. [SME: 1543].
204     - Cleanly handle need of ldap directory generation after e-smith-base+ldap
205     package: add prop "generateDb" to ldap key and modify /var/service/ldap/run.
206    
207     * Wed Apr 2 2008 Sebastien F. <sebast@firewall-services.com> 4.19.1-5
208     - Convert ldap-init-accounts action to /home/e-smith/db/ldap/ldif template
209     [SME: 3439].
210     - New template is able to import after package install sme accounts from
211     /etc/{passwd,group,shadow} files to ldap directory.
212    
213     * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.19.1-4
214     - Use frames in elinks [SME: 4156]
215     - Set homepage for elinks [SME: 4160]
216    
217     * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.19.1-3
218     - Fix free/busy field in useraccounts [SME: 4157]
219    
220 slords 1.2 * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.19.1-2
221     - Add free/busy URL entry to help kronolith contribs [SME: 1806]
222    
223 slords 1.1 * Mon Mar 31 2008 Shad L. Lords <slords@mail.com> 4.19.1-1
224     - Re-base off of e-smith-base-1.18.1 & e-smith-ldap-4.12.0
225     - Roll to development stream numbering
226    
227     * Sat Mar 29 2008 Sebastien F. <sebast@firewall-services.com> 4.18.09sf05
228     - Fix some bugfixes to ldap authentication [SME: 1543]:
229     - In ldap-delete, $domain is compulsory to compute ldap base.
230     - In ldap-init-accounts, add absolute paths for consistency.
231     - Assure that ssl is not locally used (/etc/ldap.conf/10ssl).
232     - Temporary fix ldap access issue (/etc/ldap.conf/55initgroups_ignoreusers):
233     it seems that slapd cannot start as ldap user because ldap user
234     information is not avaiable. This seems to be caused by bad nss
235     configuration (ldap is looked up first) cf [SME: 3439].
236     - Remove cpu groupdel call from group-delete-unix because cpu delete
237     group with previous userdel call and this reach to an error.
238    
239     * Mon Mar 17 2008 Sebastien F. <sebast@firewall-services.com> 4.18.09sf04
240     - As ldap replication and bdb seems to meet instability with openldap
241     2.2, for now remove them from the package. They should be reintroduced
242     when openldap will be updated to 2.3. [SME: 3444]
243    
244     * Mon Mar 17 2008 Sebastien F. <sebast@firewall-services.com> 4.18.09sf03
245     - Bugfix to e-smith-base+ldap-4.18.0-domain_change.patch. [SME: 1543]
246    
247     * Mon Mar 17 2008 Sebastien F. <sebast@firewall-services.com> 4.18.09sf02
248     - Remove /etc/e-smith/templates/etc/smb.conf/11ldapScripts and
249     /etc/e-smith/templates/etc/smb.conf/11passdbBackend of fix conflicts
250     with e-smith-samba+ldap. [SME: 1543]
251    
252     * Mon Mar 17 2008 Sebastien F. <sebast@firewall-services.com> 4.18.09sf01
253     - Sync with e-smith-base-4.18-99.
254    
255     * Mon Oct 15 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-09
256     - Use localhost for ldap.conf and cpu.conf, and for directory panel
257     accesses. There's no point in wasting CPU on SSL over a loopback
258     connection. [SME: 1543]
259    
260     * Mon Oct 15 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-08
261     - Sync with recent updates to e-smith-ldap:
262     - Fix format error in ldif template. [SME: 3107]
263     - Don't tell slapd to create pid and args files that we don't need
264     and don't use (and can't create with later openldap version).
265     [SME: 2477]
266     - Make success/failure messages standard [SME: 2289]
267    
268     * Mon Oct 15 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-07
269     - Avoid use of slapcat to determine previous domain name - won't
270     work if ldap backend storage configuration has changed. We use
271     readlink instead.
272    
273     * Mon Oct 15 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-06
274     - Add initial support for master->slave replication (from Sebastien).
275     [SME: 3444]
276    
277     * Mon Oct 15 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-05
278     - Updated patch from Sebastien (simplify calls to 'cpu'). [SME: 1543]
279    
280     * Mon Oct 01 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-04
281     - Remove obsolete comment headers about tech support being available
282     from Mitel's website.
283    
284     * Mon Oct 01 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-03
285     - Incorporate Sebastien's patches. [SME: 1543]
286    
287     * Sat Sep 29 2007 Sebastien F. <sebast@firewall-services.com> 4.18.0-02sf03
288     - Change ldap backend from ldbm to bdb:
289     - "The Berkeley Database backend is the prefered database backend to use with
290     OpenLDAP. However, it requires a lot of (correct) configuration in order
291     for the backend to perform well." (mainly /var/lib/ldap/DB_CONFIG file
292     addition);
293     - bdb or hdb backend is compulsory for syncrepl replication with openldap 2.2
294     and advised with openldap 2.3.
295     - /home/e-smith/db/ldap/ldif/ template now initialize ldap domain only.
296     - ldap-init-accounts action is no longer associed with post-upgrade and
297     post-install events (thus any events), it is now called by /service/ldap/run
298     only.
299    
300     * Fri Sep 28 2007 Sebastien F. <sebast@firewall-services.com> 4.18.0-02sf02
301     - Correction of schema checking issues (incompatibilities between "account"
302     and "organizationalPerson" objectClass, lack of "organizationalPerson" and
303     "inetOrgPerson" objectClass needed by several attributes like "street").
304     - Move person relative ldap information (ie information added to ldap directory
305     by ldap-update action) to ou=People organizational unit.
306     - Organization units summary :
307     - ou=Users is now only used to store unix/samba/etc user relative
308     informations;
309     - ou=People correspond to person relative information (like contacts in mail
310     clients);
311     - ou=Groups is used to store unix/samba groups.
312    
313     * Thu Sep 13 2007 Sebastien F. <sebast@firewall-services.com> 4.18.0-02sf01
314     - Correct cpu bad behaviour (cpu usermod called without option -G remove all
315     user's supplementary groups and -G option need at least one argument).
316     - Remove "passwd -l" call from user-create-unix action because cpu create an
317     already locked user.
318     - Redirect slapd logs to /var/log/slapd to keep /var/log/messages easily
319     readable.
320    
321     * Wed Sep 05 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-02
322     - Merge patch incorporating updates to e-smith-base through 4.18.0-65.
323    
324     * Wed Sep 05 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-01
325     - Roll new tarball, incorporating all patches (4.17.0-02 through
326     4.17.0-46sf03).
327    
328     * Tue Aug 28 2007 Sebastien F. <sebast@firewall-services.com> 4.17.0-46sf03
329     - Unix/Samba users/groups are now stored, in addition to sme db, in ldap
330     directory. [SME: 1543]
331     - Events and actions relative to "Users", "Groups" and "Directory"
332     server-manager panels of have been updated (patches 20 and 21 should no
333     longer be applied).
334     - Add ldap-init-accounts action to initialize unix/samba accounts and samba
335     group mappings.
336     - Add ldap.pm to factorize ldap function code.
337     - Actions user-lock-passwd, group-modify-unix, user-modify-unix and
338     update-passwd are no longer called during post-upgrade and
339     bootstrap-console-save events.
340    
341     * Wed Aug 8 2007 Sebastien F. <sebast@firewall-services.com> 4.17.0-46sf02
342     - Slapd now uses a copy of /home/e-smith/ssl.pem self-signed certificate,
343     located in /var/service/ldap/ssl, as server certificate. [SME: 3169]
344    
345     * Mon Jul 23 2007 Sebastien F. <sebast@firewall-services.com> 4.17.0-46sf01
346     - Configure slapd, PAM, NSS and common clients (like ldapsearch) to use TLS
347     with server certificate. [SME: 3169]
348     - Server certificate has to be done manually.
349     - Port 389 (unsecured access to slapd) is still open for compatibility
350     concerns.
351    
352     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
353     - Clean up spec so package can be built by koji/plague
354    
355     * Mon Dec 11 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-46
356     - Add pam_abl config to tui-auth configuration.
357    
358     * Fri Dec 08 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-45
359     - Fix template expansion of {tui,gui}-conf pam.d files [MN00162892]
360     - fix password section of tui-conf pam.d file. [MN00162897]
361    
362     * Fri Dec 08 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-44
363     - Fix sed script problem in ldap run script which broken change
364     of primary domain.
365    
366     * Fri Dec 01 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-43
367     - Remove diald service default fragments - no longer required.
368    
369     * Fri Dec 01 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-42
370     - Fix set_prop method call in 10EnableMasq migrate fragment.
371    
372     * Mon Nov 27 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-41
373     - Configure sshd to use PAM for password auth (via "UsePAM" set to
374     "yes").
375    
376     * Thu Nov 23 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-40
377     - Fix typo (nss_base_passwd in place of nss_base_group) in ldap.conf.
378    
379     * Mon Nov 20 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-39
380     - Fix template expansion of {tui,gui}-conf pam.d files.
381     - Create empty /var/run/abl directory for pam_abl state databases.
382    
383     * Mon Nov 20 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-38
384     - Remove obsolete templates.metadata file for diald init script.
385    
386     * Thu Nov 16 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-37
387     - Add LDAP container ou for user records with passcodes.
388    
389     * Wed Nov 15 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-36
390     - Fix GATEWATDEV so that serveronly mode has correct routing. [SME: 2068]
391    
392     * Wed Nov 15 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-35
393     - Fix post-install warning from EnableMasq migrate fragment.
394    
395     * Tue Nov 14 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-34
396     - remove console.pm, which overlaps with file in e-smith-lib RPM.
397    
398     * Tue Nov 14 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-33
399     - Removed remnants of earlier console refactor attempt.
400     - Add default config properties for pppoe service.
401     - Remove special case code in console config wizard for 'smb' service.
402    
403     * Tue Nov 14 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-32
404     - Bug fixes in bootstrap-console.
405     - Change "restore from backup" default to "no"
406     - Use links rather than lynx to access manager from console.
407    
408     * Thu Nov 09 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-31
409     - Add support for use of pam_tally and/or pam_abl modules. Both
410     are disabled by default.
411    
412     * Thu Nov 09 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-30
413     - Complete removal of server-manager templates (this time for sure, Rocky!).
414     [SME: 2023]
415    
416     * Wed Nov 08 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-29
417     - Fix typo in ldap.conf templates.
418    
419     * Wed Nov 08 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-28
420     - Complete removal of server-manager templates. [SME: 2023]
421    
422     * Wed Nov 08 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-27
423     - Add configuration files for tui apps to authenticate v ldap.
424    
425     * Wed Nov 08 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-26
426     - Correct permissions on slapd.conf. [SME: 2037]
427    
428     * Wed Nov 08 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-25
429     - Remove server-manager templates and scripts - move to e-smith-manager.
430     [SME: 2023]
431    
432     * Mon Nov 06 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-24
433     - Update ldap schema so that user records are contained within
434     ou=Users,... and groups within ou=Groups,...
435    
436     * Thu Nov 02 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-23
437     - Remove dangling group/useraccounts symlinks.
438    
439     * Tue Oct 24 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-22
440     - Remove user and group create/modify/delete stuff. Those bits can
441     be re-added if required in a different RPM.
442    
443     * Mon Oct 23 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-21
444     - Combine dhcp client, pppoe, dialup and static WAN connections into
445     "wan" service. [SME 1795]
446    
447     * Mon Oct 23 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-20
448     - Add missing include of Locale::gettext in two of the esmith::console::*
449     modules.
450    
451     * Fri Oct 20 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-19
452     - Fix taint issues in perform_restore.pm.
453    
454     * Fri Oct 20 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-18
455     - Add a bootstrap-console restore from removable storage option.
456    
457     * Thu Oct 19 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-17
458     - Refactor console considerably.
459    
460     * Wed Oct 18 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-16
461     - Remove deprecated %conf use in console (port from e-smith-base-4.17.0-05).
462    
463     * Mon Oct 16 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-15
464     - Remove special "keep" options, and use --default-item feature
465     of dialog's menu widget in its place.
466    
467     * Mon Oct 16 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-14
468     - Include esmith::console.pm, modified to run with dialog rather
469     than whiptail. Currently clashes with e-smith-lib, and must
470     be installed with --force.
471    
472     * Thu Oct 12 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-13
473     - Change ldap run script so that base dn is rewritten in existing
474     directory data when domain name is changed.
475    
476     * Fri Sep 29 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-12
477     - More updates to ldif template.
478    
479     * Thu Sep 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-11
480     - Enable schema checking. Update ldif templates to ensure valid
481     directory contents before adding users/groups.
482    
483     * Thu Sep 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-10
484     - pam_ldap changes to allow password change by root.
485    
486     * Wed Sep 27 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-09
487     - Add acls to slapd.conf
488     - Update actions to use cpu for {user,group}{add,del,mod}.
489     - Update /etc/pam.d/passwd templates.
490    
491     * Thu Jul 06 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-08
492     - Update actions to use smbldap-{user,group}{add,del,mod}.
493    
494     * Thu Jul 06 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-07
495     - Fix warnings during template expansion.
496    
497     * Thu Jul 06 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-06
498     - Fix typo in nss_ldap dependency.
499    
500     * Thu Jul 06 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-05
501     - Configure nsswitch.conf and pam for ldap authentication.
502    
503     * Wed Jul 05 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-04
504     - Add samba schema to ldap configuration.
505    
506     * Wed Jul 05 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-03
507     - Fix templated config for smbldap_tools.
508    
509     * Wed Jul 05 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-02
510     - Update Obsoletes/Provides headers to allow upgrade.
511     - Add templated config for smbldap_tools.
512    
513     * Wed Jul 05 2006 Charlie Brady <charlie_brady@mitel.com> 4.17.0-01
514     - Include e-smith-ldap content, as base for LDAP authentication development.
515    
516     * Wed Jun 28 2006 Gavin Weight <gweight@gmail.com> 4.16.0-26
517     - Menu text in console is incorrect for RAID5 installs. [SME: 404]
518    
519     * Wed Jun 14 2006 Gavin Weight <gweight@gmail.com> 4.16.0-25
520     - Modify user create page to show henry:miller not henry_miller. [SME: 531]
521    
522     * Fri Jun 9 2006 Gavin Weight <gweight@gmail.com> 4.16.0-24
523     - Remove lines for creating symlink to statusreport from spec file. [SME: 450]
524    
525     * Mon Jun 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-23
526     - Allow for admin account when locking null passwords, and perform
527     check in post-upgrade so that the password screen will be presented
528     after the reboot [SME: 1529]
529    
530     * Mon Jun 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-22
531     - Correct argument ordering in last change [SME: 790, SME: 1541]
532    
533     * Sun May 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-21
534     - Increase cert serial number when new certificate is generated. [SME: 790]
535    
536     * Sun May 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-20
537     - Change ssl.crt template so that cert is regenerated if issuer information
538     has changed. [SME: 1484]
539    
540     * Thu Apr 27 2006 Gavin Weight <gweight@gmail.com> 4.16.0-19
541     - Change default shutdown value from shutdown to reboot. [SME: 1320]
542    
543     * Sun Apr 23 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-18
544     - Fix syntax error introduced in last change (and reuse $rc and $choice in
545     raidManage.pl). [SME: 1285,1300]
546    
547     * Fri Apr 21 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-17
548     - Force masq service to enabled for servergateway modes, but
549     leave at current setting for serveronly. Revises -09 change [SME: 1209]
550    
551     * Wed Apr 19 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-16
552     - Add big warning about wiping disk to raid management screen.
553     [SME: 1285]
554    
555     * Tue Apr 18 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-15
556     - Ensure that rmmod-bonding doesn't return error status if
557     bonding is not enabled (e.g. during upgrade) [SME: 935]
558    
559     * Tue Apr 18 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-14
560     - Avoid warning from NICBondingOptions migrate fragment. [SME: 1271]
561    
562     * Tue Apr 18 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-13
563     - Always save ssh property changes, even if sshd is disabled [SME: 1210]
564    
565     * Thu Apr 13 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-12
566     - Don't run kudzu at every bootup. [SME: 727]
567    
568     * Tue Apr 11 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-11
569     - More fixes to dhclient configuration (courtesy of Richard Schiffelers).
570     [SME: 881]
571    
572     * Mon Apr 10 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-10
573     - Fixes to dhclient configuration (courtesy of Richard Schiffelers).
574     [SME: 881]
575    
576     * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-09
577     - Enable the masq service to ensure that installs and upgrades
578     are consistent. If someone really wants to disable it, they can
579     add a force fragment [SME: 1209]
580    
581     * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-08
582     - Lock accounts with bad SMB passwords [SME: 1193]
583    
584     * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-07
585     - Revert password length restriction changes [SME: 1193]
586    
587     * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-06
588     - Adjust plural in page title in last patch [SME: 1193]
589    
590     * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-05
591     - Adjust console logic for 14 character password restriction [SME: 1193]
592    
593     * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-04
594     - Only process 'network' entries in route-eth0 template [SME: 1182]
595    
596     * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-03
597     - Restrict passwords to 14 characters [SME: 1193]
598    
599     * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-02
600     - Rename anaconda logs, but leave a symlink. Do nothing if the log
601     is already a symlink or missing [SME: 808]
602    
603     * Tue Mar 14 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-01
604     - Roll stable stream version. [SME: 1016]
605    
606     * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-20
607     - Ensure that each user has a Shell property in post-upgrade.
608     If they didn't have one before, set it to the current value in
609     /etc/passwd. [SME: 859]
610    
611     * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-19
612     - Copy anaconda logs instead of renaming them in post-upgrade [SME: 808]
613     - Adjust timestamp of copied logs to logfiles2timestamp format [SME: 808]
614    
615     * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-18
616     - Change modSSL to be private in Private Server and Gateway mode [SME: 328]
617    
618     * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-17
619     - And remove now redundant calls to wherenext [SME: 986]
620    
621     * Fri Mar 10 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-16
622     - Fix FM page name (FirstPage => First) in a few places. [SME: 986]
623    
624     * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-15
625     - Correct typo in -13 change which hid message [SME: 964]
626    
627     * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-14
628     - Display a message for single disk installs which catches that
629     case and tells people that they can add a second disk and produce
630     a mirrored pair [SME: 958]
631    
632     * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-13
633     - Display a nicer message when a spare disk is available to be
634     added to the pair [SME: 964]
635     - Blank line for consistency with other messages [SME: 964]
636    
637     * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-12
638     - Check whether a resync is in progress so we don't state that
639     intervention is required when it is not [SME: 958]
640    
641     * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-11
642     - Check whether destination drive of add_mirror is already part
643     of a RAID device. If so, complain and exit [SME: 870]
644     - Also ensure that /sbin is in the PATH
645    
646     * Sun Mar 5 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-10
647     - Fixes to dhclient configuration. [SME: 881]
648    
649     * Fri Mar 03 2006 Mark Knox <mark_knox@mitel.com> 4.15.9-09
650     - Added NIC Bonding options screen in console [SME: 935]
651     - Migrate old NICBondingOptions to new defaults, and added new default
652     options [SME: 935]
653     - rmmod bonding.ko in bootstrap-console-save so new options work
654     without extra reboot [SME: 935]
655    
656     * Wed Mar 01 2006 Mark Knox <mark_knox@mitel.com> 4.15.9-08
657     - Allow NICBondingOptions in 10bonding template fragment [SME: 918]
658    
659     * Wed Mar 01 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-07
660     - Bump pppoe run script mlimit from 10M to 25M. [SME: 907]
661    
662     * Fri Feb 24 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-06
663     - Re-do -04 change as a patch so it sticks [SME: 863]
664    
665     * Thu Feb 23 2006 Charlie Brady <charlieb@e-smith.com> 4.15.9-05
666     - Add templates for dhclient configuration file. [SME: 881]
667    
668     * Wed Feb 22 2006 Charlie Brady <charlieb@e-smith.com> 4.15.9-04
669     - Remove default fragment for AdminEmail [SME: 863]
670    
671     * Mon Feb 21 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-03
672     - Change 'Reconfigure' to lower case in menu [SME: 2]
673    
674     * Mon Feb 20 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-02
675     - Add requires for mdadm. We use it in the console and raid monitor
676     and it won't get installed for 5.x upgrades [SME: 767]
677    
678     * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-01
679     - Roll patches to 4.15.8-60
680     - Trim changelog before 4.15.3-01 [SME: 828]
681    
682     * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-60
683     - Also rotate /var/log/anaconda.{log,syslog} in post-upgrade [SME: 808]
684    
685     * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-59
686     - Change 'Reconfigure' to lower case in -57 change [SME: 2]
687    
688     * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-58
689     - Add /root/upgrade.log and /root/upgrade.log.syslog to
690     logfiles2timestamp in post-upgrade event so we preserve
691     them across multiple upgrades [SME: 808]
692    
693     * Fri Feb 17 2006 Gavin Weight <gweight@gmail.com> 4.15.8-57
694     - Added Reconfigure and Reboot option in console, changed
695     main console menu to reflect Reconfigure option [SME: 2]
696    
697     * Thu Feb 16 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-56
698     - Default EmailForward to 'local' in case that part of the panel
699     is hidden from view [SME: 704]
700    
701     * Thu Feb 16 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-55
702     - Adjust console title bar to 'SME Server' [SME: 726]
703     - Change title on "Choose administrator password" screens
704    
705     * Mon Feb 13 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-54
706     - Set EthernetDriver2 property when bonding is enabled [SME: 776]
707    
708     * Mon Feb 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-53
709     - Remove cpuspeed.contrib ClearCase droppings [SME: 754]
710    
711     * Sun Feb 12 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-52
712     - Start bootstrap-console earlier - in particular before raidmonitor.
713     Don't try to restart 'random'. [SME: 743]
714    
715     * Sun Feb 12 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-51
716     - Obsolete keytable service. [SME: 746]
717    
718     * Sat Feb 11 2006 Shad L. Lords <slords@mail.com> 4.15.8-50
719     - Run kudzu -q from inittab [SME: 727]
720    
721     * Tue Feb 9 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-49
722     - Make bootp support optional, defaulting to 'deny'. [SME: 660]
723    
724     * Thu Feb 9 2006 Gavin Weight <gweight@gmail.com> 4.15.8-48
725     - Removed the online-manual. [SME: 407]
726    
727     * Thu Feb 9 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-47
728     - Hide email forwarding options on useraccounts page if there is
729     no 'smtpd' record [SME: 704]
730    
731     * Wed Feb 8 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-46
732     - Fix conversion of user shell from sshell to rssh. [SME: 699]
733    
734     * Tue Feb 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-45
735     - Fix up location of 00openRW fragments from change 41 [SME: 659. 679]
736    
737     * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-44
738     - Change logic for determining RAID partitions in use [SME: 516]
739     - Add detailed output of the RAID state to messages log [SME: 516]
740    
741     * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-43
742     - Only say that a RAID device is clean if truly clean [SME: 516]
743     - Adjusted warning to say 'may be required' instead of 'is'
744    
745     * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-42
746     - Delete 'deny bootp' fragment from dhcpd.conf, reverting to
747     default, which is to allow bootp. [SME: 660]
748    
749     * Sun Feb 5 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-41
750     - Use appropriate esmith::*DB class for 00openRW migrate fragments.
751     [SME: 659]
752    
753     * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-40
754     - Added EmailForward migrate fragment [SME: 598]
755    
756     * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-39
757     - Added text periods and underscores in useraccounts [SME: 531]
758    
759     * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-38
760     - Updated copyright text in server-manager [SME: 459]
761    
762     * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-37
763     - The menu text incorrect for RAID5 configurations [SME: 404]
764    
765     * Tue Jan 31 2006 Shad L. Lords <slords@mail.com> 4.15.8-36
766     - Disable zeroconf so 169.254.0.0/16 route isn't created [SME: 613]
767    
768     * Sun Jan 29 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-35
769     - Fix flip of access settings to default on first post-upgrade (e.g.
770     sshd from public to private). [SME: 495]
771    
772     * Sun Jan 29 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-34
773     - Remove remnants of statustest. [SME: 450]
774    
775     * Wed Jan 25 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-33
776     - Add templated elinks config file. [SME: 444]
777    
778     * Mon Jan 23 2006 Shad L. Lords <slords@mail.com> 4.15.8-32
779     - Help raidmonitor report more than just failures [SME: 496]
780    
781     * Mon Jan 23 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-31
782     - Create ~/.ssh as part of skeleton home directory [SME: 456]
783    
784     * Wed Jan 18 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-30
785     - Fix reboot problem when switching WAN from dynamic to static
786     address. [SME: 500]
787    
788     * Fri Jan 13 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-29
789     - New migrate fragment to clean up NIC bonding property [SME: 449]
790    
791     * Fri Jan 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-28
792     - Fix account regexp for set_password case [SME: 24]
793    
794     * Wed Jan 11 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-27
795     - New console option for ethernet bonding [SME: 449]
796    
797     * Mon Jan 9 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-26
798     - Allow dot and underscore in account names [SME: 24]
799     - Default maxAcctNameLength and maxGroupNameLength to 31 [SME: 24]
800    
801     * Thu Jan 5 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-25
802     - Avoid generating warning messages during interfaces migration
803     template fragment. [SME: 354]
804    
805     * Thu Jan 5 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-24
806     - Don't add obsolete ipsec net-pf aliases to modprobe.conf, and
807     remove them if found. [SME: 390]
808    
809     * Sun Jan 2 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-23
810     - Use regexp as well as cracklib to check admin password in console.
811     [SME: 335]
812    
813     * Mon Jan 2 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-22
814     - Change heuristic for finding disks in manageRAID.pl [SME: 342]
815    
816     * Sat Dec 25 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-21
817     - Move testInternet console menu item to smeserver-support [SME: 364]
818    
819     * Fri Dec 16 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-20
820     - Fix localization bug in add_mirror. [SME: 341]
821    
822     * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-19
823     - Remove the "In eight seconds" untruth from shutdown/reboot [SME: 86]
824    
825     * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-18
826     - Added modSSL{CipherSuite} default [SME: 194]
827    
828     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-17
829     - Enable microcode_ctl service by default [SME: 74]
830    
831     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-16
832     - Removed accounts db default for 'common'
833     - Added accounts db defaults for server-common and server-resources [SME: 77]
834    
835     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-15
836     - Ensure that Nameservers==localhost is set for the primary domain [SME: 137]
837    
838     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-14
839     - And remove db defaults for sysstat service [SME: 327]
840    
841     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-13
842     - Remove sysstat startup symlink [SME: 327]
843    
844     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-12
845     - Default sysconfig{PreviousSystemMode} == unknown [SME: 75]
846    
847     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-11
848     - Remove Requires: sysstat [SME: 327]
849    
850     * Sat Dec 10 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-10
851     - Move code for testing internet access into menu item file.
852     [SME: 261]
853    
854     * Thu Dec 8 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-09
855     - Fix looping in console at swap ethernet choice page. [SME: 68]
856    
857     * Wed Dec 7 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-08
858     - Fix taint issues with RAID management menu item [SME: 253]
859    
860     * Mon Dec 05 2005 Filippo Carletti <carletti@mobilia.it> 4.15.8-07
861     - console: DHCP range (wrong path chosen for non-English) [SME: 157]
862    
863     * Fri Dec 2 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-06
864     - Initial cut at console menu item to (re)add RAID-1 mirror [SME: 253]
865     - Needs to move to /sbin/e-smith/console-menu-items, once I work out
866     what I believe is a taint issue.
867    
868     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-05
869     - Change 'standby' to 'stand by' in console [SME: 66]
870    
871     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-04
872     - Fix routing on eth0 for multiple local networks [SME: 203]
873    
874     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-03
875     - Bump release number only
876    
877     * Mon Nov 28 2005 Charlie Brady <charlieb@e-smith.com>
878     - [4.15.8-02]
879     - Re-import head to CVS.
880     - Regenerate both key and cert when cert expires, not just crt. [SF: 1365965]
881    
882     * Sun Nov 20 2005 Gordon Rowell <gordonr@e-smith.com>
883     - [4.15.8-01]
884     - Default cpuspeed to disabled [MN00107779]
885    
886     * Wed Nov 16 2005 Mark Knox <mark_knox@mitel.com>
887     - [4.15.7-01]
888     - Imported to ClearCase
889     - Changed console sort order from ASCII to numeric [MN00107120]
890    
891     * Sun Nov 13 2005 Gordon Rowell <gordonr@e-smith.com>
892     - [4.15.6-09]
893     - Add -f option to add_mirror to allow use of disks with existing
894     partition tables [MN00101667]
895    
896     * Sun Nov 13 2005 Gordon Rowell <gordonr@e-smith.com>
897     - [4.15.6-08]
898     - Add reconfiguration reboot option to reboot panel [SF: 1349946]
899     - TODO: Cleanup so that the red warning header doesn't display since
900     the reboot is going to happen anyway
901    
902     * Mon Nov 7 2005 Gordon Rowell <gordonr@e-smith.com>
903     - [4.15.6-07]
904     - Only signal-event ip-change on the BOUND action of dhclient [SF: 1344853]
905    
906     * Tue Nov 1 2005 Charlie Brady <charlieb@e-smith.com>
907     - [4.15.6-06]
908     - Change DISABLED -> OFF in init script messages, and go back to standard
909     alignment. [SF: 1264702, 134543]
910    
911     * Mon Oct 24 2005 Charlie Brady <charlieb@e-smith.com>
912     - [4.15.6-05]
913     - Add default value of SYSFONTACM to /etc/sysconfig/i18n. [SF: 1295293]
914    
915     * Mon Oct 24 2005 Charlie Brady <charlieb@e-smith.com>
916     - [4.15.6-04]
917     - Replace grub setup commands in add_mirror with an exec of an external
918     script. This script will be provided by a bootloader specific package,
919     e.g. e-smith-lilo or e-smith-grub. That package should include a
920     "Provides: e-smith-bootloader" header, to satisfy a Requires in this
921     package. [SF: 1335937]
922    
923     * Thu Oct 20 2005 Charlie Brady <charlieb@e-smith.com>
924     - [4.15.6-03]
925     - Unload network drivers immediately after rc.sysinit runs, so that
926     we can control the order of allocation of eth0 and eth1. [SF: 1332366]
927    
928     * Mon Oct 17 2005 Charlie Brady <charlieb@e-smith.com>
929     - [4.15.6-02]
930     - Disable raid monitor if /boot/grub/device.map suggests that the system
931     is a single disk system. [SF: 1269091]
932    
933     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
934     - [4.15.6-01]
935     - Remove L10Ns from base packages [SF: 1309520]
936    
937     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
938     - [4.15.5-01]
939     - New dev stream before relocating L10Ns
940    
941     * Thu Oct 13 2005 Gordon Rowell <gordonr@gormand.com.au>
942     - [4.15.4-52]
943     - Add /sbin/e-smith/add_mirror [SF: 1325479]
944    
945     * Tue Oct 11 2005 Charlie Brady <charlieb@e-smith.com>
946     - [4.15.4-51]
947     - Untaint menu choice when ethernet driver is chosen from menu. [SF: 1323270]
948    
949     * Tue Oct 11 2005 Charlie Brady <charlieb@e-smith.com>
950     - [4.15.4-50]
951     - Move user-create-unix action before template expansions, so
952     that getpwnam can be used in template fragments. Ditto
953     for group-create-unix. [SF. 1322231]
954    
955     * Sun Oct 9 2005 Charlie Brady <charlieb@e-smith.com>
956     - [4.15.4-49]
957     - Fix spelling mistake in useraccounts panel. [SF: 1320002]
958    
959     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
960     - [4.15.4-48]
961     - Revised translation of groups panel, reordered to match
962     the English lexicon - Thanks Didier Rambeau [SF: 1305184]
963    
964     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
965     - [4.15.4-47]
966     - Added foot.tmpl for Italian [SF: 1309266]
967    
968     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
969     - [4.15.4-46]
970     - Added Italian L10Ns - Thanks Filippo Carletti [SF: 1309266]
971    
972     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
973     - [4.15.4-45]
974     - Added Italian for Please wait - we should do this through gettext
975     or similar [SF: 1309288]
976    
977     * Thu Sep 29 2005 Gordon Rowell <gordonr@e-smith.com>
978     - [4.15.4-44]
979     - Reword Master DNS Server screen as "Corporated DNS Server", in
980     line with domains panel [gordonr MN00096914]
981    
982     * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
983     - [4.15.4-43]
984     - German L10Ns for userpassword and console - Thanks Dietmar Berteld
985     [SF: 1293325]
986    
987     * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
988     - [4.15.4-42]
989     - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
990    
991     * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
992     - [4.15.4-41]
993     - Added "de" to pleasewait ugliness case statement and
994     sorted the list alphabetically [SF: 1293325]
995    
996     * Fri Sep 23 2005 Gordon Rowell <gordonr@e-smith.com>
997     - [4.15.4-40]
998     - Convert [s]smtpfront-qmail to [s]smtpd in migrate fragment [SF: 1291265]
999    
1000     * Thu Sep 22 2005 Charlie Brady <charlieb@e-smith.com>
1001     - [4.15.4-39]
1002     - Add preliminary support for ethernet bonding on local interface.
1003     - Modify user-modify-unix so that usermod is not called to change
1004     shell or GCOS field unless they need to change.
1005    
1006     * Mon Sep 12 2005 Charlie Brady <charlieb@e-smith.com>
1007     - [4.15.4-38]
1008     - Update filelist entries for databases which have moved
1009     from /home/e-smith to /home/e-smith/db [SF: 1216546]
1010    
1011     * Tue Sep 6 2005 Tony Clayton <apc@e-smith.com>
1012     - [4.15.4-37]
1013     - Create /mnt/floppy symlink if required in post-{install,upgrade}.
1014     [MN00095821]
1015     - Haldaemon race conditions seem quite recalcitrant, so don't try to create
1016     /mnt/cdrom symlink. [SF: 1260322]
1017     - Disable CTRL-C in console [tonyc SF: 1264697]
1018     - Catch CTRL-C in console during Test Internet [tonyc SF: 1264697]
1019    
1020     * Tue Sep 6 2005 Charlie Brady <charlieb@e-smith.com>
1021     - [4.15.4-36]
1022     - Rework user-group-modify to work around perl bug in getgrent(). [SF 1276553]
1023    
1024     * Tue Sep 6 2005 Charlie Brady <charlieb@e-smith.com>
1025     - [4.15.4-35]
1026     - Also create /mnt/floppy symlink if required. [MN00095821]
1027    
1028     * Mon Sep 5 2005 Gordon Rowell <gordonr@e-smith.com>
1029     - [4.15.4-34]
1030     - Re-add Master DNS Server console screen [gordonr MN00096910, MN00088222]
1031    
1032     * Fri Sep 2 2005 Charlie Brady <charlieb@e-smith.com>
1033     - [4.15.4-33]
1034     - Fix race condition in /mnt/cdrom symlink creation, by creating
1035     symlink from haldaemon action. [SF: 1260322]
1036    
1037     * Thu Sep 1 2005 Charlie Brady <charlieb@e-smith.com>
1038     - [4.15.4-32]
1039     - Really create /mnt/cdrom symlink if required. [SF: 1260322]
1040    
1041     * Tue Aug 30 2005 Shad Lords <slords@mail.com>
1042     - [4.15.4-31]
1043     - Update services entries to conform with RHEL4 services [SF: 1276479]
1044    
1045     * Mon Aug 29 2005 Charlie Brady <charlieb@e-smith.com>
1046     - [4.15.4-30]
1047     - Correctly handle multiple net specification in ValidFrom for httpd-admin.
1048     [SF: 1273756]
1049    
1050     * Tue Aug 23 2005 Charlie Brady <charlieb@e-smith.com>
1051     - [4.15.4-29]
1052     - Fix taint problem in license text in option 6 of the console menu.
1053     [SF: 1267284]
1054    
1055     * Tue Aug 23 2005 Gordon Rowell <gordonr@gormand.com.au>
1056     - [4.15.4-28]
1057     - Respect Shell property of user accounts [SF: 1266706]
1058    
1059     * Thu Aug 18 2005 Charlie Brady <charlieb@e-smith.com>
1060     - [4.15.4-27]
1061     - Modify /sbin/e-smith/service so that it runs /sbin/service unless
1062     runlevel is 7. [SF: 1237968]
1063     - Only prefix /sbin/e-smith to PATH if user is root. [SF: 1250579]
1064    
1065     * Tue Aug 16 2005 Charlie Brady <charlieb@e-smith.com>
1066     - [4.15.4-26]
1067     - Add Requires for bridge-utils and vconfig.
1068    
1069     * Tue Aug 16 2005 Charlie Brady <charlieb@e-smith.com>
1070     - [4.15.4-25]
1071     - Add "Requires: rssh".
1072    
1073     * Mon Aug 15 2005 Charlie Brady <charlieb@e-smith.com>
1074     - [4.15.4-24]
1075     - Update %ghost filelist entries for databases which have moved
1076     from /home/e-smith to /home/e-smith/db [SF: 1216546]
1077    
1078     * Mon Aug 15 2005 Charlie Brady <charlieb@e-smith.com>
1079     - [4.15.4-23]
1080     - Create /mnt/cdrom symlink if required. [SF: 1260322]
1081    
1082     * Thu Aug 11 2005 Charlie Brady <charlieb@e-smith.com>
1083     - [4.15.4-22]
1084     - Add Requires: whiptail so that the out fork of whiptail from the
1085     newt package is installed on upgrade.
1086    
1087     * Tue Aug 9 2005 Charlie Brady <charlieb@e-smith.com>
1088     - [4.15.4-21]
1089     - Add Requires: headers for all the additional standard daemons, to
1090     ensure they are installed on upgrade.
1091    
1092     * Tue Aug 9 2005 Shad Lords <slords@mail.com>
1093     - [4.15.4-20]
1094     - Change httpd-admin access from local to localhost [SF: 1246986]
1095     - Change console to use 980 instead of https to avoid warnings [SF: 1246182]
1096     - tie console to new httpd-admin{TCPPort} property. [SF: 1246986]
1097    
1098     * Tue Aug 2 2005 Shad Lords <slords@email.com>
1099     - [4.15.4-19]
1100     - Add TCPPort and access for httpd-admin [SF: 1246986]
1101     - Fix UnsavedChanges in console [SF: 1245238]
1102    
1103     * Thu Jul 28 2005 Charlie Brady <charlieb@e-smith.com>
1104     - [4.15.4-18]
1105     - Remove all use db_ API except in console (which will come later).
1106    
1107     * Wed Jul 27 2005 Shad Lords <slords@mail.com>
1108     - [4.15.4-17]
1109     - Add systemid property to sysconfig db record. [SF: 1246367]
1110    
1111     * Wed Jul 27 2005 Shad Lords <slords@mail.com>
1112     - [4.15.4-16]
1113     - Upgrade database APIs to latest standard.
1114     - Move databases from /home/e-smith to /home/e-smith/db [SF: 1216546]
1115    
1116     * Wed Jul 27 2005 Shad Lords <slords@mail.com>
1117     - [4.15.4-15]
1118     - Use https to access server-manager from console, to avoid redirect
1119     problems. [SF: 1246182]
1120    
1121     * Wed Jul 27 2005 Shad Lords <slords@mail.com>
1122     - [4.15.4-14]
1123     - Remove hwconfig db default entry. [SF: 1246180]
1124    
1125     * Wed Jul 27 2005 Charlie Brady <charlieb@e-smith.com>
1126     - [4.15.4-13]
1127     - Remove checking against 32 group limit from UI. Thanks to Gordon Rowell
1128     for the main patch. [SF: 1245421]
1129    
1130     * Tue Jul 26 2005 Charlie Brady <charlieb@e-smith.com>
1131     - [4.15.4-12]
1132     - Patches from Shad Lords.
1133     - Complete fix of user password validation started in 4.15.3-06.
1134     [SF: 1242098]
1135     - Change default password strength to "strong". [SF: 1246178]
1136    
1137     * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
1138     - [4.15.4-11]
1139     - Patches submitted by Gordon Rowell.
1140     - Change /etc/modules.conf templates to /etc/modprobe.conf
1141     and add templates.metadata/etc/modprobe.conf [SF: 1227251]
1142     - Remove fragments 10appletalk and 95ModulePaths, since they are
1143     for very old migrations of /etc/modules.conf
1144    
1145     * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
1146     - [4.15.4-10]
1147     - Move quota setup in fstab template into e-smith-quota, where it
1148     belongs.
1149    
1150     * Tue Jul 12 2005 Charlie Brady <charlieb@e-smith.com>
1151     - [4.15.4-09]
1152     - Add default db entries for messagebus and haldaemon. [SF: 1225899]
1153    
1154     * Tue Jul 12 2005 Charlie Brady <charlieb@e-smith.com>
1155     - [4.15.4-08]
1156     - Add messagebus and haldaemon services, so that cdrom mount point
1157     etc is created as required. [SF: 1225899]
1158    
1159     * Fri Jul 8 2005 Charlie Brady <charlieb@e-smith.com>
1160     - [4.15.4-07]
1161     - Add miscelleous performance related standard RHEL/CentOS services.
1162    
1163     * Thu Jul 7 2005 Charlie Brady <charlieb@e-smith.com>
1164     - [4.15.4-06]
1165     - Add RAID monitoring service. [SF: 1222143]
1166    
1167     * Tue Jul 5 2005 Charlie Brady <charlieb@e-smith.com>
1168     - [4.15.4-05]
1169     - Fix log noise from DynDNS update script. [SF: 1231871]
1170    
1171     * Fri Jun 24 2005 Charlie Brady <charlieb@e-smith.com>
1172     - [4.15.4-04]
1173     - Change default domain name setting - I'm sure that xxx is deprecated.
1174    
1175     * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
1176     - [4.15.4-03]
1177     - Deal gracefully with missing /etc/sysconfig/keyboard file.
1178    
1179     * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
1180     - [4.15.4-02]
1181     - Remove "random" service startup symlink - no longer required, as
1182     prng is seeded by rc.sysinit.
1183    
1184     * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
1185     - [4.15.4-01]
1186     - Make new development stream - 4.15.4
1187    
1188     * Mon Jun 20 2005 Charlie Brady <charlieb@e-smith.com>
1189     - [4.15.3-07]
1190     - Move httpd-admin logging from inside /var/log/httpd to /var/log/httpd-admin.
1191     - Remove mouseconfig hack. [MN00057145]
1192    
1193     * Fri Jun 17 2005 Charlie Brady <charlieb@e-smith.com>
1194     - [4.15.3-06]
1195     - Fix password strength checking of user passwords. [SF: 1222255]
1196    
1197     * Thu Jun 16 2005 Charlie Brady <charlieb@e-smith.com>
1198     - [4.15.3-05]
1199     - Prefix /sbin/e-smith to $PATH, rather than append. [SF: 1222092]
1200    
1201     * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
1202     - [4.15.3-04]
1203     - Fix set-external-ip in case of missing ExternalIP db record. [SF: 1217877]
1204    
1205     * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
1206     - [4.15.3-03]
1207     - Remove smbpasswd references from chap-secrets file. Don't re-expand
1208     chap-secrets file during various user related events. [SF: 1215401]
1209    
1210     * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
1211     - [4.15.3-02]
1212     - Break up template for /etc/shells into fragments, and add
1213     /usr/bin/rssh. [SF: 1220145]
1214    
1215     * Thu Jun 9 2005 Charlie Brady <charlieb@e-smith.com>
1216     - [4.15.3-01]
1217     - Roll new development stream - 4.15.3
1218    
1219     %prep
1220     %setup
1221 vip-ire 1.29 %patch1 -p1
1222 slords 1.30 %patch2 -p1
1223 dungog 1.31 %patch3 -p1
1224 snetram 1.33 %patch4 -p1
1225 vip-ire 1.34 %patch5 -p1
1226 slords 1.35 %patch6 -p1
1227 snetram 1.36 %patch7 -p1
1228 filippocarletti 1.37 %patch8 -p1
1229 snetram 1.38 %patch9 -p1
1230 slords 1.1
1231     %pre
1232     if [ -d /etc/e-smith/locale/fr-ca -a ! -L /etc/e-smith/locale/fr-ca ]
1233     then
1234     cd /etc/e-smith/locale
1235    
1236     [ -L fr ] && rm fr
1237     mkdir fr
1238     mv fr-ca/* fr
1239     rmdir fr-ca
1240     fi
1241    
1242     [ ! -L /etc/e-smith/locale/fr-ca ] && ln -s fr /etc/e-smith/locale/fr-ca
1243    
1244     /sbin/e-smith/create-system-user smelog 1002 \
1245     'smelog log user' /var/log/smelog /bin/false
1246     /sbin/e-smith/create-system-user smelastsys 2999 \
1247     'sme last system user marker' /tmp /bin/false
1248    
1249     %post
1250    
1251     %build
1252     # Force creation of potentially empty directories
1253     mkdir -p root/etc/e-smith/licenses
1254     mkdir -p root/etc/e-smith/skel/user/.ssh
1255     mkdir -p root/etc/e-smith/skel/user/home
1256     mkdir -p root/etc/e-smith/skel/user/Maildir/{cur,new,tmp}
1257     mkdir -p root/etc/e-smith/skel/e-smith/files/users
1258     mkdir -p root/etc/e-smith/skel/e-smith/files/users/admin/home
1259     mkdir -p root/etc/e-smith/skel/e-smith/files/primary/{cgi-bin,files,html}
1260     mkdir -p root/etc/e-smith/skel/e-smith/Maildir/{cur,new,tmp}
1261     mkdir -p root/etc/e-smith/templates{,-custom,-user,-user-custom}
1262     mkdir -p root/home/e-smith/files/{users,server-resources}
1263     mkdir -p root/home/e-smith/files/users/admin/home
1264     mkdir -p root/home/e-smith/Maildir/{cur,new,tmp}
1265     mkdir -p root/root/.ssh
1266     mkdir -p root/var/log/wan
1267    
1268     %if "%_build_arch" == "i386"
1269     echo "enabled" > root/etc/e-smith/db/configuration/defaults/apmd/status
1270     %else
1271     echo "disabled" > root/etc/e-smith/db/configuration/defaults/apmd/status
1272     %endif
1273    
1274     LEXICONS=$(find root/etc/e-smith/web/{functions,panels/password/cgi-bin} \
1275     -type f | grep -v CVS)
1276    
1277     for lexicon in $LEXICONS
1278     do
1279     /sbin/e-smith/validate-lexicon $lexicon
1280     done
1281    
1282     /sbin/e-smith/generate-lexicons
1283    
1284     perl createlinks
1285     /sbin/e-smith/buildtests 10e-smith-base
1286     ln -s /etc/rc.d/rc.local root/etc/rc.d/init.d/local
1287     mkdir -p root/etc/rc6.d
1288     mkdir -p root/etc/rc.d/rc7.d
1289     ln -s /etc/rc.d/rc7.d root/etc/rc7.d
1290     # Improve "telinit 1 behaviour
1291     mkdir -p root/etc/rc.d/rc1.d
1292    
1293     mkdir -p root/usr/share/locale/en_US/LC_MESSAGES
1294 slords 1.26 xgettext -L perl -o root/usr/share/locale/en_US/LC_MESSAGES/server-console.po root/sbin/e-smith/console
1295 slords 1.1
1296     mkdir -p root/etc/e-smith/locale
1297     # Make the fr-ca link in %pre to ease upgrades
1298     # ln -s fr root/etc/e-smith/locale/fr-ca
1299     ln -s fr root/etc/e-smith/locale/fr-fr
1300     ln -s en-us root/etc/e-smith/locale/en
1301     ln -s en-us root/etc/e-smith/locale/en-au
1302     ln -s en-us root/etc/e-smith/locale/en-gb
1303     ln -s en-us root/etc/e-smith/locale/en-nz
1304    
1305     mkdir -p root/etc/e-smith/templates/etc/dhcpc/dhcpcd.exe
1306     ln -s /etc/e-smith/templates-default/template-begin-shell \
1307     root/etc/e-smith/templates/etc/dhcpc/dhcpcd.exe/template-begin
1308    
1309     for file in imap login passwd pwauth system-auth
1310     do
1311     mkdir -p root/etc/e-smith/templates/etc/pam.d/$file
1312     ln -s /etc/e-smith/templates-default/template-begin-pam \
1313     root/etc/e-smith/templates/etc/pam.d/$file/template-begin
1314     done
1315    
1316     mkdir -p root/service
1317     mkdir -p root/etc/rc.d/init.d/supervise
1318    
1319     for service in dhcpd wan ippp syslog klogd
1320     do
1321     ln -s /var/service/$service root/service/$service
1322     mkdir -p root/var/service/$service/supervise
1323     touch root/var/service/$service/down
1324     if [ -d root/var/service/$service/log ]
1325     then
1326     mkdir -p root/var/service/$service/log/supervise
1327     mkdir -p root/var/log/$service
1328     fi
1329     ln -s ../daemontools root/etc/rc.d/init.d/supervise/$service
1330     done
1331    
1332     # Remove (for now) supervised syslog and klogd services
1333     rm root/etc/rc.d/init.d/supervise/{syslog,klogd}
1334     rm root/service/{syslog,klogd}
1335    
1336     mkdir -p root/etc/e-smith/events/local
1337     mkdir -p root/etc/e-smith/events/user-modify-admin
1338     mkdir -p root/home/e-smith/db
1339    
1340     mkdir -p root/etc/e-smith/pam
1341     mkdir -p root/home/e-smith/ssl.key
1342     mkdir -p root/home/e-smith/ssl.crt
1343     mkdir -p root/home/e-smith/ssl.pem
1344    
1345     mkdir -p root/var/state/e-smith
1346    
1347     for file in %{dbfiles}
1348     do
1349     mkdir -p root/etc/e-smith/db/$file/{defaults,migrate,force}
1350     done
1351    
1352     mkdir -p root/etc/tcprules
1353    
1354     mkdir -p root/service
1355     touch root/var/service/wan/down
1356    
1357     ln -s /var/service/raidmonitor root/service/raidmonitor
1358    
1359     mkdir -p root/var/service/raidmonitor/supervise
1360     touch root/var/service/raidmonitor/down
1361    
1362     mkdir -p root/var/service/raidmonitor/log/supervise
1363    
1364     mkdir -p root/var/log/raidmonitor
1365    
1366     mkdir -p root/etc/e-smith/tests
1367     mkdir -p root/etc/rc.d/rc7.d
1368     ln -s /etc/rc.d/init.d/e-smith-service root/etc/rc.d/rc7.d/S42ldap
1369     mkdir -p root/home/e-smith/db/ldap
1370    
1371     mkdir -p root/etc/rc.d/init.d/supervise
1372     ln -s ../daemontools root/etc/rc.d/init.d/supervise/ldap
1373    
1374     mkdir -p root/service
1375     ln -s /var/service/ldap root/service/ldap
1376     touch root/var/service/ldap/down
1377     mkdir -p root/var/service/ldap/ssl
1378    
1379     %install
1380     rm -rf $RPM_BUILD_ROOT
1381     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
1382     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
1383     --file /etc/cron.daily/conf-mod_ssl 'attr(0544,root,root)' \
1384     --file /etc/rc.d/rc.e-smith 'attr(0750,root,root)' \
1385     --dir /var/service/dhcpd 'attr(01755,root,root)' \
1386     --file /var/service/dhcpd/down 'attr(0644,root,root)' \
1387     --file /var/service/dhcpd/run 'attr(0755,root,root)' \
1388     --dir /var/service/dhcpd/log 'attr(0755,root,root)' \
1389     --dir /var/service/dhcpd/log/supervise 'attr(0700,root,root)' \
1390     --dir /var/service/dhcpd/supervise 'attr(0700,root,root)' \
1391     --file /var/service/dhcpd/log/run 'attr(0755,root,root)' \
1392     --dir /var/log/dhcpd 'attr(2750,smelog,smelog)' \
1393     --dir /var/service/raidmonitor 'attr(01755,root,root)' \
1394     --file /var/service/raidmonitor/down 'attr(0644,root,root)' \
1395     --file /var/service/raidmonitor/run 'attr(0755,root,root)' \
1396     --dir /var/service/raidmonitor/log 'attr(0755,root,root)' \
1397     --dir /var/service/raidmonitor/log/supervise 'attr(0700,root,root)' \
1398     --dir /var/service/raidmonitor/supervise 'attr(0700,root,root)' \
1399     --file /var/service/raidmonitor/log/run 'attr(0755,root,root)' \
1400     --dir /var/log/raidmonitor 'attr(2750,smelog,smelog)' \
1401     --file /var/service/syslog/run 'attr(0755,root,root)' \
1402     --file /var/service/syslog/down 'attr(0644,root,root)' \
1403     --file /var/service/klogd/run 'attr(0755,root,root)' \
1404     --file /var/service/klogd/down 'attr(0644,root,root)' \
1405     --dir /etc/e-smith/pam 'attr(0700,root,root)' \
1406     --dir /home/e-smith/ssl.key 'attr(0700,root,root)' \
1407     --dir /home/e-smith/ssl.crt 'attr(0700,root,root)' \
1408     --dir /home/e-smith/ssl.pem 'attr(0700,root,root)' \
1409     --file /var/service/ldap/run 'attr(0750,root,root)' \
1410     --file /var/service/ldap/finish 'attr(0750,root,root)' \
1411     --dir /var/service/ldap/control 'attr(0750,root,root)' \
1412     --file /var/service/ldap/control/1 'attr(0750,root,root)' \
1413     --dir /var/service/ldap/ssl 'attr(0750,root,ldap)' \
1414     --dir /var/lib/ldap 'attr(0700,ldap,ldap)' \
1415     --dir /var/service/wan 'attr(1755,root,root)' \
1416     --file /var/service/wan/down 'attr(0644,root,root)' \
1417     --file /var/service/wan/run 'attr(0750,root,root)' \
1418     --file /var/service/wan/run.dhclient 'attr(0750,root,root)' \
1419     --file /var/service/wan/run.pppoe 'attr(0750,root,root)' \
1420     --file /var/service/wan/run.static 'attr(0750,root,root)' \
1421     --file /var/service/wan/run.dialup 'attr(0750,root,root)' \
1422     --file /var/service/wan/run.disabled 'attr(0750,root,root)' \
1423     --dir /var/service/wan/supervise 'attr(0700,root,root)' \
1424     --dir /var/service/wan/log 'attr(1755,root,root)' \
1425     --file /var/service/wan/log/run 'attr(0750,root,root)' \
1426     --dir /var/service/wan/log/supervise 'attr(0700,root,root)' \
1427     --dir /var/log/wan 'attr(2750,smelog,smelog)' \
1428     --dir /var/service/ippp 'attr(1755,root,root)' \
1429     --file /var/service/ippp/down 'attr(0644,root,root)' \
1430     --file /var/service/ippp/run 'attr(0750,root,root)' \
1431     --dir /var/service/ippp/supervise 'attr(0700,root,root)' \
1432     --dir /var/service/ippp/log 'attr(1755,root,root)' \
1433     --file /var/service/ippp/log/run 'attr(0750,root,root)' \
1434     --dir /var/service/ippp/log/supervise 'attr(0700,root,root)' \
1435     --dir /var/log/ippp 'attr(2750,smelog,smelog)' \
1436     --dir /etc/e-smith/skel/user/.ssh 'attr(0700,root,root)' \
1437     > %{name}-%{version}-%{release}-filelist
1438    
1439     mkdir -p $RPM_BUILD_ROOT/home/e-smith/db
1440     for file in %{dbfiles}
1441     do
1442     # Create ghost file for rpm
1443     touch $RPM_BUILD_ROOT/home/e-smith/db/$file
1444     echo "%config(noreplace) %attr(0640,root,admin) /home/e-smith/db/$file" \
1445     >> %{name}-%{version}-%{release}-filelist
1446     done
1447     echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
1448    
1449     %clean
1450     rm -rf $RPM_BUILD_ROOT
1451    
1452     %files -f %{name}-%{version}-%{release}-filelist
1453     %defattr(-,root,root)

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