/[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.43 - (hide annotations) (download)
Wed Jan 23 04:18:17 2019 UTC (5 years, 5 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-base-5_8_0-39_el7_sme
Changes since 1.42: +7 -2 lines
* Tue Jan 22 2019 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-39.sme
- modify the default city and company [SME: 10715]

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

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