/[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.96 - (hide annotations) (download)
Tue Jul 20 00:20:46 2010 UTC (13 years, 11 months ago) by charliebrady
Branch: MAIN
CVS Tags: e-smith-base-5_2_0-26_el5_sme
Changes since 1.95: +8 -2 lines
Avoid errors when 'service xxx condrestart' is called with service disabled.

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

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