/[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.44 - (hide annotations) (download)
Fri Jul 5 23:16:21 2013 UTC (10 years, 11 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-base-5_4_0-42_el6_sme
Changes since 1.43: +7 -2 lines
* Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 5.4.0-42.sme
- Console USB Backup, allow user setting of compression level [SME: 7745]
  Compression level of the console backup is now -6 by default

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

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