/[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.13 - (hide annotations) (download)
Thu Feb 21 19:32:24 2013 UTC (11 years, 4 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-base-5_4_0-11_el6_sme
Changes since 1.12: +9 -2 lines
* Thu Feb 21 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-11.sme
- Optimize user-modify-unix script and link it in bootstrap-ldap-save [SME: 7387]

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

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