/[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.81 - (hide annotations) (download)
Thu Jan 14 12:12:57 2010 UTC (14 years, 5 months ago) by filippocarletti
Branch: MAIN
Changes since 1.80: +2 -2 lines
Fix bug number

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

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