/[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.61.2.4 - (hide annotations) (download)
Sat Sep 20 14:40:04 2008 UTC (15 years, 8 months ago) by slords
Branch: e-smith-base-4_18_1-tree
CVS Tags: e-smith-base-4_18_1-26_el5_sme
Changes since 1.61.2.3: +5 -2 lines
Updates

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

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