/[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.45 - (hide annotations) (download)
Mon Jul 8 03:59:48 2013 UTC (11 years ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-base-5_4_0-43_el6_sme
Changes since 1.44: +7 -2 lines
* Sun Jul 7 2013 Ian Wells <esmith@wellsi.com> 5.4.0-43.sme
- Improve text in console backup for success and failure [SME: 7770]

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

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