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

Annotation 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.70 - (hide annotations) (download)
Mon Oct 13 21:47:35 2008 UTC (15 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-base-5_2_0-2_el5_sme
Changes since 1.69: +8 -3 lines
Add samba roles patch

1 slords 1.70 # $Id: e-smith-base.spec,v 1.69 2008/10/07 17:52:47 slords Exp $
2 slords 1.69
3 slords 1.1 Summary: e-smith server and gateway - base module
4     %define name e-smith-base
5     Name: %{name}
6 slords 1.69 %define version 5.2.0
7 slords 1.70 %define release 2
8 slords 1.1 Version: %{version}
9     Release: %{release}%{?dist}
10     License: GPL
11     Group: Networking/Daemons
12     Source: %{name}-%{version}.tar.gz
13 slords 1.70 Patch1: e-smith-base-5.2.0-sambaRole.patch
14 slords 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
15     Requires: mod_auth_external
16 slords 1.70 Requires: e-smith-lib >= 2.2.0-2
17 slords 1.1 Requires: server-manager-images, server-manager
18 slords 1.51 Requires: e-smith-formmagick >= 1.4.0-12
19 slords 1.1 Requires: initscripts >= 6.67-1es17
20     Requires: e-smith-daemontools >= 1.7.1-04
21     Requires: perl(Locale::gettext)
22     Requires: perl(Crypt::Cracklib)
23     Requires: perl(Date::Manip)
24     Requires: perl(Data::UUID)
25     Requires: perl(Net::IPv4Addr)
26     Requires: /usr/sbin/irqbalance
27     Requires: /usr/sbin/cpuspeed
28     Requires: /sbin/microcode_ctl
29     Requires: dbus
30     Requires: hal
31     Requires: acpid
32     Requires: rssh
33     Requires: bridge-utils
34     Requires: vconfig
35     Requires: e-smith-bootloader
36     Requires: mdadm
37     Requires: pv
38     Requires: pam_abl
39     Obsoletes: rlinetd, e-smith-mod_ssl
40     Obsoletes: e-smith-serial-console
41     Obsoletes: sshell
42     Obsoletes: e-smith-rp-pppoe
43     Obsoletes: perl-Data-UUID
44     BuildRequires: perl, perl(Test::Inline) >= 0.12
45     BuildRequires: e-smith-devtools >= 1.13.1-03
46     BuildRequires: gettext
47     %ifarch i386
48     Requires: apmd
49     %endif
50    
51     %define dbfiles accounts configuration domains hosts networks
52     AutoReqProv: no
53    
54     %description
55     e-smith server and gateway software - base module.
56    
57     %changelog
58 slords 1.70 * Mon Oct 13 2008 Shad L. Lords <slords@mail.com> 5.2.0-2.sme
59     - Add patch to support multiple samba roles [SME: 4172]
60    
61 slords 1.69 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 5.2.0-1.sme
62     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
63    
64 dungog 1.67 * Tue Sep 23 2008 Stephen Noble <support@dungog.net> 4.19.0-6
65     - Add locale tags for email in review panel [SME: 4267]
66    
67 slords 1.66 * Sat Sep 20 2008 Shad L. Lords <slords@mail.com> 4.19.0-5
68     - Correct gettext type during build process [SME: 570]
69    
70 slords 1.65 * Mon Sep 15 2008 Shad L. Lords <slords@mail.com> 4.19.0-4
71     - Fix screen corruption in console [SME: 4155]
72    
73 slords 1.64 * Sat Sep 13 2008 Shad L. Lords <slords@mail.com> 4.19.0-3
74     - Fix detection of xen instance against newer kernels [SME: 4555]
75    
76 snetram 1.63 * Thu Aug 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.0-2
77     - Fixed warnings generated during build process [SME: 570]
78    
79 slords 1.62 * Wed Aug 20 2008 Shad L. Lords <slords@mail.com> 4.19.0-1
80     - Roll new dev stream.
81    
82 bytegw 1.61 * 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 bytegw 1.60 * 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 slords 1.59 * 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 snetram 1.58 * 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 snetram 1.57 * 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 snetram 1.56 * 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 snetram 1.55 * Mon Aug 4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-16
106     - Revert some locale changes
107    
108 bytegw 1.54 * 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 snetram 1.53 * Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-14
112 snetram 1.52 - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
113    
114 snetram 1.50 * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-13
115 slords 1.51 - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
116 snetram 1.50
117 bytegw 1.49 * Wed Apr 23 2008 Shad L. Lords <slords@mail.com> 4.18.1-12
118     - Fix for > 5 nics detected [SME: 4232]
119    
120 slords 1.48 * 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 slords 1.47 * 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 slords 1.46 * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-9
128     - Remove quitConsole from menu [SME: 4154]
129    
130 slords 1.45 * 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 slords 1.44 * 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 slords 1.43 * 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 slords 1.42 * 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 slords 1.41 * 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 slords 1.40 * 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 slords 1.39 * Mon Mar 24 2008 Shad L. Lords <slords@mail.com> 4.18.0-104
156     - Finish removing pleasewait [SME: 126]
157    
158 slords 1.38 * Tue Mar 18 2008 Shad L. Lords <slords@mail.com> 4.18.0-103
159 slords 1.39 - Add gettext to console titles. [SME: 4089]
160 slords 1.38
161 slords 1.37 * Sat Mar 15 2008 Stephen Noble <support@dungog.net> 4.18.0-102
162 burnat 1.35 - Minor translation fixes [SME: 4058] [SME: 4059]
163    
164 slords 1.34 * 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 slords 1.33 * Wed Mar 12 2008 Shad L. Lords <slords@mail.com> 4.18.0-100
168 slords 1.32 - Cleanup SAVE/ADD tag mixup [SME: 4045]
169    
170 slords 1.31 * Sat Mar 10 2008 Shad L. Lords <slords@mail.com> 4.18-99
171     - Fix dyndns custom gettext [SME: 4032]
172    
173 burnat 1.30 * 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 burnat 1.29 * 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 burnat 1.28 * 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 bytegw 1.27 * Sun Feb 10 2008 Stephen Noble <support@dungog.net> 4.18-90
199     - Remove duplicate <base> entries [SME: 3894]
200    
201 bytegw 1.26 * Sat Feb 09 2008 Stephen Noble <support@dungog.net> 4.18-89
202     - remove unused ROUTER_DESC token from lexicon [SME: 3879]
203    
204 slords 1.25 * 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 bytegw 1.24 * 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 bytegw 1.23 * Sun Jan 06 2008 Stephen Noble <support@dungog.net> 4.18-83
220     - ignore error returns from tar [SME: 3127]
221    
222 bytegw 1.22 * Sun Jan 06 2008 Stephen Noble <support@dungog.net> 4.18-82
223     - Use esmith::util::validatePassword on console [SME: 2173]
224    
225 bytegw 1.20 * 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 slords 1.18 * 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 bytegw 1.17 * Sun Dec 16 2007 Gavin Weight <gweight@gmail.com> 4.18.0-78
235     - Add symlink to fr-fr locale. [SME: 3648]
236    
237 slords 1.16 * 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 bytegw 1.15 - Fix removal of Corporate DNS from console. [SME: 3532]
242    
243 bytegw 1.14 * 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 slords 1.13 * 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 slords 1.12 * 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 slords 1.11 - 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 slords 1.12 [Note that -70 was inadvertently skipped.]
259 slords 1.11
260 slords 1.10 * 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 slords 1.9 * 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 slords 1.8 * 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 slords 1.7 * 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 slords 1.6 - Really clear devices variable [SME: 3116]
281    
282     * Sun Jul 1 2007 Shad L. Lords <slords@mail.com> 4.18.0-62
283 slords 1.5 - Clean up loop var and mount point for backup/restore [SME: 3116]
284    
285 slords 1.4 * Thu Jun 28 2007 Shad L. Lords <slords@mail.com> 4.18.0-61
286     - Improve usb backup error reporting [SME: 2772]
287    
288 slords 1.3 * 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 slords 1.2 * 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 slords 1.1 * 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 slords 1.70 %patch1 -p1
1284 slords 1.1
1285     %pre
1286     if [ -d /etc/e-smith/locale/fr-ca -a ! -L /etc/e-smith/locale/fr-ca ]
1287     then
1288     cd /etc/e-smith/locale
1289    
1290     [ -L fr ] && rm fr
1291     mkdir fr
1292     mv fr-ca/* fr
1293     rmdir fr-ca
1294     fi
1295    
1296     [ ! -L /etc/e-smith/locale/fr-ca ] && ln -s fr /etc/e-smith/locale/fr-ca
1297    
1298     /sbin/e-smith/create-system-user smelog 1002 \
1299     'smelog log user' /var/log/smelog /bin/false
1300     /sbin/e-smith/create-system-user smelastsys 2999 \
1301     'sme last system user marker' /tmp /bin/false
1302    
1303     %post
1304    
1305     %build
1306     # Force creation of potentially empty directories
1307     mkdir -p root/etc/e-smith/licenses
1308     mkdir -p root/etc/e-smith/skel/user/.ssh
1309     mkdir -p root/etc/e-smith/skel/user/home
1310     mkdir -p root/etc/e-smith/skel/user/Maildir/{cur,new,tmp}
1311     mkdir -p root/etc/e-smith/skel/e-smith/files/users
1312     mkdir -p root/etc/e-smith/skel/e-smith/files/users/admin/home
1313     mkdir -p root/etc/e-smith/skel/e-smith/files/primary/{cgi-bin,files,html}
1314     mkdir -p root/etc/e-smith/skel/e-smith/Maildir/{cur,new,tmp}
1315     mkdir -p root/etc/e-smith/templates{,-custom,-user,-user-custom}
1316     mkdir -p root/home/e-smith/files/{users,server-resources}
1317     mkdir -p root/home/e-smith/files/users/admin/home
1318     mkdir -p root/home/e-smith/Maildir/{cur,new,tmp}
1319     mkdir -p root/root/.ssh
1320     mkdir -p root/var/log/wan
1321    
1322     %if "%_build_arch" == "i386"
1323     echo "enabled" > root/etc/e-smith/db/configuration/defaults/apmd/status
1324     %else
1325     echo "disabled" > root/etc/e-smith/db/configuration/defaults/apmd/status
1326     %endif
1327    
1328     LEXICONS=$(find root/etc/e-smith/web/{functions,panels/password/cgi-bin} \
1329 slords 1.39 -type f | grep -v CVS)
1330 slords 1.1
1331     for lexicon in $LEXICONS
1332     do
1333     /sbin/e-smith/validate-lexicon $lexicon
1334     done
1335    
1336     /sbin/e-smith/generate-lexicons
1337    
1338     perl createlinks
1339     /sbin/e-smith/buildtests 10e-smith-base
1340     ln -s /etc/rc.d/rc.local root/etc/rc.d/init.d/local
1341     mkdir -p root/etc/rc6.d
1342     mkdir -p root/etc/rc.d/rc7.d
1343     ln -s /etc/rc.d/rc7.d root/etc/rc7.d
1344     # Improve "telinit 1 behaviour
1345     mkdir -p root/etc/rc.d/rc1.d
1346    
1347     mkdir -p root/usr/share/locale/en_US/LC_MESSAGES
1348 slords 1.66 xgettext -L perl -o root/usr/share/locale/en_US/LC_MESSAGES/server-console.po root/sbin/e-smith/console
1349 slords 1.1
1350     mkdir -p root/etc/e-smith/locale
1351     # Make the fr-ca link in %pre to ease upgrades
1352 bytegw 1.17 # ln -s fr root/etc/e-smith/locale/fr-ca
1353     ln -s fr root/etc/e-smith/locale/fr-fr
1354 slords 1.1 ln -s en-us root/etc/e-smith/locale/en
1355     ln -s en-us root/etc/e-smith/locale/en-au
1356     ln -s en-us root/etc/e-smith/locale/en-gb
1357     ln -s en-us root/etc/e-smith/locale/en-nz
1358    
1359     mkdir -p root/etc/e-smith/templates/etc/dhcpc/dhcpcd.exe
1360     ln -s /etc/e-smith/templates-default/template-begin-shell \
1361     root/etc/e-smith/templates/etc/dhcpc/dhcpcd.exe/template-begin
1362    
1363 slords 1.3 for file in imap login passwd pwauth system-auth
1364 slords 1.1 do
1365     mkdir -p root/etc/e-smith/templates/etc/pam.d/$file
1366     ln -s /etc/e-smith/templates-default/template-begin-pam \
1367     root/etc/e-smith/templates/etc/pam.d/$file/template-begin
1368     done
1369    
1370     mkdir -p root/service
1371     mkdir -p root/etc/rc.d/init.d/supervise
1372    
1373     for service in dhcpd wan ippp syslog klogd
1374     do
1375     ln -s /var/service/$service root/service/$service
1376     mkdir -p root/var/service/$service/supervise
1377     touch root/var/service/$service/down
1378     if [ -d root/var/service/$service/log ]
1379     then
1380     mkdir -p root/var/service/$service/log/supervise
1381     mkdir -p root/var/log/$service
1382     fi
1383     ln -s ../daemontools root/etc/rc.d/init.d/supervise/$service
1384     done
1385    
1386     # Remove (for now) supervised syslog and klogd services
1387     rm root/etc/rc.d/init.d/supervise/{syslog,klogd}
1388     rm root/service/{syslog,klogd}
1389    
1390     mkdir -p root/etc/e-smith/events/local
1391     mkdir -p root/etc/e-smith/events/user-modify-admin
1392     mkdir -p root/home/e-smith/db
1393    
1394     mkdir -p root/etc/e-smith/pam
1395     mkdir -p root/home/e-smith/ssl.key
1396     mkdir -p root/home/e-smith/ssl.crt
1397     mkdir -p root/home/e-smith/ssl.pem
1398    
1399     mkdir -p root/var/state/e-smith
1400    
1401     for file in %{dbfiles}
1402     do
1403     mkdir -p root/etc/e-smith/db/$file/{defaults,migrate,force}
1404     done
1405    
1406     mkdir -p root/etc/tcprules
1407    
1408     mkdir -p root/service
1409     touch root/var/service/wan/down
1410    
1411     ln -s /var/service/raidmonitor root/service/raidmonitor
1412    
1413     mkdir -p root/var/service/raidmonitor/supervise
1414     touch root/var/service/raidmonitor/down
1415    
1416     mkdir -p root/var/service/raidmonitor/log/supervise
1417    
1418     mkdir -p root/var/log/raidmonitor
1419    
1420     %install
1421     rm -rf $RPM_BUILD_ROOT
1422     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
1423     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
1424     --file /etc/cron.daily/conf-mod_ssl 'attr(0544,root,root)' \
1425     --file /etc/rc.d/rc.e-smith 'attr(0750,root,root)' \
1426     --dir /var/service/dhcpd 'attr(01755,root,root)' \
1427     --file /var/service/dhcpd/down 'attr(0644,root,root)' \
1428     --file /var/service/dhcpd/run 'attr(0755,root,root)' \
1429     --dir /var/service/dhcpd/log 'attr(0755,root,root)' \
1430     --dir /var/service/dhcpd/log/supervise 'attr(0700,root,root)' \
1431     --dir /var/service/dhcpd/supervise 'attr(0700,root,root)' \
1432     --file /var/service/dhcpd/log/run 'attr(0755,root,root)' \
1433     --dir /var/log/dhcpd 'attr(2750,smelog,smelog)' \
1434     --dir /var/service/raidmonitor 'attr(01755,root,root)' \
1435     --file /var/service/raidmonitor/down 'attr(0644,root,root)' \
1436     --file /var/service/raidmonitor/run 'attr(0755,root,root)' \
1437     --dir /var/service/raidmonitor/log 'attr(0755,root,root)' \
1438     --dir /var/service/raidmonitor/log/supervise 'attr(0700,root,root)' \
1439     --dir /var/service/raidmonitor/supervise 'attr(0700,root,root)' \
1440     --file /var/service/raidmonitor/log/run 'attr(0755,root,root)' \
1441     --dir /var/log/raidmonitor 'attr(2750,smelog,smelog)' \
1442     --file /var/service/syslog/run 'attr(0755,root,root)' \
1443     --file /var/service/syslog/down 'attr(0644,root,root)' \
1444     --file /var/service/klogd/run 'attr(0755,root,root)' \
1445     --file /var/service/klogd/down 'attr(0644,root,root)' \
1446     --dir /etc/e-smith/pam 'attr(0700,root,root)' \
1447     --dir /home/e-smith/ssl.key 'attr(0700,root,root)' \
1448     --dir /home/e-smith/ssl.crt 'attr(0700,root,root)' \
1449     --dir /home/e-smith/ssl.pem 'attr(0700,root,root)' \
1450     --dir /var/service/wan 'attr(1755,root,root)' \
1451     --file /var/service/wan/down 'attr(0644,root,root)' \
1452     --file /var/service/wan/run 'attr(0750,root,root)' \
1453     --file /var/service/wan/run.dhclient 'attr(0750,root,root)' \
1454     --file /var/service/wan/run.pppoe 'attr(0750,root,root)' \
1455     --file /var/service/wan/run.static 'attr(0750,root,root)' \
1456     --file /var/service/wan/run.dialup 'attr(0750,root,root)' \
1457     --file /var/service/wan/run.disabled 'attr(0750,root,root)' \
1458     --dir /var/service/wan/supervise 'attr(0700,root,root)' \
1459     --dir /var/service/wan/log 'attr(1755,root,root)' \
1460     --file /var/service/wan/log/run 'attr(0750,root,root)' \
1461     --dir /var/service/wan/log/supervise 'attr(0700,root,root)' \
1462     --dir /var/log/wan 'attr(2750,smelog,smelog)' \
1463     --dir /var/service/ippp 'attr(1755,root,root)' \
1464     --file /var/service/ippp/down 'attr(0644,root,root)' \
1465     --file /var/service/ippp/run 'attr(0750,root,root)' \
1466     --dir /var/service/ippp/supervise 'attr(0700,root,root)' \
1467     --dir /var/service/ippp/log 'attr(1755,root,root)' \
1468     --file /var/service/ippp/log/run 'attr(0750,root,root)' \
1469     --dir /var/service/ippp/log/supervise 'attr(0700,root,root)' \
1470     --dir /var/log/ippp 'attr(2750,smelog,smelog)' \
1471     --dir /etc/e-smith/skel/user/.ssh 'attr(0700,root,root)' \
1472     > %{name}-%{version}-%{release}-filelist
1473    
1474     mkdir -p $RPM_BUILD_ROOT/home/e-smith/db
1475     for file in %{dbfiles}
1476     do
1477     # Create ghost file for rpm
1478     touch $RPM_BUILD_ROOT/home/e-smith/db/$file
1479     echo "%config(noreplace) %attr(0640,root,admin) /home/e-smith/db/$file" \
1480     >> %{name}-%{version}-%{release}-filelist
1481     done
1482     echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
1483    
1484     %clean
1485     rm -rf $RPM_BUILD_ROOT
1486    
1487     %files -f %{name}-%{version}-%{release}-filelist
1488     %defattr(-,root,root)

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