/[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.24 - (hide annotations) (download)
Sat Mar 16 16:15:40 2013 UTC (11 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-base-5_4_0-23_el6_sme
Changes since 1.23: +7 -2 lines
* Sat Mar 16 2013 Shad L. Lords <slords@mail.com> 5.4.0-23.sme
- Fix a few more syslog => rsyslog items [SME: 7221]

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

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