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

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

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


Revision 1.74 - (show annotations) (download)
Mon May 18 16:24:15 2009 UTC (15 years, 1 month ago) by bytegw
Branch: MAIN
CVS Tags: e-smith-base-5_2_0-5_el5_sme
Changes since 1.73: +7 -2 lines
See changelog

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

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