/[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.58 - (hide annotations) (download)
Fri Aug 8 10:59:53 2008 UTC (15 years, 10 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-base-4_18_1-19_el5_sme
Changes since 1.57: +6 -1 lines
* Fri Aug  8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-19
- Change userpassword panel to use PASSWORD_VERIFY_NEW instead of PASSWORD_NEW_VERIFY [SME: 4487]

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

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