/[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.102 - (hide annotations) (download)
Fri Oct 8 16:35:10 2010 UTC (13 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-base-5_2_0-32_el5_sme
Changes since 1.101: +7 -2 lines
* Fri Oct 8 2010 Shad L. Lords <slords@mail.com> 5.2.0-32.sme
- Remove check for maxUsers [SME: 5537]

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

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