/[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.91 - (hide annotations) (download)
Sat Jun 5 14:35:09 2010 UTC (14 years ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-base-5_2_0-21_el5_sme
Changes since 1.90: +7 -2 lines
Remove checkMaxUsers(). [SME: 5537]

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

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