/[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.88 - (hide annotations) (download)
Mon Mar 1 19:02:20 2010 UTC (14 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-base-5_2_0-18_el5_sme
Changes since 1.87: +7 -2 lines
* Mon Mar 1 2010 Shad L. Lords <slords@mail.com> 5.2.0-18.sme
- Fix gettext errors in WAN/LAN subnet error message [SME: 5501]

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

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