/[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.9 - (hide annotations) (download)
Thu Feb 7 15:38:34 2013 UTC (11 years, 4 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-base-5_4_0-8_el6_sme
Changes since 1.8: +7 -2 lines
* Wed Feb 6 2013 Ian Wells <esmith@wellsi.com> 5.4.0-8.sme
- Remove apmd service and change package to noarch [SME: 7312]

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

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