/[smeserver]/rpms/e-smith-base/sme8/e-smith-base.spec
ViewVC logotype

Contents 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.117 - (show annotations) (download)
Fri Nov 5 03:56:15 2010 UTC (13 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-base-5_2_0-49_el5_sme
Changes since 1.116: +5 -2 lines
* Thu Nov 4 2010 Shad L. Lords <slords@lordsfam.net 5.2.0-49.sme
- Fix maxUsers patch (again) to not break setting passwords [SME: 5537]

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

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