/[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.87 - (hide annotations) (download)
Sun Feb 14 19:42:41 2010 UTC (14 years, 4 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-base-5_2_0-17_el5_sme
Changes since 1.86: +5 -2 lines
* Sun Feb 14 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-17.sme
- Really fix template expansion error [SME: 4528]

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

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