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

Contents of /rpms/e-smith-base/sme9/e-smith-base.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (show annotations) (download)
Sat Feb 2 17:53:28 2013 UTC (11 years, 4 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-base-5_4_0-4_el6_sme
Changes since 1.4: +6 -3 lines
* Sat Feb 2 2013 Shad L. Lords <slords@mail.com> 5.4.0-4.sme
- Helps to spell requirements correctly

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

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