/[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.68 - (hide annotations) (download)
Sat Apr 5 18:13:17 2014 UTC (10 years, 2 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-base-5_6_0-3_el6_sme
Changes since 1.67: +8 -2 lines
* Sat Apr 5 2014 Ian Wells <esmith@wellsi.com> 5.6.0-3.sme
- Ensure console is run with taint checking [SME: 8311]
- Non-functional perl::Critic changes.

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

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