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

Contents 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.41 - (show annotations) (download)
Sun Jun 23 18:41:36 2013 UTC (11 years ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-base-5_4_0-39_el6_sme
Changes since 1.40: +7 -2 lines
* Sun Jun 23 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-39.sme
- Fix group creation when LDAP auth is enabled [SME: 7672]

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

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