/[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.86 - (hide annotations) (download)
Sun Feb 14 10:37:30 2010 UTC (14 years, 4 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-base-5_2_0-16_el5_sme
Changes since 1.85: +7 -2 lines
* Sun Feb 14 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-16.sme
- Fix template expansion error [SME: 4528]

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

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