/[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.66 - (show annotations) (download)
Sat Sep 20 14:39:23 2008 UTC (15 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-base-4_19_0-5_el5_sme
Changes since 1.65: +5 -2 lines
Updates

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

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