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

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