/[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.112 - (show annotations) (download)
Wed Nov 3 18:55:06 2010 UTC (13 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-base-5_2_0-44_el5_sme
Changes since 1.111: +5 -2 lines
* Wed Nov 3 2010 Shad L. Lords <slords@lordsfam.net 5.2.0-44.sme
- Fix cpu critical patch missing ' [SME: 6330]

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

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