/[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.105 - (hide annotations) (download)
Mon Oct 11 21:56:51 2010 UTC (13 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-base-5_2_0-35_el5_sme
Changes since 1.104: +7 -2 lines
* Mon Oct 11 2010 Shad L. Lords <slords@mail.com> 5.2.0-35.sme
- Make lcp options configurable [SME: 6277]

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

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