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

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