/[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.46 - (hide annotations) (download)
Tue Oct 1 02:44:01 2013 UTC (10 years, 9 months ago) by mrjhb3
Branch: MAIN
CVS Tags: e-smith-base-5_4_0-44_el6_sme
Changes since 1.45: +7 -2 lines
Please see changelog

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

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