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

Annotation of /rpms/e-smith-base/sme8/e-smith-base.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.61.2.5 - (hide annotations) (download)
Tue Sep 23 14:03:23 2008 UTC (15 years, 8 months ago) by slords
Branch: e-smith-base-4_18_1-tree
CVS Tags: e-smith-base-4_18_1-27_el5_sme
Changes since 1.61.2.4: +6 -1 lines
Update

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

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