/[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.16 - (hide annotations) (download)
Mon Feb 25 20:35:17 2013 UTC (11 years, 4 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-base-5_4_0-14_el6_sme
Changes since 1.15: +7 -2 lines
* Mon Feb 25 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-14.sme
- Post-upgrades not fired after restore from console [SME: 7390]

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

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