/[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.61.2.3 - (show annotations) (download)
Mon Sep 15 15:09:57 2008 UTC (15 years, 9 months ago) by slords
Branch: e-smith-base-4_18_1-tree
CVS Tags: e-smith-base-4_18_1-25_el5_sme
Changes since 1.61.2.2: +6 -1 lines
See changelog

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

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