/[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.85 - (hide annotations) (download)
Mon Feb 8 20:51:48 2010 UTC (14 years, 4 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-base-5_2_0-15_el5_sme
Changes since 1.84: +7 -2 lines
* Mon Feb 8 2010 Jonathan Martens <smeserver-contribs@snetram.nl>
- Improve security by using SHA1 algorithm for certificate signing

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

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