/[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.34 - (hide annotations) (download)
Sat May 18 03:46:13 2013 UTC (11 years, 1 month ago) by burnat
Branch: MAIN
CVS Tags: e-smith-base-5_4_0-33_el6_sme
Changes since 1.33: +7 -2 lines
* Sat May 18 2013 chris burnat <devlist@burnat.com> 5.4.0-33.sme
- Add_template_to_ssl.pem, codes by JP Pialasse [SME: 7601]

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

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