/[smeserver]/rpms/e-smith-base/sme10/e-smith-base.spec
ViewVC logotype

Annotation of /rpms/e-smith-base/sme10/e-smith-base.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.8 - (hide annotations) (download)
Wed Mar 23 13:28:29 2016 UTC (8 years, 3 months ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-base-5_8_0-6_el7_sme
Changes since 1.7: +6 -2 lines
* Wed Mar 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-6.sme
- add Requires perl(Digest::SHA1) for console [SME: 9372]

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

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