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

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

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


Revision 1.27 - (hide annotations) (download)
Fri Mar 22 16:47:56 2013 UTC (11 years, 3 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-base-5_4_0-26_el6_sme
Changes since 1.26: +11 -2 lines
* Fri Mar 22 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-26.sme
- rename /etc/ldap.conf to /etc/pam_ldap.conf (and same for .secret) [SME: 7289]

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

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