/[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.104 - (hide annotations) (download)
Mon Oct 11 17:19:05 2010 UTC (13 years, 8 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-base-5_2_0-34_el5_sme
Changes since 1.103: +7 -2 lines
* Mon Oct 11 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-34.sme
- Relocate dhclient conf file [SME: 5833]

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

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