/[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.82 - (hide annotations) (download)
Sat Jan 30 21:34:04 2010 UTC (14 years, 4 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-base-5_2_0-12_el5_sme
Changes since 1.81: +7 -2 lines
* Sat Jan 30 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-12.sme
- Bump certificate encryption from 1024 bits to 2048 bits [SME: 5735]

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

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