/[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.22 - (hide annotations) (download)
Sat Mar 16 15:14:46 2013 UTC (11 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-base-5_4_0-21_el6_sme
Changes since 1.21: +18 -2 lines
* Sat Mar 16 2013 Shad L. Lords <slords@mail.com> 5.4.0-21.sme
- Don't be as agressive on rate limiting [SME: 7470]

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

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