/[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.78 - (show annotations) (download)
Fri Nov 6 12:29:24 2009 UTC (14 years, 7 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-base-5_2_0-9_el5_sme
Changes since 1.77: +7 -2 lines
* Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl>
- Translate $ifName in console configuration pages [SME: 5571]

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

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