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

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

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


Revision 1.83 - (hide annotations) (download)
Sun Jan 31 05:14:04 2010 UTC (14 years, 4 months ago) by dungog
Branch: MAIN
Changes since 1.82: +6 -1 lines
* Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-13.sme
- Fix console backup from removable media [SME: 4809]

1 dungog 1.83 # $Id: e-smith-base.spec,v 1.82 2010/01/30 21:34:04 snetram Exp $
2 slords 1.69
3 slords 1.1 Summary: e-smith server and gateway - base module
4     %define name e-smith-base
5     Name: %{name}
6 slords 1.69 %define version 5.2.0
7 snetram 1.82 %define release 12
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.70 Patch1: e-smith-base-5.2.0-sambaRole.patch
14 dungog 1.71 Patch2: e-smith-base-5.2.0-smartd40.patch
15 snetram 1.72 Patch3: e-smith-base-5.2.0-usbRev70drive.patch
16 bytegw 1.74 Patch4: e-smith-base-5.2.0-FixLabelArray.patch
17 slords 1.75 Patch5: e-smith-base-5.2.0-straysymlink.patch
18 filippocarletti 1.76 Patch6: e-smith-base-5.2.0-nonetworkdrivers.patch
19 snetram 1.77 Patch7: e-smith-base-5.2.0-checkIPOverlap.patch
20 snetram 1.78 Patch8: e-smith-base-5.2.0-adapter-translation-fixes.patch
21 bytegw 1.79 Patch9: e-smith-base-5.2.0-FixLocale_External.patch
22 filippocarletti 1.80 Patch10: e-smith-base-5.2.0-perform_restore-hal.patch
23 snetram 1.82 Patch11: e-smith-base-5.2.0-generate-2048-bits-keys.patch
24 dungog 1.83 Patch12: e-smith-base-5.2.0-perform_backup-hal.patch
25 slords 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
26     Requires: mod_auth_external
27 slords 1.70 Requires: e-smith-lib >= 2.2.0-2
28 slords 1.1 Requires: server-manager-images, server-manager
29 slords 1.51 Requires: e-smith-formmagick >= 1.4.0-12
30 slords 1.1 Requires: initscripts >= 6.67-1es17
31     Requires: e-smith-daemontools >= 1.7.1-04
32     Requires: perl(Locale::gettext)
33     Requires: perl(Crypt::Cracklib)
34     Requires: perl(Date::Manip)
35     Requires: perl(Data::UUID)
36     Requires: perl(Net::IPv4Addr)
37     Requires: /usr/sbin/irqbalance
38     Requires: /usr/sbin/cpuspeed
39     Requires: /sbin/microcode_ctl
40     Requires: dbus
41     Requires: hal
42     Requires: acpid
43     Requires: rssh
44     Requires: bridge-utils
45     Requires: vconfig
46     Requires: e-smith-bootloader
47     Requires: mdadm
48     Requires: pv
49     Requires: pam_abl
50     Obsoletes: rlinetd, e-smith-mod_ssl
51     Obsoletes: e-smith-serial-console
52     Obsoletes: sshell
53     Obsoletes: e-smith-rp-pppoe
54     Obsoletes: perl-Data-UUID
55     BuildRequires: perl, perl(Test::Inline) >= 0.12
56     BuildRequires: e-smith-devtools >= 1.13.1-03
57     BuildRequires: gettext
58     %ifarch i386
59     Requires: apmd
60     %endif
61    
62     %define dbfiles accounts configuration domains hosts networks
63     AutoReqProv: no
64    
65     %description
66     e-smith server and gateway software - base module.
67    
68     %changelog
69 dungog 1.83 * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-13.sme
70     - Fix console backup from removable media [SME: 4809]
71    
72 snetram 1.82 * Sat Jan 30 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-12.sme
73     - Bump certificate encryption from 1024 bits to 2048 bits [SME: 5735]
74    
75 filippocarletti 1.80 * Thu Jan 14 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-11.sme
76 filippocarletti 1.81 - Fix console restore from removable media (Federico Simoncelli) [SME: 4809]
77 filippocarletti 1.80
78 bytegw 1.79 * Mon Nov 23 2009 Gavin Weight <gweight@gmail.com> 5.2.0-10.sme
79     - Add a dummy call so xgettext can pull translated $ifName in console configuration pages. [SME: 5571]
80    
81 snetram 1.78 * Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-9.sme
82     - Translate $ifName in console configuration pages [SME: 5571]
83    
84 snetram 1.77 * Sat Oct 24 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-8.sme
85     - Prevent IP conflicts between local and external interface in server gateway mode [SME: 5501]
86    
87 filippocarletti 1.76 * Tue Oct 20 2009 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-7.sme
88     - Clean up: remove unused nonetworkdrivers [SME: 5521]
89    
90 slords 1.75 * Sat Jun 6 2009 Shad L. Lords <slords@mail.com> 5.2.0-6.sme
91     - Clean up stray symlinks in /lib/modules before depmod [SME: 5336]
92    
93 bytegw 1.74 * Mon May 18 2009 Gavin Weight <gweight@gmail.com> 5.2.0-5.sme
94     - Allow for different mdadm output formats for DeviceSize. [SME: 5230]
95    
96 snetram 1.73 * Sat Feb 14 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-4.sme
97 snetram 1.72 - Auto-mount USB REV70-drive as usbdisk [SME: 5006]
98    
99 dungog 1.71 * Sat Oct 25 2008 Stephen Noble <support@dungog.net> 5.2.0-3.sme
100     - create service link for smartd [SME: 1445]
101    
102 slords 1.70 * Mon Oct 13 2008 Shad L. Lords <slords@mail.com> 5.2.0-2.sme
103     - Add patch to support multiple samba roles [SME: 4172]
104    
105 slords 1.69 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 5.2.0-1.sme
106     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
107    
108 dungog 1.67 * Tue Sep 23 2008 Stephen Noble <support@dungog.net> 4.19.0-6
109     - Add locale tags for email in review panel [SME: 4267]
110    
111 slords 1.66 * Sat Sep 20 2008 Shad L. Lords <slords@mail.com> 4.19.0-5
112     - Correct gettext type during build process [SME: 570]
113    
114 slords 1.65 * Mon Sep 15 2008 Shad L. Lords <slords@mail.com> 4.19.0-4
115     - Fix screen corruption in console [SME: 4155]
116    
117 slords 1.64 * Sat Sep 13 2008 Shad L. Lords <slords@mail.com> 4.19.0-3
118     - Fix detection of xen instance against newer kernels [SME: 4555]
119    
120 snetram 1.63 * Thu Aug 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.0-2
121     - Fixed warnings generated during build process [SME: 570]
122    
123 slords 1.62 * Wed Aug 20 2008 Shad L. Lords <slords@mail.com> 4.19.0-1
124     - Roll new dev stream.
125    
126 bytegw 1.61 * Sun Aug 17 2008 Gavin Weight <gweight@gmail.com> 4.18.1-22
127     - Add gettext to creating backup file title for localization. [SME: 4467]
128    
129 bytegw 1.60 * Mon Aug 11 2008 Charlie Brady <charlie_brady@mitel.com> 4.18.1-21
130     - Fix race condition in VPN ip-down handling which could cause loss of
131     LAN connectivity. [SME: 4405]
132    
133 slords 1.59 * Sat Aug 9 2008 Shad L. Lords <slords@mail.com> 4.18.1-20
134     - Remove requires for whiptail. No longer needed [SME: 4491]
135    
136 snetram 1.58 * Fri Aug 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-19
137     - Change userpassword panel to use PASSWORD_VERIFY_NEW instead of PASSWORD_NEW_VERIFY [SME: 4487]
138    
139 snetram 1.57 * Thu Aug 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-18
140     - Revert locale key PASSWORD_RESET_TITLE to RESET_PASSWORD_TITLE and move it
141     to e-smith-formmagick's general [SME: 4475]
142     - Reverting all *PASSWORD_NO_MATCH to *PASSWORD_VERIFY_ERROR locale keys [SME: 4476]
143     - Remove invalid entry tag from userpassword's locale file preventing the
144     form from displaying properly [SME: 4479]
145    
146 snetram 1.56 * Tue Aug 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-17
147     - Revert previous invalid locale changes (reverting to 4.18.1-15) [SME: 4472]
148    
149 snetram 1.55 * Mon Aug 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-16
150     - Revert some locale changes
151    
152 bytegw 1.54 * Tue Jul 22 2008 Gavin Weight <gweight@gmail.com> 4.18.1-15
153     - Add regex to support cciss device names in manageRAID.pl. [SME: 4455]
154    
155 snetram 1.53 * Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-14
156 snetram 1.52 - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
157    
158 snetram 1.50 * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-13
159 slords 1.51 - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
160 snetram 1.50
161 bytegw 1.49 * Wed Apr 23 2008 Shad L. Lords <slords@mail.com> 4.18.1-12
162     - Fix for > 5 nics detected [SME: 4232]
163    
164 slords 1.48 * Tue Apr 22 2008 Shad L. Lords <slords@mail.com> 4.18.1-11
165     - Remove use of Date::Manip from ssl.crt [SME: 3155]
166    
167 slords 1.47 * Sat Apr 19 2008 Shad L. Lords <slords@mail.com> 4.18.1-10
168     - Fix FreeBusy param when disabled [SME: 1806]
169     - Remove .orig file [SME: 4228]
170    
171 slords 1.46 * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-9
172     - Remove quitConsole from menu [SME: 4154]
173    
174 slords 1.45 * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-8
175     - Really fix free/busy in usermanager [SME: 4157]
176    
177 slords 1.44 * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-7
178     - Use frames in elinks [SME: 4156]
179     - Set homepage for elinks [SME: 4160]
180    
181     * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-6
182     - Fix free/busy field in useraccounts [SME: 4157]
183    
184 slords 1.43 * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.18.1-5
185     - Add free/busy URL entry to help kronolith contribs [SME: 1806]
186    
187 slords 1.42 * Fri Mar 28 2008 Shad L. Lords <slords@mail.com> 4.18.1-4
188     - Fix insert_mode for elinks on el5 platform [SME: 4127]
189    
190 slords 1.41 * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-3
191     - Set accounts to deleted before template expansion [SME: 4122]
192    
193 slords 1.40 * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-2
194     - Fix gettext strings returned by password checks [SME: 4104]
195    
196     * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-1
197     - Roll new stable stream consolidating patches.
198    
199 slords 1.39 * Mon Mar 24 2008 Shad L. Lords <slords@mail.com> 4.18.0-104
200     - Finish removing pleasewait [SME: 126]
201    
202 slords 1.38 * Tue Mar 18 2008 Shad L. Lords <slords@mail.com> 4.18.0-103
203 slords 1.39 - Add gettext to console titles. [SME: 4089]
204 slords 1.38
205 slords 1.37 * Sat Mar 15 2008 Stephen Noble <support@dungog.net> 4.18.0-102
206 burnat 1.35 - Minor translation fixes [SME: 4058] [SME: 4059]
207    
208 slords 1.34 * Wed Mar 12 2008 Shad L. Lords <slords@mail.com> 4.18.0-101
209     - Remove tests for removed FORM_TITLE's [SME: 4050]
210    
211 slords 1.33 * Wed Mar 12 2008 Shad L. Lords <slords@mail.com> 4.18.0-100
212 slords 1.32 - Cleanup SAVE/ADD tag mixup [SME: 4045]
213    
214 slords 1.31 * Sat Mar 10 2008 Shad L. Lords <slords@mail.com> 4.18-99
215     - Fix dyndns custom gettext [SME: 4032]
216    
217 burnat 1.30 * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 4.18-98
218     - revised gettext messages [SME: 631]
219    
220     * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 4.18-97
221     - gettext messages [SME: 631]
222    
223     * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 4.18-96
224     - remove duplicate system password has been changed [SME: 3974]
225    
226     * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 4.18-95
227     - EthernetAssign shouldn't be translated [SME: 3947]
228    
229 burnat 1.29 * Sun Feb 17 2008 Stephen Noble <support@dungog.net> 4.18-94
230     - Remove pleasewait function [SME: 126]
231    
232     * Sun Feb 17 2008 Stephen Noble <support@dungog.net> 4.18-93
233     - fix gettext formatting in three files [SME: 3938]
234    
235 burnat 1.28 * Wed Feb 13 2008 chris burnat <devlist@burnat.com> 4.18-92
236     - Fix creation of usernames and pseudonyms with one character
237     - [SME: 2451]
238    
239     * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 4.18-91
240     - Remove <base> tags now in general [SME: 3911]
241    
242 bytegw 1.27 * Sun Feb 10 2008 Stephen Noble <support@dungog.net> 4.18-90
243     - Remove duplicate <base> entries [SME: 3894]
244    
245 bytegw 1.26 * Sat Feb 09 2008 Stephen Noble <support@dungog.net> 4.18-89
246     - remove unused ROUTER_DESC token from lexicon [SME: 3879]
247    
248 slords 1.25 * Sat Jan 12 2008 Shad L. Lords <slords@mail.com> 4.18-88
249     - remove default of 1400 MTU for interfaces [SME: 549]
250    
251 bytegw 1.24 * Wed Jan 09 2008 Stephen Noble <support@dungog.net> 4.18-87
252     - db prop to dissociate admin password from root in useraccounts.pm [SME: 3117]
253    
254     * Wed Jan 09 2008 Stephen Noble <support@dungog.net> 4.18-86
255     - pptp connections setting mtu/mru > 1400 [SME: 549]
256    
257     * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 4.18-85
258     - console to strength validate password choice on first entry [SME: 3131]
259    
260     * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 4.18-84
261     - Auto-mount USB REV-drive as usbdisk [SME: 2972]
262    
263 bytegw 1.23 * Sun Jan 06 2008 Stephen Noble <support@dungog.net> 4.18-83
264     - ignore error returns from tar [SME: 3127]
265    
266 bytegw 1.22 * Sun Jan 06 2008 Stephen Noble <support@dungog.net> 4.18-82
267     - Use esmith::util::validatePassword on console [SME: 2173]
268    
269 bytegw 1.20 * Mon Dec 24 2007 Gavin Weight <gweight@gmail.com> 4.18.0-81
270     - Link smartd.conf to bootstrap-save-console and console-save. [SME: 1445]
271    
272     * Mon Dec 24 2007 Stephen Noble <support@dungog.net> 4.18-80
273     - Add smartd as a disabled service with template [SME: 1445]
274    
275 slords 1.18 * Sun Dec 16 2007 Shad L. Lords <slords@mail.com> 4.18.0-79
276     - Lock user accounts with usermod instead of passwd [SME: 3595]
277    
278 bytegw 1.17 * Sun Dec 16 2007 Gavin Weight <gweight@gmail.com> 4.18.0-78
279     - Add symlink to fr-fr locale. [SME: 3648]
280    
281 slords 1.16 * Mon Nov 12 2007 Shad L. Lords <slords@mail.com> 4.18.0-77
282     - Add fix for varying partition sizes in add_raid [SME: 3547]
283    
284     * Sun Nov 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-76
285 bytegw 1.15 - Fix removal of Corporate DNS from console. [SME: 3532]
286    
287 bytegw 1.14 * Fri Nov 02 2007 Gavin Weight <gweight@gmail.com> 4.18.0-75
288     - Remove previous change, applied to wrong package. [SME: 3512]
289    
290     * Fri Nov 02 2007 Gavin Weight <gweight@gmail.com> 4.18.0-74
291     - Add WPAD feature for DHCP (Thanks Hector Perez). [SME: 3512]
292    
293 slords 1.13 * Tue Oct 16 2007 Gavin Weight <gweight@gmail.com> 4.18.0-73
294     - Make non-Removable pseudonyms point to admin when reassigned. [SME: 2214]
295    
296 slords 1.12 * Sun Oct 14 2007 Gavin Weight <gweight@gmail.com> 4.18.0-72
297     - Adjust success text when changing admin password. [SME: 2442]
298    
299     * Thu Oct 11 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-71
300 slords 1.11 - Fix comparison of expected to actual SSL cert data. Also change
301     truncation point for email address from 40 chars to 64. [SME: 1736].
302 slords 1.12 [Note that -70 was inadvertently skipped.]
303 slords 1.11
304 slords 1.10 * Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-69
305     - Move httpd logrotate.d directory to e-smith-apache. [SME: 3380]
306    
307     * Tue Sep 11 2007 Gavin Weight <gweight@gmail.com> 4.18.0-68
308     - Rename in logrotate.d directory apache to httpd. [SME: 3380]
309    
310 slords 1.9 * Fri Sep 07 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-67
311     - Fix pod in groups.pm file. [SME: 3379]
312    
313 slords 1.8 * Wed Aug 22 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-66
314     - Relax restrictions on restore devices, to allow CDR and DVDR.
315     [SME: 3126]
316    
317     * Fri Aug 03 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-65
318     - Ensure that depmod is run for all installed kernels. [SME: 3235]
319    
320 slords 1.7 * Wed Jul 04 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-64
321     - Really really clear devices variable [SME: 3116]
322    
323     * Sun Jul 1 2007 Shad L. Lords <slords@mail.com> 4.18.0-63
324 slords 1.6 - Really clear devices variable [SME: 3116]
325    
326     * Sun Jul 1 2007 Shad L. Lords <slords@mail.com> 4.18.0-62
327 slords 1.5 - Clean up loop var and mount point for backup/restore [SME: 3116]
328    
329 slords 1.4 * Thu Jun 28 2007 Shad L. Lords <slords@mail.com> 4.18.0-61
330     - Improve usb backup error reporting [SME: 2772]
331    
332 slords 1.3 * Tue Jun 26 2007 Gavin Weight <gweight@gmail.com> 4.18.0-60
333     - Move the pam.d ftp/proftpd templates to e-smith-proftpd.
334     [SME: 2762]
335    
336 slords 1.2 * Tue Jun 19 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-59
337     - Have nonetworkdrivers script exit silently if kmodule bin not found.
338     [SME: 2549]
339    
340 slords 1.1 * Mon Jun 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-58
341     - Start messagebus/haldaemon so restore works [SME: 3058]
342    
343     * Sun Jun 10 2007 Stephen Noble <support@dungog.net> 4.18.0-57
344     - expand /etc/pam.d/login [SME: 2831]
345    
346     * Wed Jun 06 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-56
347     - Prevent backout from console config during initial setup.
348     [SME: 2540]
349    
350     * Sun Jun 3 2007 Shad L. Lords <slords@mail.com> 4.18.0-55
351     - Clean up some more newlines [SME: 3035]
352     - Make raid failures more verbose [SME: 3032]
353     - Fix add_drive_to_raid and partition issues [SME: 2155, 2232]
354    
355     * Wed May 30 2007 Gavin Weight <gweight@gmail.com> 4.18.0-54
356     - Update noraid text and add newline after text. [SME: 3035]
357    
358     * Thu May 24 2007 Shad L. Lords <slords@mail.com> 4.18.0-53
359     - Don't use cracklib in system-auth [SME: 2686]
360    
361     * Fri May 18 2007 Shad L. Lords <slords@mail.com> 4.18.0-52
362     - Use correct lib for modules
363    
364     * Thu May 17 2007 Shad L. Lords <slords@mail.com> 4.18.0-51
365     - Updates to support xenU instance
366    
367     * Wed May 9 2007 Shad L. Lords <slords@mail.com> 4.18.0-50
368     - Updates to support SME Server 8
369    
370     * Sat May 05 2007 Gavin Weight <gweight@gmail.com> 4.18.0-49
371     - Fix service match RE in /sbin/e-smith/service. [SME: 2959]
372    
373     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
374     - Clean up spec so package can be built by koji/plague
375    
376     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com> 4.18.0-48
377     - Change to dist for tagging release
378     - Only include apmd for i386 platforms
379    
380     * Fri Apr 27 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-47
381     - Validate GatewayIP address more carefully. [SME: 2928]
382    
383     * Sat Apr 14 2007 Stephen Noble <support@dungog.net> 4.18.0-46
384     - Field to change ssh port [SME: 2382]
385    
386     * Sat Apr 14 2007 Stephen Noble <support@dungog.net> 4.18.0-45
387     - Change fm to self in remoteaccess.pm [SME: 2382]
388    
389     * Fri Apr 13 2007 Shad L. Lords <slords@mail.com> 4.18.0-44
390     - Make configuration dbs config(noreplace) [SME: 2527]
391    
392     * Fri Apr 13 2007 Shad L. Lords <slords@mail.com> 4.18.0-43
393     - Adjust perm for dhcpd.conf again [SME: 2715]
394    
395     * Thu Apr 12 2007 Shad L. Lords <slords@mail.com> 4.18.0-42
396     - Put usbback patch back in. [SME: 2483]
397    
398     * Thu Apr 12 2007 Stephen Noble <support@dungog.net> 4.18.0-41
399     - Remove enable slocate patch [SME: 102]
400    
401     * Thu Apr 12 2007 Stephen Noble <support@dungog.net> 4.18.0-40
402     - Change Try Again to gettext(Back) in perform backup [SME: 2483]
403    
404     * Thu Apr 12 2007 Stephen Noble <support@dungog.net> 4.18.0-39
405     - Enable slocate in /etc/updatedb.conf [SME: 102]
406    
407     * Wed Apr 11 2007 Stephen Noble <support@dungog.net> 4.18.0-38
408     - Make console text consistent 'Please stand by' [SME: 2493]
409    
410     * Wed Apr 11 2007 Stephen Noble <support@dungog.net> 4.18.0-37
411     - Fix missing en-au & en-nz language noise. [SME: 2093]
412    
413     * Wed Apr 11 2007 Stephen Noble <support@dungog.net> 4.18.0-36
414     - Fix missing list items for console [SME: 2642]
415    
416     * Mon Apr 09 2007 Shad L. Lords <slords@mail.com> 4.18.0-35
417     - Don't attempt to add_raid_device if no raid [SME: 2484]
418    
419     * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-34
420     - Add fix for perms on dhcpd.conf file [SME: 2715]
421    
422     * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-33
423     - Remove fix for ftpusers. Belongs in e-smith-proftpd. [SME: 2841]
424    
425     * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-32
426     - Fix permissions on ftpusers file [SME: 2841]
427     - Fix permissions on pwauth file [SME: 2842]
428    
429     * Thu Apr 05 2007 Shad L. Lords <slords@mail.com> 4.18.0-31
430     - Simplify depmod call in conf-modules [SME: 2554]
431    
432     * Wed Apr 04 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-30
433     - Fix login pam configuration file. TODO - expand the template
434     during bootstrap-console-save. [SME: 2831]
435    
436     * Mon Mar 26 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-29
437     - Add rotate_timestamped_logfiles action, split from
438     generic_template_expand. [SME: 2795]
439    
440     * Thu Mar 22 2007 Shad L. Lords <slords@mail.com> 4.18.0-28
441     - Fix rc.e-smith to work with el4 and el5 [SME: 2510]
442    
443     * Mon Mar 19 2007 Shad L. Lords <slords@mail.com> 4.18.0-27
444     - Add missing elements in prior pam updates [SME: 2551]
445    
446     * Mon Mar 19 2007 Shad L. Lords <slords@mail.com> 4.18.0-26
447     - Update pam_stack to new include for el5 [SME: 2551]
448    
449     * Thu Mar 08 2007 Gavin Weight <gweight@gmail.com> 4.18.0-25
450     - Fix missing en-gb language noise. [SME: 2633]
451    
452     * Thu Mar 08 2007 Shad L. Lords <slords@mail.com> 4.18.0-24
453     - Call cropLeft function correctly in crt expansion [SME: 1689]
454    
455     * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 4.18.0-23
456     - Make elinks display correctly with xterm display [SME: 444]
457    
458     * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 4.18.0-22
459     - Add db override for crt common name [SME: 1689]
460    
461     * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 4.18.0-21
462     - Default adding drive to raid to no [SME: 2644]
463    
464     * Tue Mar 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-20
465     - Allow nics to swap if different LAN chosen [SME: 2612]
466    
467     * Tue Mar 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-19
468     - Default WAN NIC to the *other* NIC than the one selected for LAN [SME: 2612]
469    
470     * Tue Mar 06 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-18
471     - Combine two similar loops in selectEthernet and break overly
472     long string constant. [SME: 2612]
473    
474     * Tue Mar 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-17
475     - Fix network selection dialog to include all drivers. [SME: 2612]
476    
477     * Thu Mar 01 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-16
478     - Fix run.static file in wan service directory. [SME: 2580]
479    
480     * Fri Feb 23 2007 Shad L. Lords <slords@mail.com> 4.18.0-15
481     - Fix glob for selecting backup devices. [SME: 2521]
482    
483     * Fri Feb 23 2007 Shad L. Lords <slords@mail.com> 4.18.0-14
484     - User new console infobox for console backup. [SME: 2533]
485    
486     * Thu Feb 22 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-13
487     - Use new esmith::console::infobox widget in console. [SME: 2533]
488    
489     * Fri Feb 16 2007 Shad L. Lords <slords@mail.com> 4.18.0-12
490     - Change runsvctrl to sv to support runit v1.7.x
491    
492     * Fri Feb 16 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-11
493     - Restate microcode_ctl/irqbalance/cpuspeed dependencies. [SME: 2490]
494    
495     * Sun Feb 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-10
496     - Set db value for external ip before expanding templates [SME: 1977]
497    
498     * Sun Feb 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-9
499     - Do better detection of possible devices for backup/restore [SME: 2317]
500    
501     * Sun Feb 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-8
502     - Set ENV{HOME} so mysql dump works for backup [SME: 2412]
503    
504     * Wed Feb 07 2007 Charlie Brady <charlieb@e-smith.com> 4.18.0-7
505     - Remove unused remnant dhcpcd templates. [SME: 2445]
506    
507     * Wed Feb 07 2007 Charlie Brady <charlieb@e-smith.com> 4.18.0-6
508     - Configure elinks to obey cache control directives. I have
509     no idea why that would not be the default! [SME: 2443]
510    
511     * Tue Jan 30 2007 Shad L. Lords <slords@mail.com> 4.18.0-5
512     - Ensure gateway dev is correct for server-only [SME: 2404]
513    
514     * Mon Jan 29 2007 Shad L. Lords <slords@mail.com> 4.18.0-4
515     - Add cancel button to backup/restore panels [SME: 2393]
516    
517     * Mon Jan 29 2007 Shad L. Lords <slords@mail.com> 4.18.0-3
518     - Add console backup to USB [SME: 2317]
519    
520     * Sun Jan 28 2007 Shad L. Lords <slords@mail.com> 4.18.0-2
521     - Fix backtitle for saving changes [SME: 2328]
522    
523     * Fri Jan 26 2007 Shad L. Lords <slords@mail.com> 4.18.0-1
524     - Roll stable stream. [SME: 2328]
525    
526     * Tue Jan 23 2007 Charlie Brady <charlieb@e-smith.com> 4.17.2-8
527     - Remove unused ifcfg-log:0 templates. [SME: 2368]
528    
529     * Tue Jan 23 2007 Charlie Brady <charlieb@e-smith.com> 4.17.2-7
530     - Add template fragments to allow forcing of ethernet negotiation
531     parameters [SME: 2362]
532    
533     * Tue Jan 23 2007 Charlie Brady <charlieb@e-smith.com> 4.17.2-6
534     - Remove unused pam and abl templates (remnants of some stuff I
535     was prototyping).
536    
537     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-5
538     - [Forward-ported from 4.17.0]
539     - Refactor console code considerably, and add restore from CDROM/USB
540     backup capability to console.
541     - Remove deprecated %conf use in console. [SME: 1856]
542    
543     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-4
544     - [Ported from e-smith-base+ldap]
545     - Add support for use of pam_tally and/or pam_abl modules. Both
546     are disabled by default.
547     - Update /etc/pam.d/{ftp,passwd} templates.
548     - Add template for /etc/pam.d/system-auth.
549    
550     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-3
551     - [Forward-ported from 4.17.0]
552     - Move masq fragments to e-smith-packetfilter rpm.
553    
554     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-2
555     - [Forward-ported from 4.17.0]
556     - Remove server-manager templates and scripts - move to e-smith-manager.
557     [SME: 2023]
558    
559     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-1
560     - [Forward-ported from 4.17.0]
561     - Combine dhcp client, pppoe, dialup and static WAN connections into
562     "wan" service. [SME 1795]
563    
564     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-0
565     - Make new development stream. Based from 4.16.0-39.
566    
567     * Sun Jan 14 2007 Shad L. Lords <slords@mail.com> 4.16.0-39
568     - [Back-port from 4.17.0-23]
569     - Add admin email forwarding to modify user panel [SME: 827]
570    
571     * Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 4.16.0-38
572     - [Back-port from 4.17.0-22]
573     - Fix last patch so that data is pulled correctly [SME: 1034]
574    
575     * Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 4.16.0-37
576     - [Back-port from 4.17.0-21]
577     - Make purge-old-logs configurable via db [SME: 1034]
578    
579     * Wed Jan 10 2007 Shad L. Lords <slords@mail.com> 4.16.0-36
580     - [Back-port from 4.17.0-20]
581     - Don't regenerate key and only regenerate crt when expired. [SME: 2035]
582    
583     * Tue Dec 26 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-35
584     - [Back-port from 4.17.0-19]
585     - And mark admin_raidreport as only available for local mail [SME: 2139]
586    
587     * Tue Dec 26 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-34
588     - [Back-port from 4.17.0-17, 4.17.0-18]
589     - Send raidmonitor output to admin_raidreport pseudonym [SME: 2139]
590     - And mark admin_raidreport as non-Removable [SME: 2139]
591    
592     * Sat Dec 23 2006 Shad L. Lords <slords@mail.com> 4.16.0-33
593     - Disable raid based on /proc/partitions (which is dynamic) instead
594     of grub/device.map (which is static) [SME: 2131]
595    
596     * Fri Dec 22 2006 Shad L. Lords <slords@mail.com> 4.16.0-32
597     - Check device size after calculating space needed. [SME: 2131]
598    
599     * Fri Dec 08 2006 Shad L. Lords <slords@mail.com> 4.16.0-31
600     - Create partitions in order of size. This makes sure boot is first and
601     / is last. Also last partitions fills all available space making resizing
602     easier. [SME: 2131]
603    
604     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
605     - Update to new release naming. No functional changes.
606     - Make Packager generic
607    
608     * Tue Dec 05 2006 Shad L. Lords <slords@mail.com> 4.16.0-30
609     - Update manage raid console functions to handle all raid types [SME: 2131]
610    
611     * Tue Nov 21 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-29
612     - Fix warning from dhclient.conf template expansion.
613    
614     * Wed Aug 30 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-28
615     - Add missing LocalModule for mod_proxy_http to admin apache conf.
616     [SME: 1853]
617    
618     * Fri Jul 14 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-27
619     - Prevent daily regeneration of SSL cert if City/Company/Department are
620     empty. [SME: 1602]
621    
622     * Wed Jun 28 2006 Gavin Weight <gweight@gmail.com> 4.16.0-26
623     - Menu text in console is incorrect for RAID5 installs. [SME: 404]
624    
625     * Wed Jun 14 2006 Gavin Weight <gweight@gmail.com> 4.16.0-25
626     - Modify user create page to show henry:miller not henry_miller. [SME: 531]
627    
628     * Fri Jun 9 2006 Gavin Weight <gweight@gmail.com> 4.16.0-24
629     - Remove lines for creating symlink to statusreport from spec file. [SME: 450]
630    
631     * Mon Jun 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-23
632     - Allow for admin account when locking null passwords, and perform
633     check in post-upgrade so that the password screen will be presented
634     after the reboot [SME: 1529]
635    
636     * Mon Jun 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-22
637     - Correct argument ordering in last change [SME: 790, SME: 1541]
638    
639     * Sun May 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-21
640     - Increase cert serial number when new certificate is generated. [SME: 790]
641    
642     * Sun May 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-20
643     - Change ssl.crt template so that cert is regenerated if issuer information
644     has changed. [SME: 1484]
645    
646     * Thu Apr 27 2006 Gavin Weight <gweight@gmail.com> 4.16.0-19
647     - Change default shutdown value from shutdown to reboot. [SME: 1320]
648    
649     * Sun Apr 23 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-18
650     - Fix syntax error introduced in last change (and reuse $rc and $choice in
651     raidManage.pl). [SME: 1285,1300]
652    
653     * Fri Apr 21 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-17
654     - Force masq service to enabled for servergateway modes, but
655     leave at current setting for serveronly. Revises -09 change [SME: 1209]
656    
657     * Wed Apr 19 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-16
658     - Add big warning about wiping disk to raid management screen.
659     [SME: 1285]
660    
661     * Tue Apr 18 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-15
662     - Ensure that rmmod-bonding doesn't return error status if
663     bonding is not enabled (e.g. during upgrade) [SME: 935]
664    
665     * Tue Apr 18 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-14
666     - Avoid warning from NICBondingOptions migrate fragment. [SME: 1271]
667    
668     * Tue Apr 18 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-13
669     - Always save ssh property changes, even if sshd is disabled [SME: 1210]
670    
671     * Thu Apr 13 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-12
672     - Don't run kudzu at every bootup. [SME: 727]
673    
674     * Tue Apr 11 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-11
675     - More fixes to dhclient configuration (courtesy of Richard Schiffelers).
676     [SME: 881]
677    
678     * Mon Apr 10 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-10
679     - Fixes to dhclient configuration (courtesy of Richard Schiffelers).
680     [SME: 881]
681    
682     * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-09
683     - Enable the masq service to ensure that installs and upgrades
684     are consistent. If someone really wants to disable it, they can
685     add a force fragment [SME: 1209]
686    
687     * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-08
688     - Lock accounts with bad SMB passwords [SME: 1193]
689    
690     * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-07
691     - Revert password length restriction changes [SME: 1193]
692    
693     * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-06
694     - Adjust plural in page title in last patch [SME: 1193]
695    
696     * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-05
697     - Adjust console logic for 14 character password restriction [SME: 1193]
698    
699     * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-04
700     - Only process 'network' entries in route-eth0 template [SME: 1182]
701    
702     * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-03
703     - Restrict passwords to 14 characters [SME: 1193]
704    
705     * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-02
706     - Rename anaconda logs, but leave a symlink. Do nothing if the log
707     is already a symlink or missing [SME: 808]
708    
709     * Tue Mar 14 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-01
710     - Roll stable stream version. [SME: 1016]
711    
712     * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-20
713     - Ensure that each user has a Shell property in post-upgrade.
714     If they didn't have one before, set it to the current value in
715     /etc/passwd. [SME: 859]
716    
717     * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-19
718     - Copy anaconda logs instead of renaming them in post-upgrade [SME: 808]
719     - Adjust timestamp of copied logs to logfiles2timestamp format [SME: 808]
720    
721     * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-18
722     - Change modSSL to be private in Private Server and Gateway mode [SME: 328]
723    
724     * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-17
725     - And remove now redundant calls to wherenext [SME: 986]
726    
727     * Fri Mar 10 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-16
728     - Fix FM page name (FirstPage => First) in a few places. [SME: 986]
729    
730     * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-15
731     - Correct typo in -13 change which hid message [SME: 964]
732    
733     * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-14
734     - Display a message for single disk installs which catches that
735     case and tells people that they can add a second disk and produce
736     a mirrored pair [SME: 958]
737    
738     * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-13
739     - Display a nicer message when a spare disk is available to be
740     added to the pair [SME: 964]
741     - Blank line for consistency with other messages [SME: 964]
742    
743     * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-12
744     - Check whether a resync is in progress so we don't state that
745     intervention is required when it is not [SME: 958]
746    
747     * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-11
748     - Check whether destination drive of add_mirror is already part
749     of a RAID device. If so, complain and exit [SME: 870]
750     - Also ensure that /sbin is in the PATH
751    
752     * Sun Mar 5 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-10
753     - Fixes to dhclient configuration. [SME: 881]
754    
755     * Fri Mar 03 2006 Mark Knox <mark_knox@mitel.com> 4.15.9-09
756     - Added NIC Bonding options screen in console [SME: 935]
757     - Migrate old NICBondingOptions to new defaults, and added new default
758     options [SME: 935]
759     - rmmod bonding.ko in bootstrap-console-save so new options work
760     without extra reboot [SME: 935]
761    
762     * Wed Mar 01 2006 Mark Knox <mark_knox@mitel.com> 4.15.9-08
763     - Allow NICBondingOptions in 10bonding template fragment [SME: 918]
764    
765     * Wed Mar 01 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-07
766     - Bump pppoe run script mlimit from 10M to 25M. [SME: 907]
767    
768     * Fri Feb 24 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-06
769     - Re-do -04 change as a patch so it sticks [SME: 863]
770    
771     * Thu Feb 23 2006 Charlie Brady <charlieb@e-smith.com> 4.15.9-05
772     - Add templates for dhclient configuration file. [SME: 881]
773    
774     * Wed Feb 22 2006 Charlie Brady <charlieb@e-smith.com> 4.15.9-04
775     - Remove default fragment for AdminEmail [SME: 863]
776    
777     * Mon Feb 21 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-03
778     - Change 'Reconfigure' to lower case in menu [SME: 2]
779    
780     * Mon Feb 20 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-02
781     - Add requires for mdadm. We use it in the console and raid monitor
782     and it won't get installed for 5.x upgrades [SME: 767]
783    
784     * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-01
785     - Roll patches to 4.15.8-60
786     - Trim changelog before 4.15.3-01 [SME: 828]
787    
788     * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-60
789     - Also rotate /var/log/anaconda.{log,syslog} in post-upgrade [SME: 808]
790    
791     * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-59
792     - Change 'Reconfigure' to lower case in -57 change [SME: 2]
793    
794     * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-58
795     - Add /root/upgrade.log and /root/upgrade.log.syslog to
796     logfiles2timestamp in post-upgrade event so we preserve
797     them across multiple upgrades [SME: 808]
798    
799     * Fri Feb 17 2006 Gavin Weight <gweight@gmail.com> 4.15.8-57
800     - Added Reconfigure and Reboot option in console, changed
801     main console menu to reflect Reconfigure option [SME: 2]
802    
803     * Thu Feb 16 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-56
804     - Default EmailForward to 'local' in case that part of the panel
805     is hidden from view [SME: 704]
806    
807     * Thu Feb 16 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-55
808     - Adjust console title bar to 'SME Server' [SME: 726]
809     - Change title on "Choose administrator password" screens
810    
811     * Mon Feb 13 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-54
812     - Set EthernetDriver2 property when bonding is enabled [SME: 776]
813    
814     * Mon Feb 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-53
815     - Remove cpuspeed.contrib ClearCase droppings [SME: 754]
816    
817     * Sun Feb 12 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-52
818     - Start bootstrap-console earlier - in particular before raidmonitor.
819     Don't try to restart 'random'. [SME: 743]
820    
821     * Sun Feb 12 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-51
822     - Obsolete keytable service. [SME: 746]
823    
824     * Sat Feb 11 2006 Shad L. Lords <slords@mail.com> 4.15.8-50
825     - Run kudzu -q from inittab [SME: 727]
826    
827     * Tue Feb 9 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-49
828     - Make bootp support optional, defaulting to 'deny'. [SME: 660]
829    
830     * Thu Feb 9 2006 Gavin Weight <gweight@gmail.com> 4.15.8-48
831     - Removed the online-manual. [SME: 407]
832    
833     * Thu Feb 9 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-47
834     - Hide email forwarding options on useraccounts page if there is
835     no 'smtpd' record [SME: 704]
836    
837     * Wed Feb 8 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-46
838     - Fix conversion of user shell from sshell to rssh. [SME: 699]
839    
840     * Tue Feb 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-45
841     - Fix up location of 00openRW fragments from change 41 [SME: 659. 679]
842    
843     * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-44
844     - Change logic for determining RAID partitions in use [SME: 516]
845     - Add detailed output of the RAID state to messages log [SME: 516]
846    
847     * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-43
848     - Only say that a RAID device is clean if truly clean [SME: 516]
849     - Adjusted warning to say 'may be required' instead of 'is'
850    
851     * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-42
852     - Delete 'deny bootp' fragment from dhcpd.conf, reverting to
853     default, which is to allow bootp. [SME: 660]
854    
855     * Sun Feb 5 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-41
856     - Use appropriate esmith::*DB class for 00openRW migrate fragments.
857     [SME: 659]
858    
859     * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-40
860     - Added EmailForward migrate fragment [SME: 598]
861    
862     * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-39
863     - Added text periods and underscores in useraccounts [SME: 531]
864    
865     * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-38
866     - Updated copyright text in server-manager [SME: 459]
867    
868     * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-37
869     - The menu text incorrect for RAID5 configurations [SME: 404]
870    
871     * Tue Jan 31 2006 Shad L. Lords <slords@mail.com> 4.15.8-36
872     - Disable zeroconf so 169.254.0.0/16 route isn't created [SME: 613]
873    
874     * Sun Jan 29 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-35
875     - Fix flip of access settings to default on first post-upgrade (e.g.
876     sshd from public to private). [SME: 495]
877    
878     * Sun Jan 29 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-34
879     - Remove remnants of statustest. [SME: 450]
880    
881     * Wed Jan 25 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-33
882     - Add templated elinks config file. [SME: 444]
883    
884     * Mon Jan 23 2006 Shad L. Lords <slords@mail.com> 4.15.8-32
885     - Help raidmonitor report more than just failures [SME: 496]
886    
887     * Mon Jan 23 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-31
888     - Create ~/.ssh as part of skeleton home directory [SME: 456]
889    
890     * Wed Jan 18 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-30
891     - Fix reboot problem when switching WAN from dynamic to static
892     address. [SME: 500]
893    
894     * Fri Jan 13 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-29
895     - New migrate fragment to clean up NIC bonding property [SME: 449]
896    
897     * Fri Jan 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-28
898     - Fix account regexp for set_password case [SME: 24]
899    
900     * Wed Jan 11 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-27
901     - New console option for ethernet bonding [SME: 449]
902    
903     * Mon Jan 9 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-26
904     - Allow dot and underscore in account names [SME: 24]
905     - Default maxAcctNameLength and maxGroupNameLength to 31 [SME: 24]
906    
907     * Thu Jan 5 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-25
908     - Avoid generating warning messages during interfaces migration
909     template fragment. [SME: 354]
910    
911     * Thu Jan 5 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-24
912     - Don't add obsolete ipsec net-pf aliases to modprobe.conf, and
913     remove them if found. [SME: 390]
914    
915     * Sun Jan 2 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-23
916     - Use regexp as well as cracklib to check admin password in console.
917     [SME: 335]
918    
919     * Mon Jan 2 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-22
920     - Change heuristic for finding disks in manageRAID.pl [SME: 342]
921    
922     * Sat Dec 25 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-21
923     - Move testInternet console menu item to smeserver-support [SME: 364]
924    
925     * Fri Dec 16 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-20
926     - Fix localization bug in add_mirror. [SME: 341]
927    
928     * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-19
929     - Remove the "In eight seconds" untruth from shutdown/reboot [SME: 86]
930    
931     * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-18
932     - Added modSSL{CipherSuite} default [SME: 194]
933    
934     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-17
935     - Enable microcode_ctl service by default [SME: 74]
936    
937     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-16
938     - Removed accounts db default for 'common'
939     - Added accounts db defaults for server-common and server-resources [SME: 77]
940    
941     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-15
942     - Ensure that Nameservers==localhost is set for the primary domain [SME: 137]
943    
944     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-14
945     - And remove db defaults for sysstat service [SME: 327]
946    
947     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-13
948     - Remove sysstat startup symlink [SME: 327]
949    
950     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-12
951     - Default sysconfig{PreviousSystemMode} == unknown [SME: 75]
952    
953     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-11
954     - Remove Requires: sysstat [SME: 327]
955    
956     * Sat Dec 10 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-10
957     - Move code for testing internet access into menu item file.
958     [SME: 261]
959    
960     * Thu Dec 8 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-09
961     - Fix looping in console at swap ethernet choice page. [SME: 68]
962    
963     * Wed Dec 7 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-08
964     - Fix taint issues with RAID management menu item [SME: 253]
965    
966     * Mon Dec 05 2005 Filippo Carletti <carletti@mobilia.it> 4.15.8-07
967     - console: DHCP range (wrong path chosen for non-English) [SME: 157]
968    
969     * Fri Dec 2 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-06
970     - Initial cut at console menu item to (re)add RAID-1 mirror [SME: 253]
971     - Needs to move to /sbin/e-smith/console-menu-items, once I work out
972     what I believe is a taint issue.
973    
974     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-05
975     - Change 'standby' to 'stand by' in console [SME: 66]
976    
977     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-04
978     - Fix routing on eth0 for multiple local networks [SME: 203]
979    
980     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-03
981     - Bump release number only
982    
983     * Mon Nov 28 2005 Charlie Brady <charlieb@e-smith.com>
984     - [4.15.8-02]
985     - Re-import head to CVS.
986     - Regenerate both key and cert when cert expires, not just crt. [SF: 1365965]
987    
988     * Sun Nov 20 2005 Gordon Rowell <gordonr@e-smith.com>
989     - [4.15.8-01]
990     - Default cpuspeed to disabled [MN00107779]
991    
992     * Wed Nov 16 2005 Mark Knox <mark_knox@mitel.com>
993     - [4.15.7-01]
994     - Imported to ClearCase
995     - Changed console sort order from ASCII to numeric [MN00107120]
996    
997     * Sun Nov 13 2005 Gordon Rowell <gordonr@e-smith.com>
998     - [4.15.6-09]
999     - Add -f option to add_mirror to allow use of disks with existing
1000     partition tables [MN00101667]
1001    
1002     * Sun Nov 13 2005 Gordon Rowell <gordonr@e-smith.com>
1003     - [4.15.6-08]
1004     - Add reconfiguration reboot option to reboot panel [SF: 1349946]
1005     - TODO: Cleanup so that the red warning header doesn't display since
1006     the reboot is going to happen anyway
1007    
1008     * Mon Nov 7 2005 Gordon Rowell <gordonr@e-smith.com>
1009     - [4.15.6-07]
1010     - Only signal-event ip-change on the BOUND action of dhclient [SF: 1344853]
1011    
1012     * Tue Nov 1 2005 Charlie Brady <charlieb@e-smith.com>
1013     - [4.15.6-06]
1014     - Change DISABLED -> OFF in init script messages, and go back to standard
1015     alignment. [SF: 1264702, 134543]
1016    
1017     * Mon Oct 24 2005 Charlie Brady <charlieb@e-smith.com>
1018     - [4.15.6-05]
1019     - Add default value of SYSFONTACM to /etc/sysconfig/i18n. [SF: 1295293]
1020    
1021     * Mon Oct 24 2005 Charlie Brady <charlieb@e-smith.com>
1022     - [4.15.6-04]
1023     - Replace grub setup commands in add_mirror with an exec of an external
1024     script. This script will be provided by a bootloader specific package,
1025     e.g. e-smith-lilo or e-smith-grub. That package should include a
1026     "Provides: e-smith-bootloader" header, to satisfy a Requires in this
1027     package. [SF: 1335937]
1028    
1029     * Thu Oct 20 2005 Charlie Brady <charlieb@e-smith.com>
1030     - [4.15.6-03]
1031     - Unload network drivers immediately after rc.sysinit runs, so that
1032     we can control the order of allocation of eth0 and eth1. [SF: 1332366]
1033    
1034     * Mon Oct 17 2005 Charlie Brady <charlieb@e-smith.com>
1035     - [4.15.6-02]
1036     - Disable raid monitor if /boot/grub/device.map suggests that the system
1037     is a single disk system. [SF: 1269091]
1038    
1039     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
1040     - [4.15.6-01]
1041     - Remove L10Ns from base packages [SF: 1309520]
1042    
1043     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
1044     - [4.15.5-01]
1045     - New dev stream before relocating L10Ns
1046    
1047     * Thu Oct 13 2005 Gordon Rowell <gordonr@gormand.com.au>
1048     - [4.15.4-52]
1049     - Add /sbin/e-smith/add_mirror [SF: 1325479]
1050    
1051     * Tue Oct 11 2005 Charlie Brady <charlieb@e-smith.com>
1052     - [4.15.4-51]
1053     - Untaint menu choice when ethernet driver is chosen from menu. [SF: 1323270]
1054    
1055     * Tue Oct 11 2005 Charlie Brady <charlieb@e-smith.com>
1056     - [4.15.4-50]
1057     - Move user-create-unix action before template expansions, so
1058     that getpwnam can be used in template fragments. Ditto
1059     for group-create-unix. [SF. 1322231]
1060    
1061     * Sun Oct 9 2005 Charlie Brady <charlieb@e-smith.com>
1062     - [4.15.4-49]
1063     - Fix spelling mistake in useraccounts panel. [SF: 1320002]
1064    
1065     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
1066     - [4.15.4-48]
1067     - Revised translation of groups panel, reordered to match
1068     the English lexicon - Thanks Didier Rambeau [SF: 1305184]
1069    
1070     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
1071     - [4.15.4-47]
1072     - Added foot.tmpl for Italian [SF: 1309266]
1073    
1074     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
1075     - [4.15.4-46]
1076     - Added Italian L10Ns - Thanks Filippo Carletti [SF: 1309266]
1077    
1078     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
1079     - [4.15.4-45]
1080     - Added Italian for Please wait - we should do this through gettext
1081     or similar [SF: 1309288]
1082    
1083     * Thu Sep 29 2005 Gordon Rowell <gordonr@e-smith.com>
1084     - [4.15.4-44]
1085     - Reword Master DNS Server screen as "Corporated DNS Server", in
1086     line with domains panel [gordonr MN00096914]
1087    
1088     * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
1089     - [4.15.4-43]
1090     - German L10Ns for userpassword and console - Thanks Dietmar Berteld
1091     [SF: 1293325]
1092    
1093     * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
1094     - [4.15.4-42]
1095     - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
1096    
1097     * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
1098     - [4.15.4-41]
1099     - Added "de" to pleasewait ugliness case statement and
1100     sorted the list alphabetically [SF: 1293325]
1101    
1102     * Fri Sep 23 2005 Gordon Rowell <gordonr@e-smith.com>
1103     - [4.15.4-40]
1104     - Convert [s]smtpfront-qmail to [s]smtpd in migrate fragment [SF: 1291265]
1105    
1106     * Thu Sep 22 2005 Charlie Brady <charlieb@e-smith.com>
1107     - [4.15.4-39]
1108     - Add preliminary support for ethernet bonding on local interface.
1109     - Modify user-modify-unix so that usermod is not called to change
1110     shell or GCOS field unless they need to change.
1111    
1112     * Mon Sep 12 2005 Charlie Brady <charlieb@e-smith.com>
1113     - [4.15.4-38]
1114     - Update filelist entries for databases which have moved
1115     from /home/e-smith to /home/e-smith/db [SF: 1216546]
1116    
1117     * Tue Sep 6 2005 Tony Clayton <apc@e-smith.com>
1118     - [4.15.4-37]
1119     - Create /mnt/floppy symlink if required in post-{install,upgrade}.
1120     [MN00095821]
1121     - Haldaemon race conditions seem quite recalcitrant, so don't try to create
1122     /mnt/cdrom symlink. [SF: 1260322]
1123     - Disable CTRL-C in console [tonyc SF: 1264697]
1124     - Catch CTRL-C in console during Test Internet [tonyc SF: 1264697]
1125    
1126     * Tue Sep 6 2005 Charlie Brady <charlieb@e-smith.com>
1127     - [4.15.4-36]
1128     - Rework user-group-modify to work around perl bug in getgrent(). [SF 1276553]
1129    
1130     * Tue Sep 6 2005 Charlie Brady <charlieb@e-smith.com>
1131     - [4.15.4-35]
1132     - Also create /mnt/floppy symlink if required. [MN00095821]
1133    
1134     * Mon Sep 5 2005 Gordon Rowell <gordonr@e-smith.com>
1135     - [4.15.4-34]
1136     - Re-add Master DNS Server console screen [gordonr MN00096910, MN00088222]
1137    
1138     * Fri Sep 2 2005 Charlie Brady <charlieb@e-smith.com>
1139     - [4.15.4-33]
1140     - Fix race condition in /mnt/cdrom symlink creation, by creating
1141     symlink from haldaemon action. [SF: 1260322]
1142    
1143     * Thu Sep 1 2005 Charlie Brady <charlieb@e-smith.com>
1144     - [4.15.4-32]
1145     - Really create /mnt/cdrom symlink if required. [SF: 1260322]
1146    
1147     * Tue Aug 30 2005 Shad Lords <slords@mail.com>
1148     - [4.15.4-31]
1149     - Update services entries to conform with RHEL4 services [SF: 1276479]
1150    
1151     * Mon Aug 29 2005 Charlie Brady <charlieb@e-smith.com>
1152     - [4.15.4-30]
1153     - Correctly handle multiple net specification in ValidFrom for httpd-admin.
1154     [SF: 1273756]
1155    
1156     * Tue Aug 23 2005 Charlie Brady <charlieb@e-smith.com>
1157     - [4.15.4-29]
1158     - Fix taint problem in license text in option 6 of the console menu.
1159     [SF: 1267284]
1160    
1161     * Tue Aug 23 2005 Gordon Rowell <gordonr@gormand.com.au>
1162     - [4.15.4-28]
1163     - Respect Shell property of user accounts [SF: 1266706]
1164    
1165     * Thu Aug 18 2005 Charlie Brady <charlieb@e-smith.com>
1166     - [4.15.4-27]
1167     - Modify /sbin/e-smith/service so that it runs /sbin/service unless
1168     runlevel is 7. [SF: 1237968]
1169     - Only prefix /sbin/e-smith to PATH if user is root. [SF: 1250579]
1170    
1171     * Tue Aug 16 2005 Charlie Brady <charlieb@e-smith.com>
1172     - [4.15.4-26]
1173     - Add Requires for bridge-utils and vconfig.
1174    
1175     * Tue Aug 16 2005 Charlie Brady <charlieb@e-smith.com>
1176     - [4.15.4-25]
1177     - Add "Requires: rssh".
1178    
1179     * Mon Aug 15 2005 Charlie Brady <charlieb@e-smith.com>
1180     - [4.15.4-24]
1181     - Update %ghost filelist entries for databases which have moved
1182     from /home/e-smith to /home/e-smith/db [SF: 1216546]
1183    
1184     * Mon Aug 15 2005 Charlie Brady <charlieb@e-smith.com>
1185     - [4.15.4-23]
1186     - Create /mnt/cdrom symlink if required. [SF: 1260322]
1187    
1188     * Thu Aug 11 2005 Charlie Brady <charlieb@e-smith.com>
1189     - [4.15.4-22]
1190     - Add Requires: whiptail so that the out fork of whiptail from the
1191     newt package is installed on upgrade.
1192    
1193     * Tue Aug 9 2005 Charlie Brady <charlieb@e-smith.com>
1194     - [4.15.4-21]
1195     - Add Requires: headers for all the additional standard daemons, to
1196     ensure they are installed on upgrade.
1197    
1198     * Tue Aug 9 2005 Shad Lords <slords@mail.com>
1199     - [4.15.4-20]
1200     - Change httpd-admin access from local to localhost [SF: 1246986]
1201     - Change console to use 980 instead of https to avoid warnings [SF: 1246182]
1202     - tie console to new httpd-admin{TCPPort} property. [SF: 1246986]
1203    
1204     * Tue Aug 2 2005 Shad Lords <slords@email.com>
1205     - [4.15.4-19]
1206     - Add TCPPort and access for httpd-admin [SF: 1246986]
1207     - Fix UnsavedChanges in console [SF: 1245238]
1208    
1209     * Thu Jul 28 2005 Charlie Brady <charlieb@e-smith.com>
1210     - [4.15.4-18]
1211     - Remove all use db_ API except in console (which will come later).
1212    
1213     * Wed Jul 27 2005 Shad Lords <slords@mail.com>
1214     - [4.15.4-17]
1215     - Add systemid property to sysconfig db record. [SF: 1246367]
1216    
1217     * Wed Jul 27 2005 Shad Lords <slords@mail.com>
1218     - [4.15.4-16]
1219     - Upgrade database APIs to latest standard.
1220     - Move databases from /home/e-smith to /home/e-smith/db [SF: 1216546]
1221    
1222     * Wed Jul 27 2005 Shad Lords <slords@mail.com>
1223     - [4.15.4-15]
1224     - Use https to access server-manager from console, to avoid redirect
1225     problems. [SF: 1246182]
1226    
1227     * Wed Jul 27 2005 Shad Lords <slords@mail.com>
1228     - [4.15.4-14]
1229     - Remove hwconfig db default entry. [SF: 1246180]
1230    
1231     * Wed Jul 27 2005 Charlie Brady <charlieb@e-smith.com>
1232     - [4.15.4-13]
1233     - Remove checking against 32 group limit from UI. Thanks to Gordon Rowell
1234     for the main patch. [SF: 1245421]
1235    
1236     * Tue Jul 26 2005 Charlie Brady <charlieb@e-smith.com>
1237     - [4.15.4-12]
1238     - Patches from Shad Lords.
1239     - Complete fix of user password validation started in 4.15.3-06.
1240     [SF: 1242098]
1241     - Change default password strength to "strong". [SF: 1246178]
1242    
1243     * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
1244     - [4.15.4-11]
1245     - Patches submitted by Gordon Rowell.
1246     - Change /etc/modules.conf templates to /etc/modprobe.conf
1247     and add templates.metadata/etc/modprobe.conf [SF: 1227251]
1248     - Remove fragments 10appletalk and 95ModulePaths, since they are
1249     for very old migrations of /etc/modules.conf
1250    
1251     * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
1252     - [4.15.4-10]
1253     - Move quota setup in fstab template into e-smith-quota, where it
1254     belongs.
1255    
1256     * Tue Jul 12 2005 Charlie Brady <charlieb@e-smith.com>
1257     - [4.15.4-09]
1258     - Add default db entries for messagebus and haldaemon. [SF: 1225899]
1259    
1260     * Tue Jul 12 2005 Charlie Brady <charlieb@e-smith.com>
1261     - [4.15.4-08]
1262     - Add messagebus and haldaemon services, so that cdrom mount point
1263     etc is created as required. [SF: 1225899]
1264    
1265     * Fri Jul 8 2005 Charlie Brady <charlieb@e-smith.com>
1266     - [4.15.4-07]
1267     - Add miscelleous performance related standard RHEL/CentOS services.
1268    
1269     * Thu Jul 7 2005 Charlie Brady <charlieb@e-smith.com>
1270     - [4.15.4-06]
1271     - Add RAID monitoring service. [SF: 1222143]
1272    
1273     * Tue Jul 5 2005 Charlie Brady <charlieb@e-smith.com>
1274     - [4.15.4-05]
1275     - Fix log noise from DynDNS update script. [SF: 1231871]
1276    
1277     * Fri Jun 24 2005 Charlie Brady <charlieb@e-smith.com>
1278     - [4.15.4-04]
1279     - Change default domain name setting - I'm sure that xxx is deprecated.
1280    
1281     * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
1282     - [4.15.4-03]
1283     - Deal gracefully with missing /etc/sysconfig/keyboard file.
1284    
1285     * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
1286     - [4.15.4-02]
1287     - Remove "random" service startup symlink - no longer required, as
1288     prng is seeded by rc.sysinit.
1289    
1290     * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
1291     - [4.15.4-01]
1292     - Make new development stream - 4.15.4
1293    
1294     * Mon Jun 20 2005 Charlie Brady <charlieb@e-smith.com>
1295     - [4.15.3-07]
1296     - Move httpd-admin logging from inside /var/log/httpd to /var/log/httpd-admin.
1297     - Remove mouseconfig hack. [MN00057145]
1298    
1299     * Fri Jun 17 2005 Charlie Brady <charlieb@e-smith.com>
1300     - [4.15.3-06]
1301     - Fix password strength checking of user passwords. [SF: 1222255]
1302    
1303     * Thu Jun 16 2005 Charlie Brady <charlieb@e-smith.com>
1304     - [4.15.3-05]
1305     - Prefix /sbin/e-smith to $PATH, rather than append. [SF: 1222092]
1306    
1307     * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
1308     - [4.15.3-04]
1309     - Fix set-external-ip in case of missing ExternalIP db record. [SF: 1217877]
1310    
1311     * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
1312     - [4.15.3-03]
1313     - Remove smbpasswd references from chap-secrets file. Don't re-expand
1314     chap-secrets file during various user related events. [SF: 1215401]
1315    
1316     * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
1317     - [4.15.3-02]
1318     - Break up template for /etc/shells into fragments, and add
1319     /usr/bin/rssh. [SF: 1220145]
1320    
1321     * Thu Jun 9 2005 Charlie Brady <charlieb@e-smith.com>
1322     - [4.15.3-01]
1323     - Roll new development stream - 4.15.3
1324    
1325     %prep
1326     %setup
1327 slords 1.70 %patch1 -p1
1328 dungog 1.71 %patch2 -p1
1329 snetram 1.72 %patch3 -p1
1330 bytegw 1.74 %patch4 -p1
1331 slords 1.75 %patch5 -p1
1332 filippocarletti 1.76 %patch6 -p1
1333 snetram 1.77 %patch7 -p1
1334 snetram 1.78 %patch8 -p1
1335 bytegw 1.79 %patch9 -p1
1336 filippocarletti 1.80 %patch10 -p1
1337 snetram 1.82 %patch11 -p1
1338 dungog 1.83 %patch12 -p1
1339 slords 1.1
1340     %pre
1341     if [ -d /etc/e-smith/locale/fr-ca -a ! -L /etc/e-smith/locale/fr-ca ]
1342     then
1343     cd /etc/e-smith/locale
1344    
1345     [ -L fr ] && rm fr
1346     mkdir fr
1347     mv fr-ca/* fr
1348     rmdir fr-ca
1349     fi
1350    
1351     [ ! -L /etc/e-smith/locale/fr-ca ] && ln -s fr /etc/e-smith/locale/fr-ca
1352    
1353     /sbin/e-smith/create-system-user smelog 1002 \
1354     'smelog log user' /var/log/smelog /bin/false
1355     /sbin/e-smith/create-system-user smelastsys 2999 \
1356     'sme last system user marker' /tmp /bin/false
1357    
1358     %post
1359    
1360     %build
1361     # Force creation of potentially empty directories
1362     mkdir -p root/etc/e-smith/licenses
1363     mkdir -p root/etc/e-smith/skel/user/.ssh
1364     mkdir -p root/etc/e-smith/skel/user/home
1365     mkdir -p root/etc/e-smith/skel/user/Maildir/{cur,new,tmp}
1366     mkdir -p root/etc/e-smith/skel/e-smith/files/users
1367     mkdir -p root/etc/e-smith/skel/e-smith/files/users/admin/home
1368     mkdir -p root/etc/e-smith/skel/e-smith/files/primary/{cgi-bin,files,html}
1369     mkdir -p root/etc/e-smith/skel/e-smith/Maildir/{cur,new,tmp}
1370     mkdir -p root/etc/e-smith/templates{,-custom,-user,-user-custom}
1371     mkdir -p root/home/e-smith/files/{users,server-resources}
1372     mkdir -p root/home/e-smith/files/users/admin/home
1373     mkdir -p root/home/e-smith/Maildir/{cur,new,tmp}
1374     mkdir -p root/root/.ssh
1375     mkdir -p root/var/log/wan
1376    
1377     %if "%_build_arch" == "i386"
1378     echo "enabled" > root/etc/e-smith/db/configuration/defaults/apmd/status
1379     %else
1380     echo "disabled" > root/etc/e-smith/db/configuration/defaults/apmd/status
1381     %endif
1382    
1383     LEXICONS=$(find root/etc/e-smith/web/{functions,panels/password/cgi-bin} \
1384 slords 1.39 -type f | grep -v CVS)
1385 slords 1.1
1386     for lexicon in $LEXICONS
1387     do
1388     /sbin/e-smith/validate-lexicon $lexicon
1389     done
1390    
1391     /sbin/e-smith/generate-lexicons
1392    
1393     perl createlinks
1394     /sbin/e-smith/buildtests 10e-smith-base
1395     ln -s /etc/rc.d/rc.local root/etc/rc.d/init.d/local
1396     mkdir -p root/etc/rc6.d
1397     mkdir -p root/etc/rc.d/rc7.d
1398     ln -s /etc/rc.d/rc7.d root/etc/rc7.d
1399     # Improve "telinit 1 behaviour
1400     mkdir -p root/etc/rc.d/rc1.d
1401    
1402     mkdir -p root/usr/share/locale/en_US/LC_MESSAGES
1403 slords 1.66 xgettext -L perl -o root/usr/share/locale/en_US/LC_MESSAGES/server-console.po root/sbin/e-smith/console
1404 slords 1.1
1405     mkdir -p root/etc/e-smith/locale
1406     # Make the fr-ca link in %pre to ease upgrades
1407 bytegw 1.17 # ln -s fr root/etc/e-smith/locale/fr-ca
1408     ln -s fr root/etc/e-smith/locale/fr-fr
1409 slords 1.1 ln -s en-us root/etc/e-smith/locale/en
1410     ln -s en-us root/etc/e-smith/locale/en-au
1411     ln -s en-us root/etc/e-smith/locale/en-gb
1412     ln -s en-us root/etc/e-smith/locale/en-nz
1413    
1414     mkdir -p root/etc/e-smith/templates/etc/dhcpc/dhcpcd.exe
1415     ln -s /etc/e-smith/templates-default/template-begin-shell \
1416     root/etc/e-smith/templates/etc/dhcpc/dhcpcd.exe/template-begin
1417    
1418 slords 1.3 for file in imap login passwd pwauth system-auth
1419 slords 1.1 do
1420     mkdir -p root/etc/e-smith/templates/etc/pam.d/$file
1421     ln -s /etc/e-smith/templates-default/template-begin-pam \
1422     root/etc/e-smith/templates/etc/pam.d/$file/template-begin
1423     done
1424    
1425     mkdir -p root/service
1426     mkdir -p root/etc/rc.d/init.d/supervise
1427    
1428     for service in dhcpd wan ippp syslog klogd
1429     do
1430     ln -s /var/service/$service root/service/$service
1431     mkdir -p root/var/service/$service/supervise
1432     touch root/var/service/$service/down
1433     if [ -d root/var/service/$service/log ]
1434     then
1435     mkdir -p root/var/service/$service/log/supervise
1436     mkdir -p root/var/log/$service
1437     fi
1438     ln -s ../daemontools root/etc/rc.d/init.d/supervise/$service
1439     done
1440    
1441     # Remove (for now) supervised syslog and klogd services
1442     rm root/etc/rc.d/init.d/supervise/{syslog,klogd}
1443     rm root/service/{syslog,klogd}
1444    
1445     mkdir -p root/etc/e-smith/events/local
1446     mkdir -p root/etc/e-smith/events/user-modify-admin
1447     mkdir -p root/home/e-smith/db
1448    
1449     mkdir -p root/etc/e-smith/pam
1450     mkdir -p root/home/e-smith/ssl.key
1451     mkdir -p root/home/e-smith/ssl.crt
1452     mkdir -p root/home/e-smith/ssl.pem
1453    
1454     mkdir -p root/var/state/e-smith
1455    
1456     for file in %{dbfiles}
1457     do
1458     mkdir -p root/etc/e-smith/db/$file/{defaults,migrate,force}
1459     done
1460    
1461     mkdir -p root/etc/tcprules
1462    
1463     mkdir -p root/service
1464     touch root/var/service/wan/down
1465    
1466     ln -s /var/service/raidmonitor root/service/raidmonitor
1467    
1468     mkdir -p root/var/service/raidmonitor/supervise
1469     touch root/var/service/raidmonitor/down
1470    
1471     mkdir -p root/var/service/raidmonitor/log/supervise
1472    
1473     mkdir -p root/var/log/raidmonitor
1474    
1475     %install
1476     rm -rf $RPM_BUILD_ROOT
1477     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
1478     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
1479     --file /etc/cron.daily/conf-mod_ssl 'attr(0544,root,root)' \
1480     --file /etc/rc.d/rc.e-smith 'attr(0750,root,root)' \
1481     --dir /var/service/dhcpd 'attr(01755,root,root)' \
1482     --file /var/service/dhcpd/down 'attr(0644,root,root)' \
1483     --file /var/service/dhcpd/run 'attr(0755,root,root)' \
1484     --dir /var/service/dhcpd/log 'attr(0755,root,root)' \
1485     --dir /var/service/dhcpd/log/supervise 'attr(0700,root,root)' \
1486     --dir /var/service/dhcpd/supervise 'attr(0700,root,root)' \
1487     --file /var/service/dhcpd/log/run 'attr(0755,root,root)' \
1488     --dir /var/log/dhcpd 'attr(2750,smelog,smelog)' \
1489     --dir /var/service/raidmonitor 'attr(01755,root,root)' \
1490     --file /var/service/raidmonitor/down 'attr(0644,root,root)' \
1491     --file /var/service/raidmonitor/run 'attr(0755,root,root)' \
1492     --dir /var/service/raidmonitor/log 'attr(0755,root,root)' \
1493     --dir /var/service/raidmonitor/log/supervise 'attr(0700,root,root)' \
1494     --dir /var/service/raidmonitor/supervise 'attr(0700,root,root)' \
1495     --file /var/service/raidmonitor/log/run 'attr(0755,root,root)' \
1496     --dir /var/log/raidmonitor 'attr(2750,smelog,smelog)' \
1497     --file /var/service/syslog/run 'attr(0755,root,root)' \
1498     --file /var/service/syslog/down 'attr(0644,root,root)' \
1499     --file /var/service/klogd/run 'attr(0755,root,root)' \
1500     --file /var/service/klogd/down 'attr(0644,root,root)' \
1501     --dir /etc/e-smith/pam 'attr(0700,root,root)' \
1502     --dir /home/e-smith/ssl.key 'attr(0700,root,root)' \
1503     --dir /home/e-smith/ssl.crt 'attr(0700,root,root)' \
1504     --dir /home/e-smith/ssl.pem 'attr(0700,root,root)' \
1505     --dir /var/service/wan 'attr(1755,root,root)' \
1506     --file /var/service/wan/down 'attr(0644,root,root)' \
1507     --file /var/service/wan/run 'attr(0750,root,root)' \
1508     --file /var/service/wan/run.dhclient 'attr(0750,root,root)' \
1509     --file /var/service/wan/run.pppoe 'attr(0750,root,root)' \
1510     --file /var/service/wan/run.static 'attr(0750,root,root)' \
1511     --file /var/service/wan/run.dialup 'attr(0750,root,root)' \
1512     --file /var/service/wan/run.disabled 'attr(0750,root,root)' \
1513     --dir /var/service/wan/supervise 'attr(0700,root,root)' \
1514     --dir /var/service/wan/log 'attr(1755,root,root)' \
1515     --file /var/service/wan/log/run 'attr(0750,root,root)' \
1516     --dir /var/service/wan/log/supervise 'attr(0700,root,root)' \
1517     --dir /var/log/wan 'attr(2750,smelog,smelog)' \
1518     --dir /var/service/ippp 'attr(1755,root,root)' \
1519     --file /var/service/ippp/down 'attr(0644,root,root)' \
1520     --file /var/service/ippp/run 'attr(0750,root,root)' \
1521     --dir /var/service/ippp/supervise 'attr(0700,root,root)' \
1522     --dir /var/service/ippp/log 'attr(1755,root,root)' \
1523     --file /var/service/ippp/log/run 'attr(0750,root,root)' \
1524     --dir /var/service/ippp/log/supervise 'attr(0700,root,root)' \
1525     --dir /var/log/ippp 'attr(2750,smelog,smelog)' \
1526     --dir /etc/e-smith/skel/user/.ssh 'attr(0700,root,root)' \
1527     > %{name}-%{version}-%{release}-filelist
1528    
1529     mkdir -p $RPM_BUILD_ROOT/home/e-smith/db
1530     for file in %{dbfiles}
1531     do
1532     # Create ghost file for rpm
1533     touch $RPM_BUILD_ROOT/home/e-smith/db/$file
1534     echo "%config(noreplace) %attr(0640,root,admin) /home/e-smith/db/$file" \
1535     >> %{name}-%{version}-%{release}-filelist
1536     done
1537     echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
1538    
1539     %clean
1540     rm -rf $RPM_BUILD_ROOT
1541    
1542     %files -f %{name}-%{version}-%{release}-filelist
1543     %defattr(-,root,root)

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