/[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.114 - (show annotations) (download)
Fri Nov 5 00:29:21 2010 UTC (13 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-base-5_2_0-46_el5_sme
Changes since 1.113: +5 -2 lines
* Thu Nov 4 2010 Shad L. Lords <slords@lordsfam.net 5.2.0-46.sme
- Add flush to tmpfile so that data is available to cpu [SME: 6334]

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

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