/[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.32 - (hide annotations) (download)
Tue May 7 06:22:32 2013 UTC (11 years, 2 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-base-5_4_0-31_el6_sme
Changes since 1.31: +7 -2 lines
* Mon May 06 2013 Ian Wells <esmith@wellsi.com> 5.4.0-31.sme
- Removal of rc.e-smith now functionality is in e-smith-service [SME: 7267]

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

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