/[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.15 - (hide annotations) (download)
Sun Feb 24 01:43:14 2013 UTC (11 years, 4 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-base-5_4_0-13_el6_sme
Changes since 1.14: +7 -2 lines
* Sat Feb 23 2013 Ian Wells <esmith@wellsi.com> 5.4.0-13.sme
- Remove microcode_ctl service as now udev-driven [SME: 7397]

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

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