/[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.103 - (hide annotations) (download)
Fri Oct 8 17:01:43 2010 UTC (13 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-base-5_2_0-33_el5_sme
Changes since 1.102: +7 -2 lines
* Fri Oct 8 2010 Shad L. Lords <slords@mail.com> 5.2.0-33.sme
- Disable apmd on 64-bit arch [SME: 6170]

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

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