/[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.89 - (hide annotations) (download)
Wed Mar 3 13:51:14 2010 UTC (14 years, 3 months ago) by filippocarletti
Branch: MAIN
CVS Tags: e-smith-base-5_2_0-19_el5_sme
Changes since 1.88: +6 -2 lines
make: `clog' is up to date.

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

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