/[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.97 - (hide annotations) (download)
Sun Jul 25 13:42:18 2010 UTC (13 years, 10 months ago) by charliebrady
Branch: MAIN
CVS Tags: e-smith-base-5_2_0-27_el5_sme
Changes since 1.96: +7 -2 lines
Fix syntax error in last change.

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

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