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

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

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


Revision 1.14 - (hide annotations) (download)
Thu Feb 21 23:42:03 2013 UTC (11 years, 4 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-base-5_4_0-12_el6_sme
Changes since 1.13: +7 -2 lines
* Thu Feb 21 2013 Ian Wells <esmith@wellsi.com> 5.4.0-12.sme
- Increase memory limit for pppoe to 100Mb matching SME8 solution [SME: 7391]

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

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