/[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.84 - (hide annotations) (download)
Fri Feb 5 08:24:41 2010 UTC (14 years, 4 months ago) by dungog
Branch: MAIN
CVS Tags: e-smith-base-5_2_0-14_el5_sme
Changes since 1.83: +7 -2 lines
* Fri Feb 5 2010 Stephen Noble <support@dungog.net> 5.2.0-14.sme
- Fix eth? swapping [SME: 4528]

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

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