/[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 - (hide annotations) (download)
Sun Aug 17 15:05:23 2008 UTC (15 years, 10 months ago) by bytegw
Branch: MAIN
CVS Tags: e-smith-base-4_18_1-22_el5_sme
Branch point for: e-smith-base-4_18_1-tree
Changes since 1.60: +6 -1 lines
See changelog

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

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