/[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.8 - (show annotations) (download)
Wed Feb 6 21:20:24 2013 UTC (11 years, 5 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-base-5_4_0-7_el6_sme
Changes since 1.7: +8 -11 lines
* Wed Feb 6 2013 Shad L. Lords <slords@mail.com> 5.4.0-7.sme
- Remove apmd service and change package to noarch [SME: 7312]

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

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