/[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.111 - (show annotations) (download)
Wed Nov 3 14:00:42 2010 UTC (13 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-base-5_2_0-43_el5_sme
Changes since 1.110: +6 -2 lines
* Wed Nov 3 2010 Shad L. Lords <slords@lordsfam.net 5.2.0-43.sme
- Make cpu calls critical only with ldap{Auth} is enabled [SME: 6330]
- Add cpu.conf and cpu-system.conf to post-upgrade event [SME: 6327]

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

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