/[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.119 - (show annotations) (download)
Mon Nov 8 03:58:38 2010 UTC (13 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-base-5_2_0-51_el5_sme
Changes since 1.118: +7 -2 lines
* Sun Nov 7 2010 Shad L. Lords <slords@lordsfam.net 5.2.0-51.sme
- No longer need to pass supplemental groups to cpu [SME: 6349]

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

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