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

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

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


Revision 1.2 - (hide annotations) (download)
Wed Jun 20 16:41:55 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-base-4_18_0-59_el5_sme
Changes since 1.1: +7 -1 lines
Updates

1 slords 1.1 Summary: e-smith server and gateway - base module
2     %define name e-smith-base
3     Name: %{name}
4     %define version 4.18.0
5 slords 1.2 %define release 59
6 slords 1.1 Version: %{version}
7     Release: %{release}%{?dist}
8     License: GPL
9     Group: Networking/Daemons
10     Source: %{name}-%{version}.tar.gz
11     Patch1: e-smith-base-4.18.0-backtitle.patch
12     Patch2: e-smith-base-4.18.0-consolebackup.patch
13     Patch3: e-smith-base-4.18.0-backupcancel.patch
14     Patch4: e-smith-base-4.18.0-gatewaydev.patch
15     Patch5: e-smith-base-4.18.0-elinks_caching.patch
16     Patch6: e-smith-base-4.18.0-unused_templates.patch
17     Patch7: e-smith-base-4.18.0-backuphome.patch
18     Patch8: e-smith-base-4.18.0-mediaglob.patch
19     Patch9: e-smith-base-4.18.0-setbeforeexpand.patch
20     Patch10: e-smith-base-4.18.0-runit17.patch
21     Patch11: e-smith-base-4.18.0-infobox.patch
22     Patch12: e-smith-base-4.18.0-infobox.patch2
23     Patch13: e-smith-base-4.18.0-mediaglob.patch2
24     Patch14: e-smith-base-4.18.0-run.static.patch
25     Patch15: e-smith-base-4.18.0-ethdriver.patch
26     Patch16: e-smith-base-4.18.0-ethdriver.patch2
27     Patch17: e-smith-base-4.18.0-ethdriver.patch3
28     Patch18: e-smith-base-4.18.0-ethdriver.patch4
29     Patch19: e-smith-base-4.18.0-raid_no.patch
30     Patch20: e-smith-base-4.18.0-commonname.patch
31     Patch21: e-smith-base-4.18.0-noutf.patch
32     Patch22: e-smith-base-4.18.0-commonname.patch2
33     Patch23: e-smith-base-4.18.0-pamtemplate.patch
34     Patch24: e-smith-base-4.18.0-pamtemplate.patch2
35     Patch25: e-smith-base-4.18.0-rcscript.patch
36     Patch26: e-smith-base-4.18.0-logfile_rotation.patch
37     Patch27: e-smith-base-4.18.0-login_pam.patch
38     Patch28: e-smith-base-4.18.0-depmod.patch
39     Patch29: e-smith-base-4.18.0-perms.patch
40     Patch30: e-smith-base-4.18.0-dhcpd_perms.patch
41     Patch31: e-smith-base-4.18.0-noraid.patch
42     Patch32: e-smith-base-4.18.0-suborder.patch
43     Patch33: e-smith-base-4.18.0-standby.patch
44     Patch34: e-smith-base-4.18.0-usbback.patch
45     Patch35: e-smith-base-4.18.0-remoteaccess.pmfm2self.patch
46     Patch36: e-smith-base-4.18.0-SSHport.patch
47     Patch37: e-smith-base-4.18.0-gateway_validation.patch
48     Patch38: e-smith-base-4.18.0-service_re.patch
49     Patch39: e-smith-base-4.18.0-xencons.patch
50     Patch40: e-smith-base-4.18.0-lib64.patch
51     Patch41: e-smith-base-4.18.0-cracklib.patch
52     Patch42: e-smith-base-4.18.0-raid_no.patch2
53     Patch43: e-smith-base-4.18.0-raidfix.patch
54     Patch44: e-smith-base-4.18.0-bootstrap.patch
55     Patch45: e-smith-base-4.18.0-pamtemplate.patch3
56     Patch46: e-smith-base-4.18.0-restoredev.patch
57 slords 1.2 Patch47: e-smith-base-4.18.0-no_kmodule.patch
58 slords 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
59     Requires: mod_auth_external
60     Requires: e-smith-lib >= 1.18.0-7
61     Requires: server-manager-images, server-manager
62     Requires: e-smith-formmagick >= 0.2.0
63     Requires: initscripts >= 6.67-1es17
64     Requires: e-smith-daemontools >= 1.7.1-04
65     Requires: perl(Locale::gettext)
66     Requires: perl(Crypt::Cracklib)
67     Requires: perl(Date::Manip)
68     Requires: perl(Data::UUID)
69     Requires: perl(Net::IPv4Addr)
70     Requires: /usr/sbin/irqbalance
71     Requires: /usr/sbin/cpuspeed
72     Requires: /sbin/microcode_ctl
73     Requires: dbus
74     Requires: hal
75     Requires: acpid
76     Requires: whiptail
77     Requires: rssh
78     Requires: bridge-utils
79     Requires: vconfig
80     Requires: e-smith-bootloader
81     Requires: mdadm
82     Requires: pv
83     Requires: pam_abl
84     Obsoletes: rlinetd, e-smith-mod_ssl
85     Obsoletes: e-smith-serial-console
86     Obsoletes: sshell
87     Obsoletes: e-smith-rp-pppoe
88     %if "%{?rhel}" == "5"
89     Obsoletes: perl-Data-UUID
90     %endif
91     BuildRequires: perl, perl(Test::Inline) >= 0.12
92     BuildRequires: e-smith-devtools >= 1.13.1-03
93     BuildRequires: gettext
94     %ifarch i386
95     Requires: apmd
96     %endif
97    
98     %define dbfiles accounts configuration domains hosts networks
99     AutoReqProv: no
100    
101     %description
102     e-smith server and gateway software - base module.
103    
104     %changelog
105 slords 1.2 * Tue Jun 19 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-59
106     - Have nonetworkdrivers script exit silently if kmodule bin not found.
107     [SME: 2549]
108    
109 slords 1.1 * Mon Jun 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-58
110     - Start messagebus/haldaemon so restore works [SME: 3058]
111    
112     * Sun Jun 10 2007 Stephen Noble <support@dungog.net> 4.18.0-57
113     - expand /etc/pam.d/login [SME: 2831]
114    
115     * Wed Jun 06 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-56
116     - Prevent backout from console config during initial setup.
117     [SME: 2540]
118    
119     * Sun Jun 3 2007 Shad L. Lords <slords@mail.com> 4.18.0-55
120     - Clean up some more newlines [SME: 3035]
121     - Make raid failures more verbose [SME: 3032]
122     - Fix add_drive_to_raid and partition issues [SME: 2155, 2232]
123    
124     * Wed May 30 2007 Gavin Weight <gweight@gmail.com> 4.18.0-54
125     - Update noraid text and add newline after text. [SME: 3035]
126    
127     * Thu May 24 2007 Shad L. Lords <slords@mail.com> 4.18.0-53
128     - Don't use cracklib in system-auth [SME: 2686]
129    
130     * Fri May 18 2007 Shad L. Lords <slords@mail.com> 4.18.0-52
131     - Use correct lib for modules
132    
133     * Thu May 17 2007 Shad L. Lords <slords@mail.com> 4.18.0-51
134     - Updates to support xenU instance
135    
136     * Wed May 9 2007 Shad L. Lords <slords@mail.com> 4.18.0-50
137     - Updates to support SME Server 8
138    
139     * Sat May 05 2007 Gavin Weight <gweight@gmail.com> 4.18.0-49
140     - Fix service match RE in /sbin/e-smith/service. [SME: 2959]
141    
142     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
143     - Clean up spec so package can be built by koji/plague
144    
145     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com> 4.18.0-48
146     - Change to dist for tagging release
147     - Only include apmd for i386 platforms
148    
149     * Fri Apr 27 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-47
150     - Validate GatewayIP address more carefully. [SME: 2928]
151    
152     * Sat Apr 14 2007 Stephen Noble <support@dungog.net> 4.18.0-46
153     - Field to change ssh port [SME: 2382]
154    
155     * Sat Apr 14 2007 Stephen Noble <support@dungog.net> 4.18.0-45
156     - Change fm to self in remoteaccess.pm [SME: 2382]
157    
158     * Fri Apr 13 2007 Shad L. Lords <slords@mail.com> 4.18.0-44
159     - Make configuration dbs config(noreplace) [SME: 2527]
160    
161     * Fri Apr 13 2007 Shad L. Lords <slords@mail.com> 4.18.0-43
162     - Adjust perm for dhcpd.conf again [SME: 2715]
163    
164     * Thu Apr 12 2007 Shad L. Lords <slords@mail.com> 4.18.0-42
165     - Put usbback patch back in. [SME: 2483]
166    
167     * Thu Apr 12 2007 Stephen Noble <support@dungog.net> 4.18.0-41
168     - Remove enable slocate patch [SME: 102]
169    
170     * Thu Apr 12 2007 Stephen Noble <support@dungog.net> 4.18.0-40
171     - Change Try Again to gettext(Back) in perform backup [SME: 2483]
172    
173     * Thu Apr 12 2007 Stephen Noble <support@dungog.net> 4.18.0-39
174     - Enable slocate in /etc/updatedb.conf [SME: 102]
175    
176     * Wed Apr 11 2007 Stephen Noble <support@dungog.net> 4.18.0-38
177     - Make console text consistent 'Please stand by' [SME: 2493]
178    
179     * Wed Apr 11 2007 Stephen Noble <support@dungog.net> 4.18.0-37
180     - Fix missing en-au & en-nz language noise. [SME: 2093]
181    
182     * Wed Apr 11 2007 Stephen Noble <support@dungog.net> 4.18.0-36
183     - Fix missing list items for console [SME: 2642]
184    
185     * Mon Apr 09 2007 Shad L. Lords <slords@mail.com> 4.18.0-35
186     - Don't attempt to add_raid_device if no raid [SME: 2484]
187    
188     * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-34
189     - Add fix for perms on dhcpd.conf file [SME: 2715]
190    
191     * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-33
192     - Remove fix for ftpusers. Belongs in e-smith-proftpd. [SME: 2841]
193    
194     * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-32
195     - Fix permissions on ftpusers file [SME: 2841]
196     - Fix permissions on pwauth file [SME: 2842]
197    
198     * Thu Apr 05 2007 Shad L. Lords <slords@mail.com> 4.18.0-31
199     - Simplify depmod call in conf-modules [SME: 2554]
200    
201     * Wed Apr 04 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-30
202     - Fix login pam configuration file. TODO - expand the template
203     during bootstrap-console-save. [SME: 2831]
204    
205     * Mon Mar 26 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-29
206     - Add rotate_timestamped_logfiles action, split from
207     generic_template_expand. [SME: 2795]
208    
209     * Thu Mar 22 2007 Shad L. Lords <slords@mail.com> 4.18.0-28
210     - Fix rc.e-smith to work with el4 and el5 [SME: 2510]
211    
212     * Mon Mar 19 2007 Shad L. Lords <slords@mail.com> 4.18.0-27
213     - Add missing elements in prior pam updates [SME: 2551]
214    
215     * Mon Mar 19 2007 Shad L. Lords <slords@mail.com> 4.18.0-26
216     - Update pam_stack to new include for el5 [SME: 2551]
217    
218     * Thu Mar 08 2007 Gavin Weight <gweight@gmail.com> 4.18.0-25
219     - Fix missing en-gb language noise. [SME: 2633]
220    
221     * Thu Mar 08 2007 Shad L. Lords <slords@mail.com> 4.18.0-24
222     - Call cropLeft function correctly in crt expansion [SME: 1689]
223    
224     * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 4.18.0-23
225     - Make elinks display correctly with xterm display [SME: 444]
226    
227     * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 4.18.0-22
228     - Add db override for crt common name [SME: 1689]
229    
230     * Wed Mar 07 2007 Shad L. Lords <slords@mail.com> 4.18.0-21
231     - Default adding drive to raid to no [SME: 2644]
232    
233     * Tue Mar 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-20
234     - Allow nics to swap if different LAN chosen [SME: 2612]
235    
236     * Tue Mar 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-19
237     - Default WAN NIC to the *other* NIC than the one selected for LAN [SME: 2612]
238    
239     * Tue Mar 06 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-18
240     - Combine two similar loops in selectEthernet and break overly
241     long string constant. [SME: 2612]
242    
243     * Tue Mar 06 2007 Shad L. Lords <slords@mail.com> 4.18.0-17
244     - Fix network selection dialog to include all drivers. [SME: 2612]
245    
246     * Thu Mar 01 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-16
247     - Fix run.static file in wan service directory. [SME: 2580]
248    
249     * Fri Feb 23 2007 Shad L. Lords <slords@mail.com> 4.18.0-15
250     - Fix glob for selecting backup devices. [SME: 2521]
251    
252     * Fri Feb 23 2007 Shad L. Lords <slords@mail.com> 4.18.0-14
253     - User new console infobox for console backup. [SME: 2533]
254    
255     * Thu Feb 22 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-13
256     - Use new esmith::console::infobox widget in console. [SME: 2533]
257    
258     * Fri Feb 16 2007 Shad L. Lords <slords@mail.com> 4.18.0-12
259     - Change runsvctrl to sv to support runit v1.7.x
260    
261     * Fri Feb 16 2007 Charlie Brady <charlie_brady@mitel.com> 4.18.0-11
262     - Restate microcode_ctl/irqbalance/cpuspeed dependencies. [SME: 2490]
263    
264     * Sun Feb 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-10
265     - Set db value for external ip before expanding templates [SME: 1977]
266    
267     * Sun Feb 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-9
268     - Do better detection of possible devices for backup/restore [SME: 2317]
269    
270     * Sun Feb 11 2007 Shad L. Lords <slords@mail.com> 4.18.0-8
271     - Set ENV{HOME} so mysql dump works for backup [SME: 2412]
272    
273     * Wed Feb 07 2007 Charlie Brady <charlieb@e-smith.com> 4.18.0-7
274     - Remove unused remnant dhcpcd templates. [SME: 2445]
275    
276     * Wed Feb 07 2007 Charlie Brady <charlieb@e-smith.com> 4.18.0-6
277     - Configure elinks to obey cache control directives. I have
278     no idea why that would not be the default! [SME: 2443]
279    
280     * Tue Jan 30 2007 Shad L. Lords <slords@mail.com> 4.18.0-5
281     - Ensure gateway dev is correct for server-only [SME: 2404]
282    
283     * Mon Jan 29 2007 Shad L. Lords <slords@mail.com> 4.18.0-4
284     - Add cancel button to backup/restore panels [SME: 2393]
285    
286     * Mon Jan 29 2007 Shad L. Lords <slords@mail.com> 4.18.0-3
287     - Add console backup to USB [SME: 2317]
288    
289     * Sun Jan 28 2007 Shad L. Lords <slords@mail.com> 4.18.0-2
290     - Fix backtitle for saving changes [SME: 2328]
291    
292     * Fri Jan 26 2007 Shad L. Lords <slords@mail.com> 4.18.0-1
293     - Roll stable stream. [SME: 2328]
294    
295     * Tue Jan 23 2007 Charlie Brady <charlieb@e-smith.com> 4.17.2-8
296     - Remove unused ifcfg-log:0 templates. [SME: 2368]
297    
298     * Tue Jan 23 2007 Charlie Brady <charlieb@e-smith.com> 4.17.2-7
299     - Add template fragments to allow forcing of ethernet negotiation
300     parameters [SME: 2362]
301    
302     * Tue Jan 23 2007 Charlie Brady <charlieb@e-smith.com> 4.17.2-6
303     - Remove unused pam and abl templates (remnants of some stuff I
304     was prototyping).
305    
306     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-5
307     - [Forward-ported from 4.17.0]
308     - Refactor console code considerably, and add restore from CDROM/USB
309     backup capability to console.
310     - Remove deprecated %conf use in console. [SME: 1856]
311    
312     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-4
313     - [Ported from e-smith-base+ldap]
314     - Add support for use of pam_tally and/or pam_abl modules. Both
315     are disabled by default.
316     - Update /etc/pam.d/{ftp,passwd} templates.
317     - Add template for /etc/pam.d/system-auth.
318    
319     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-3
320     - [Forward-ported from 4.17.0]
321     - Move masq fragments to e-smith-packetfilter rpm.
322    
323     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-2
324     - [Forward-ported from 4.17.0]
325     - Remove server-manager templates and scripts - move to e-smith-manager.
326     [SME: 2023]
327    
328     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-1
329     - [Forward-ported from 4.17.0]
330     - Combine dhcp client, pppoe, dialup and static WAN connections into
331     "wan" service. [SME 1795]
332    
333     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 4.17.2-0
334     - Make new development stream. Based from 4.16.0-39.
335    
336     * Sun Jan 14 2007 Shad L. Lords <slords@mail.com> 4.16.0-39
337     - [Back-port from 4.17.0-23]
338     - Add admin email forwarding to modify user panel [SME: 827]
339    
340     * Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 4.16.0-38
341     - [Back-port from 4.17.0-22]
342     - Fix last patch so that data is pulled correctly [SME: 1034]
343    
344     * Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 4.16.0-37
345     - [Back-port from 4.17.0-21]
346     - Make purge-old-logs configurable via db [SME: 1034]
347    
348     * Wed Jan 10 2007 Shad L. Lords <slords@mail.com> 4.16.0-36
349     - [Back-port from 4.17.0-20]
350     - Don't regenerate key and only regenerate crt when expired. [SME: 2035]
351    
352     * Tue Dec 26 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-35
353     - [Back-port from 4.17.0-19]
354     - And mark admin_raidreport as only available for local mail [SME: 2139]
355    
356     * Tue Dec 26 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-34
357     - [Back-port from 4.17.0-17, 4.17.0-18]
358     - Send raidmonitor output to admin_raidreport pseudonym [SME: 2139]
359     - And mark admin_raidreport as non-Removable [SME: 2139]
360    
361     * Sat Dec 23 2006 Shad L. Lords <slords@mail.com> 4.16.0-33
362     - Disable raid based on /proc/partitions (which is dynamic) instead
363     of grub/device.map (which is static) [SME: 2131]
364    
365     * Fri Dec 22 2006 Shad L. Lords <slords@mail.com> 4.16.0-32
366     - Check device size after calculating space needed. [SME: 2131]
367    
368     * Fri Dec 08 2006 Shad L. Lords <slords@mail.com> 4.16.0-31
369     - Create partitions in order of size. This makes sure boot is first and
370     / is last. Also last partitions fills all available space making resizing
371     easier. [SME: 2131]
372    
373     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
374     - Update to new release naming. No functional changes.
375     - Make Packager generic
376    
377     * Tue Dec 05 2006 Shad L. Lords <slords@mail.com> 4.16.0-30
378     - Update manage raid console functions to handle all raid types [SME: 2131]
379    
380     * Tue Nov 21 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-29
381     - Fix warning from dhclient.conf template expansion.
382    
383     * Wed Aug 30 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-28
384     - Add missing LocalModule for mod_proxy_http to admin apache conf.
385     [SME: 1853]
386    
387     * Fri Jul 14 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-27
388     - Prevent daily regeneration of SSL cert if City/Company/Department are
389     empty. [SME: 1602]
390    
391     * Wed Jun 28 2006 Gavin Weight <gweight@gmail.com> 4.16.0-26
392     - Menu text in console is incorrect for RAID5 installs. [SME: 404]
393    
394     * Wed Jun 14 2006 Gavin Weight <gweight@gmail.com> 4.16.0-25
395     - Modify user create page to show henry:miller not henry_miller. [SME: 531]
396    
397     * Fri Jun 9 2006 Gavin Weight <gweight@gmail.com> 4.16.0-24
398     - Remove lines for creating symlink to statusreport from spec file. [SME: 450]
399    
400     * Mon Jun 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-23
401     - Allow for admin account when locking null passwords, and perform
402     check in post-upgrade so that the password screen will be presented
403     after the reboot [SME: 1529]
404    
405     * Mon Jun 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-22
406     - Correct argument ordering in last change [SME: 790, SME: 1541]
407    
408     * Sun May 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-21
409     - Increase cert serial number when new certificate is generated. [SME: 790]
410    
411     * Sun May 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-20
412     - Change ssl.crt template so that cert is regenerated if issuer information
413     has changed. [SME: 1484]
414    
415     * Thu Apr 27 2006 Gavin Weight <gweight@gmail.com> 4.16.0-19
416     - Change default shutdown value from shutdown to reboot. [SME: 1320]
417    
418     * Sun Apr 23 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-18
419     - Fix syntax error introduced in last change (and reuse $rc and $choice in
420     raidManage.pl). [SME: 1285,1300]
421    
422     * Fri Apr 21 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-17
423     - Force masq service to enabled for servergateway modes, but
424     leave at current setting for serveronly. Revises -09 change [SME: 1209]
425    
426     * Wed Apr 19 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-16
427     - Add big warning about wiping disk to raid management screen.
428     [SME: 1285]
429    
430     * Tue Apr 18 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-15
431     - Ensure that rmmod-bonding doesn't return error status if
432     bonding is not enabled (e.g. during upgrade) [SME: 935]
433    
434     * Tue Apr 18 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-14
435     - Avoid warning from NICBondingOptions migrate fragment. [SME: 1271]
436    
437     * Tue Apr 18 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-13
438     - Always save ssh property changes, even if sshd is disabled [SME: 1210]
439    
440     * Thu Apr 13 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-12
441     - Don't run kudzu at every bootup. [SME: 727]
442    
443     * Tue Apr 11 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-11
444     - More fixes to dhclient configuration (courtesy of Richard Schiffelers).
445     [SME: 881]
446    
447     * Mon Apr 10 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-10
448     - Fixes to dhclient configuration (courtesy of Richard Schiffelers).
449     [SME: 881]
450    
451     * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-09
452     - Enable the masq service to ensure that installs and upgrades
453     are consistent. If someone really wants to disable it, they can
454     add a force fragment [SME: 1209]
455    
456     * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-08
457     - Lock accounts with bad SMB passwords [SME: 1193]
458    
459     * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-07
460     - Revert password length restriction changes [SME: 1193]
461    
462     * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-06
463     - Adjust plural in page title in last patch [SME: 1193]
464    
465     * Thu Apr 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-05
466     - Adjust console logic for 14 character password restriction [SME: 1193]
467    
468     * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-04
469     - Only process 'network' entries in route-eth0 template [SME: 1182]
470    
471     * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-03
472     - Restrict passwords to 14 characters [SME: 1193]
473    
474     * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.16.0-02
475     - Rename anaconda logs, but leave a symlink. Do nothing if the log
476     is already a symlink or missing [SME: 808]
477    
478     * Tue Mar 14 2006 Charlie Brady <charlie_brady@mitel.com> 4.16.0-01
479     - Roll stable stream version. [SME: 1016]
480    
481     * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-20
482     - Ensure that each user has a Shell property in post-upgrade.
483     If they didn't have one before, set it to the current value in
484     /etc/passwd. [SME: 859]
485    
486     * Tue Mar 14 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-19
487     - Copy anaconda logs instead of renaming them in post-upgrade [SME: 808]
488     - Adjust timestamp of copied logs to logfiles2timestamp format [SME: 808]
489    
490     * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-18
491     - Change modSSL to be private in Private Server and Gateway mode [SME: 328]
492    
493     * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-17
494     - And remove now redundant calls to wherenext [SME: 986]
495    
496     * Fri Mar 10 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-16
497     - Fix FM page name (FirstPage => First) in a few places. [SME: 986]
498    
499     * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-15
500     - Correct typo in -13 change which hid message [SME: 964]
501    
502     * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-14
503     - Display a message for single disk installs which catches that
504     case and tells people that they can add a second disk and produce
505     a mirrored pair [SME: 958]
506    
507     * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-13
508     - Display a nicer message when a spare disk is available to be
509     added to the pair [SME: 964]
510     - Blank line for consistency with other messages [SME: 964]
511    
512     * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-12
513     - Check whether a resync is in progress so we don't state that
514     intervention is required when it is not [SME: 958]
515    
516     * Tue Mar 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-11
517     - Check whether destination drive of add_mirror is already part
518     of a RAID device. If so, complain and exit [SME: 870]
519     - Also ensure that /sbin is in the PATH
520    
521     * Sun Mar 5 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-10
522     - Fixes to dhclient configuration. [SME: 881]
523    
524     * Fri Mar 03 2006 Mark Knox <mark_knox@mitel.com> 4.15.9-09
525     - Added NIC Bonding options screen in console [SME: 935]
526     - Migrate old NICBondingOptions to new defaults, and added new default
527     options [SME: 935]
528     - rmmod bonding.ko in bootstrap-console-save so new options work
529     without extra reboot [SME: 935]
530    
531     * Wed Mar 01 2006 Mark Knox <mark_knox@mitel.com> 4.15.9-08
532     - Allow NICBondingOptions in 10bonding template fragment [SME: 918]
533    
534     * Wed Mar 01 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.9-07
535     - Bump pppoe run script mlimit from 10M to 25M. [SME: 907]
536    
537     * Fri Feb 24 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-06
538     - Re-do -04 change as a patch so it sticks [SME: 863]
539    
540     * Thu Feb 23 2006 Charlie Brady <charlieb@e-smith.com> 4.15.9-05
541     - Add templates for dhclient configuration file. [SME: 881]
542    
543     * Wed Feb 22 2006 Charlie Brady <charlieb@e-smith.com> 4.15.9-04
544     - Remove default fragment for AdminEmail [SME: 863]
545    
546     * Mon Feb 21 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-03
547     - Change 'Reconfigure' to lower case in menu [SME: 2]
548    
549     * Mon Feb 20 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-02
550     - Add requires for mdadm. We use it in the console and raid monitor
551     and it won't get installed for 5.x upgrades [SME: 767]
552    
553     * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.9-01
554     - Roll patches to 4.15.8-60
555     - Trim changelog before 4.15.3-01 [SME: 828]
556    
557     * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-60
558     - Also rotate /var/log/anaconda.{log,syslog} in post-upgrade [SME: 808]
559    
560     * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-59
561     - Change 'Reconfigure' to lower case in -57 change [SME: 2]
562    
563     * Fri Feb 17 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-58
564     - Add /root/upgrade.log and /root/upgrade.log.syslog to
565     logfiles2timestamp in post-upgrade event so we preserve
566     them across multiple upgrades [SME: 808]
567    
568     * Fri Feb 17 2006 Gavin Weight <gweight@gmail.com> 4.15.8-57
569     - Added Reconfigure and Reboot option in console, changed
570     main console menu to reflect Reconfigure option [SME: 2]
571    
572     * Thu Feb 16 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-56
573     - Default EmailForward to 'local' in case that part of the panel
574     is hidden from view [SME: 704]
575    
576     * Thu Feb 16 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-55
577     - Adjust console title bar to 'SME Server' [SME: 726]
578     - Change title on "Choose administrator password" screens
579    
580     * Mon Feb 13 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-54
581     - Set EthernetDriver2 property when bonding is enabled [SME: 776]
582    
583     * Mon Feb 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-53
584     - Remove cpuspeed.contrib ClearCase droppings [SME: 754]
585    
586     * Sun Feb 12 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-52
587     - Start bootstrap-console earlier - in particular before raidmonitor.
588     Don't try to restart 'random'. [SME: 743]
589    
590     * Sun Feb 12 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-51
591     - Obsolete keytable service. [SME: 746]
592    
593     * Sat Feb 11 2006 Shad L. Lords <slords@mail.com> 4.15.8-50
594     - Run kudzu -q from inittab [SME: 727]
595    
596     * Tue Feb 9 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-49
597     - Make bootp support optional, defaulting to 'deny'. [SME: 660]
598    
599     * Thu Feb 9 2006 Gavin Weight <gweight@gmail.com> 4.15.8-48
600     - Removed the online-manual. [SME: 407]
601    
602     * Thu Feb 9 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-47
603     - Hide email forwarding options on useraccounts page if there is
604     no 'smtpd' record [SME: 704]
605    
606     * Wed Feb 8 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-46
607     - Fix conversion of user shell from sshell to rssh. [SME: 699]
608    
609     * Tue Feb 7 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-45
610     - Fix up location of 00openRW fragments from change 41 [SME: 659. 679]
611    
612     * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-44
613     - Change logic for determining RAID partitions in use [SME: 516]
614     - Add detailed output of the RAID state to messages log [SME: 516]
615    
616     * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-43
617     - Only say that a RAID device is clean if truly clean [SME: 516]
618     - Adjusted warning to say 'may be required' instead of 'is'
619    
620     * Mon Feb 6 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-42
621     - Delete 'deny bootp' fragment from dhcpd.conf, reverting to
622     default, which is to allow bootp. [SME: 660]
623    
624     * Sun Feb 5 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-41
625     - Use appropriate esmith::*DB class for 00openRW migrate fragments.
626     [SME: 659]
627    
628     * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-40
629     - Added EmailForward migrate fragment [SME: 598]
630    
631     * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-39
632     - Added text periods and underscores in useraccounts [SME: 531]
633    
634     * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-38
635     - Updated copyright text in server-manager [SME: 459]
636    
637     * Tue Jan 31 2006 Gavin Weight <gweight@gmail.com> 4.15.8-37
638     - The menu text incorrect for RAID5 configurations [SME: 404]
639    
640     * Tue Jan 31 2006 Shad L. Lords <slords@mail.com> 4.15.8-36
641     - Disable zeroconf so 169.254.0.0/16 route isn't created [SME: 613]
642    
643     * Sun Jan 29 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-35
644     - Fix flip of access settings to default on first post-upgrade (e.g.
645     sshd from public to private). [SME: 495]
646    
647     * Sun Jan 29 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-34
648     - Remove remnants of statustest. [SME: 450]
649    
650     * Wed Jan 25 2006 Charlie Brady <charlie_brady@mitel.com> 4.15.8-33
651     - Add templated elinks config file. [SME: 444]
652    
653     * Mon Jan 23 2006 Shad L. Lords <slords@mail.com> 4.15.8-32
654     - Help raidmonitor report more than just failures [SME: 496]
655    
656     * Mon Jan 23 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-31
657     - Create ~/.ssh as part of skeleton home directory [SME: 456]
658    
659     * Wed Jan 18 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-30
660     - Fix reboot problem when switching WAN from dynamic to static
661     address. [SME: 500]
662    
663     * Fri Jan 13 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-29
664     - New migrate fragment to clean up NIC bonding property [SME: 449]
665    
666     * Fri Jan 13 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-28
667     - Fix account regexp for set_password case [SME: 24]
668    
669     * Wed Jan 11 2006 Mark Knox <mark_knox@mitel.com> 4.15.8-27
670     - New console option for ethernet bonding [SME: 449]
671    
672     * Mon Jan 9 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-26
673     - Allow dot and underscore in account names [SME: 24]
674     - Default maxAcctNameLength and maxGroupNameLength to 31 [SME: 24]
675    
676     * Thu Jan 5 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-25
677     - Avoid generating warning messages during interfaces migration
678     template fragment. [SME: 354]
679    
680     * Thu Jan 5 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-24
681     - Don't add obsolete ipsec net-pf aliases to modprobe.conf, and
682     remove them if found. [SME: 390]
683    
684     * Sun Jan 2 2006 Charlie Brady <charlieb@e-smith.com> 4.15.8-23
685     - Use regexp as well as cracklib to check admin password in console.
686     [SME: 335]
687    
688     * Mon Jan 2 2006 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-22
689     - Change heuristic for finding disks in manageRAID.pl [SME: 342]
690    
691     * Sat Dec 25 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-21
692     - Move testInternet console menu item to smeserver-support [SME: 364]
693    
694     * Fri Dec 16 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-20
695     - Fix localization bug in add_mirror. [SME: 341]
696    
697     * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-19
698     - Remove the "In eight seconds" untruth from shutdown/reboot [SME: 86]
699    
700     * Thu Dec 15 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-18
701     - Added modSSL{CipherSuite} default [SME: 194]
702    
703     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-17
704     - Enable microcode_ctl service by default [SME: 74]
705    
706     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-16
707     - Removed accounts db default for 'common'
708     - Added accounts db defaults for server-common and server-resources [SME: 77]
709    
710     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-15
711     - Ensure that Nameservers==localhost is set for the primary domain [SME: 137]
712    
713     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-14
714     - And remove db defaults for sysstat service [SME: 327]
715    
716     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-13
717     - Remove sysstat startup symlink [SME: 327]
718    
719     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-12
720     - Default sysconfig{PreviousSystemMode} == unknown [SME: 75]
721    
722     * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-11
723     - Remove Requires: sysstat [SME: 327]
724    
725     * Sat Dec 10 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-10
726     - Move code for testing internet access into menu item file.
727     [SME: 261]
728    
729     * Thu Dec 8 2005 Charlie Brady <charlieb@e-smith.com> 4.15.8-09
730     - Fix looping in console at swap ethernet choice page. [SME: 68]
731    
732     * Wed Dec 7 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-08
733     - Fix taint issues with RAID management menu item [SME: 253]
734    
735     * Mon Dec 05 2005 Filippo Carletti <carletti@mobilia.it> 4.15.8-07
736     - console: DHCP range (wrong path chosen for non-English) [SME: 157]
737    
738     * Fri Dec 2 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-06
739     - Initial cut at console menu item to (re)add RAID-1 mirror [SME: 253]
740     - Needs to move to /sbin/e-smith/console-menu-items, once I work out
741     what I believe is a taint issue.
742    
743     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-05
744     - Change 'standby' to 'stand by' in console [SME: 66]
745    
746     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-04
747     - Fix routing on eth0 for multiple local networks [SME: 203]
748    
749     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.15.8-03
750     - Bump release number only
751    
752     * Mon Nov 28 2005 Charlie Brady <charlieb@e-smith.com>
753     - [4.15.8-02]
754     - Re-import head to CVS.
755     - Regenerate both key and cert when cert expires, not just crt. [SF: 1365965]
756    
757     * Sun Nov 20 2005 Gordon Rowell <gordonr@e-smith.com>
758     - [4.15.8-01]
759     - Default cpuspeed to disabled [MN00107779]
760    
761     * Wed Nov 16 2005 Mark Knox <mark_knox@mitel.com>
762     - [4.15.7-01]
763     - Imported to ClearCase
764     - Changed console sort order from ASCII to numeric [MN00107120]
765    
766     * Sun Nov 13 2005 Gordon Rowell <gordonr@e-smith.com>
767     - [4.15.6-09]
768     - Add -f option to add_mirror to allow use of disks with existing
769     partition tables [MN00101667]
770    
771     * Sun Nov 13 2005 Gordon Rowell <gordonr@e-smith.com>
772     - [4.15.6-08]
773     - Add reconfiguration reboot option to reboot panel [SF: 1349946]
774     - TODO: Cleanup so that the red warning header doesn't display since
775     the reboot is going to happen anyway
776    
777     * Mon Nov 7 2005 Gordon Rowell <gordonr@e-smith.com>
778     - [4.15.6-07]
779     - Only signal-event ip-change on the BOUND action of dhclient [SF: 1344853]
780    
781     * Tue Nov 1 2005 Charlie Brady <charlieb@e-smith.com>
782     - [4.15.6-06]
783     - Change DISABLED -> OFF in init script messages, and go back to standard
784     alignment. [SF: 1264702, 134543]
785    
786     * Mon Oct 24 2005 Charlie Brady <charlieb@e-smith.com>
787     - [4.15.6-05]
788     - Add default value of SYSFONTACM to /etc/sysconfig/i18n. [SF: 1295293]
789    
790     * Mon Oct 24 2005 Charlie Brady <charlieb@e-smith.com>
791     - [4.15.6-04]
792     - Replace grub setup commands in add_mirror with an exec of an external
793     script. This script will be provided by a bootloader specific package,
794     e.g. e-smith-lilo or e-smith-grub. That package should include a
795     "Provides: e-smith-bootloader" header, to satisfy a Requires in this
796     package. [SF: 1335937]
797    
798     * Thu Oct 20 2005 Charlie Brady <charlieb@e-smith.com>
799     - [4.15.6-03]
800     - Unload network drivers immediately after rc.sysinit runs, so that
801     we can control the order of allocation of eth0 and eth1. [SF: 1332366]
802    
803     * Mon Oct 17 2005 Charlie Brady <charlieb@e-smith.com>
804     - [4.15.6-02]
805     - Disable raid monitor if /boot/grub/device.map suggests that the system
806     is a single disk system. [SF: 1269091]
807    
808     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
809     - [4.15.6-01]
810     - Remove L10Ns from base packages [SF: 1309520]
811    
812     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
813     - [4.15.5-01]
814     - New dev stream before relocating L10Ns
815    
816     * Thu Oct 13 2005 Gordon Rowell <gordonr@gormand.com.au>
817     - [4.15.4-52]
818     - Add /sbin/e-smith/add_mirror [SF: 1325479]
819    
820     * Tue Oct 11 2005 Charlie Brady <charlieb@e-smith.com>
821     - [4.15.4-51]
822     - Untaint menu choice when ethernet driver is chosen from menu. [SF: 1323270]
823    
824     * Tue Oct 11 2005 Charlie Brady <charlieb@e-smith.com>
825     - [4.15.4-50]
826     - Move user-create-unix action before template expansions, so
827     that getpwnam can be used in template fragments. Ditto
828     for group-create-unix. [SF. 1322231]
829    
830     * Sun Oct 9 2005 Charlie Brady <charlieb@e-smith.com>
831     - [4.15.4-49]
832     - Fix spelling mistake in useraccounts panel. [SF: 1320002]
833    
834     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
835     - [4.15.4-48]
836     - Revised translation of groups panel, reordered to match
837     the English lexicon - Thanks Didier Rambeau [SF: 1305184]
838    
839     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
840     - [4.15.4-47]
841     - Added foot.tmpl for Italian [SF: 1309266]
842    
843     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
844     - [4.15.4-46]
845     - Added Italian L10Ns - Thanks Filippo Carletti [SF: 1309266]
846    
847     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
848     - [4.15.4-45]
849     - Added Italian for Please wait - we should do this through gettext
850     or similar [SF: 1309288]
851    
852     * Thu Sep 29 2005 Gordon Rowell <gordonr@e-smith.com>
853     - [4.15.4-44]
854     - Reword Master DNS Server screen as "Corporated DNS Server", in
855     line with domains panel [gordonr MN00096914]
856    
857     * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
858     - [4.15.4-43]
859     - German L10Ns for userpassword and console - Thanks Dietmar Berteld
860     [SF: 1293325]
861    
862     * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
863     - [4.15.4-42]
864     - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
865    
866     * Sun Sep 25 2005 Gordon Rowell <gordonr@e-smith.com>
867     - [4.15.4-41]
868     - Added "de" to pleasewait ugliness case statement and
869     sorted the list alphabetically [SF: 1293325]
870    
871     * Fri Sep 23 2005 Gordon Rowell <gordonr@e-smith.com>
872     - [4.15.4-40]
873     - Convert [s]smtpfront-qmail to [s]smtpd in migrate fragment [SF: 1291265]
874    
875     * Thu Sep 22 2005 Charlie Brady <charlieb@e-smith.com>
876     - [4.15.4-39]
877     - Add preliminary support for ethernet bonding on local interface.
878     - Modify user-modify-unix so that usermod is not called to change
879     shell or GCOS field unless they need to change.
880    
881     * Mon Sep 12 2005 Charlie Brady <charlieb@e-smith.com>
882     - [4.15.4-38]
883     - Update filelist entries for databases which have moved
884     from /home/e-smith to /home/e-smith/db [SF: 1216546]
885    
886     * Tue Sep 6 2005 Tony Clayton <apc@e-smith.com>
887     - [4.15.4-37]
888     - Create /mnt/floppy symlink if required in post-{install,upgrade}.
889     [MN00095821]
890     - Haldaemon race conditions seem quite recalcitrant, so don't try to create
891     /mnt/cdrom symlink. [SF: 1260322]
892     - Disable CTRL-C in console [tonyc SF: 1264697]
893     - Catch CTRL-C in console during Test Internet [tonyc SF: 1264697]
894    
895     * Tue Sep 6 2005 Charlie Brady <charlieb@e-smith.com>
896     - [4.15.4-36]
897     - Rework user-group-modify to work around perl bug in getgrent(). [SF 1276553]
898    
899     * Tue Sep 6 2005 Charlie Brady <charlieb@e-smith.com>
900     - [4.15.4-35]
901     - Also create /mnt/floppy symlink if required. [MN00095821]
902    
903     * Mon Sep 5 2005 Gordon Rowell <gordonr@e-smith.com>
904     - [4.15.4-34]
905     - Re-add Master DNS Server console screen [gordonr MN00096910, MN00088222]
906    
907     * Fri Sep 2 2005 Charlie Brady <charlieb@e-smith.com>
908     - [4.15.4-33]
909     - Fix race condition in /mnt/cdrom symlink creation, by creating
910     symlink from haldaemon action. [SF: 1260322]
911    
912     * Thu Sep 1 2005 Charlie Brady <charlieb@e-smith.com>
913     - [4.15.4-32]
914     - Really create /mnt/cdrom symlink if required. [SF: 1260322]
915    
916     * Tue Aug 30 2005 Shad Lords <slords@mail.com>
917     - [4.15.4-31]
918     - Update services entries to conform with RHEL4 services [SF: 1276479]
919    
920     * Mon Aug 29 2005 Charlie Brady <charlieb@e-smith.com>
921     - [4.15.4-30]
922     - Correctly handle multiple net specification in ValidFrom for httpd-admin.
923     [SF: 1273756]
924    
925     * Tue Aug 23 2005 Charlie Brady <charlieb@e-smith.com>
926     - [4.15.4-29]
927     - Fix taint problem in license text in option 6 of the console menu.
928     [SF: 1267284]
929    
930     * Tue Aug 23 2005 Gordon Rowell <gordonr@gormand.com.au>
931     - [4.15.4-28]
932     - Respect Shell property of user accounts [SF: 1266706]
933    
934     * Thu Aug 18 2005 Charlie Brady <charlieb@e-smith.com>
935     - [4.15.4-27]
936     - Modify /sbin/e-smith/service so that it runs /sbin/service unless
937     runlevel is 7. [SF: 1237968]
938     - Only prefix /sbin/e-smith to PATH if user is root. [SF: 1250579]
939    
940     * Tue Aug 16 2005 Charlie Brady <charlieb@e-smith.com>
941     - [4.15.4-26]
942     - Add Requires for bridge-utils and vconfig.
943    
944     * Tue Aug 16 2005 Charlie Brady <charlieb@e-smith.com>
945     - [4.15.4-25]
946     - Add "Requires: rssh".
947    
948     * Mon Aug 15 2005 Charlie Brady <charlieb@e-smith.com>
949     - [4.15.4-24]
950     - Update %ghost filelist entries for databases which have moved
951     from /home/e-smith to /home/e-smith/db [SF: 1216546]
952    
953     * Mon Aug 15 2005 Charlie Brady <charlieb@e-smith.com>
954     - [4.15.4-23]
955     - Create /mnt/cdrom symlink if required. [SF: 1260322]
956    
957     * Thu Aug 11 2005 Charlie Brady <charlieb@e-smith.com>
958     - [4.15.4-22]
959     - Add Requires: whiptail so that the out fork of whiptail from the
960     newt package is installed on upgrade.
961    
962     * Tue Aug 9 2005 Charlie Brady <charlieb@e-smith.com>
963     - [4.15.4-21]
964     - Add Requires: headers for all the additional standard daemons, to
965     ensure they are installed on upgrade.
966    
967     * Tue Aug 9 2005 Shad Lords <slords@mail.com>
968     - [4.15.4-20]
969     - Change httpd-admin access from local to localhost [SF: 1246986]
970     - Change console to use 980 instead of https to avoid warnings [SF: 1246182]
971     - tie console to new httpd-admin{TCPPort} property. [SF: 1246986]
972    
973     * Tue Aug 2 2005 Shad Lords <slords@email.com>
974     - [4.15.4-19]
975     - Add TCPPort and access for httpd-admin [SF: 1246986]
976     - Fix UnsavedChanges in console [SF: 1245238]
977    
978     * Thu Jul 28 2005 Charlie Brady <charlieb@e-smith.com>
979     - [4.15.4-18]
980     - Remove all use db_ API except in console (which will come later).
981    
982     * Wed Jul 27 2005 Shad Lords <slords@mail.com>
983     - [4.15.4-17]
984     - Add systemid property to sysconfig db record. [SF: 1246367]
985    
986     * Wed Jul 27 2005 Shad Lords <slords@mail.com>
987     - [4.15.4-16]
988     - Upgrade database APIs to latest standard.
989     - Move databases from /home/e-smith to /home/e-smith/db [SF: 1216546]
990    
991     * Wed Jul 27 2005 Shad Lords <slords@mail.com>
992     - [4.15.4-15]
993     - Use https to access server-manager from console, to avoid redirect
994     problems. [SF: 1246182]
995    
996     * Wed Jul 27 2005 Shad Lords <slords@mail.com>
997     - [4.15.4-14]
998     - Remove hwconfig db default entry. [SF: 1246180]
999    
1000     * Wed Jul 27 2005 Charlie Brady <charlieb@e-smith.com>
1001     - [4.15.4-13]
1002     - Remove checking against 32 group limit from UI. Thanks to Gordon Rowell
1003     for the main patch. [SF: 1245421]
1004    
1005     * Tue Jul 26 2005 Charlie Brady <charlieb@e-smith.com>
1006     - [4.15.4-12]
1007     - Patches from Shad Lords.
1008     - Complete fix of user password validation started in 4.15.3-06.
1009     [SF: 1242098]
1010     - Change default password strength to "strong". [SF: 1246178]
1011    
1012     * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
1013     - [4.15.4-11]
1014     - Patches submitted by Gordon Rowell.
1015     - Change /etc/modules.conf templates to /etc/modprobe.conf
1016     and add templates.metadata/etc/modprobe.conf [SF: 1227251]
1017     - Remove fragments 10appletalk and 95ModulePaths, since they are
1018     for very old migrations of /etc/modules.conf
1019    
1020     * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
1021     - [4.15.4-10]
1022     - Move quota setup in fstab template into e-smith-quota, where it
1023     belongs.
1024    
1025     * Tue Jul 12 2005 Charlie Brady <charlieb@e-smith.com>
1026     - [4.15.4-09]
1027     - Add default db entries for messagebus and haldaemon. [SF: 1225899]
1028    
1029     * Tue Jul 12 2005 Charlie Brady <charlieb@e-smith.com>
1030     - [4.15.4-08]
1031     - Add messagebus and haldaemon services, so that cdrom mount point
1032     etc is created as required. [SF: 1225899]
1033    
1034     * Fri Jul 8 2005 Charlie Brady <charlieb@e-smith.com>
1035     - [4.15.4-07]
1036     - Add miscelleous performance related standard RHEL/CentOS services.
1037    
1038     * Thu Jul 7 2005 Charlie Brady <charlieb@e-smith.com>
1039     - [4.15.4-06]
1040     - Add RAID monitoring service. [SF: 1222143]
1041    
1042     * Tue Jul 5 2005 Charlie Brady <charlieb@e-smith.com>
1043     - [4.15.4-05]
1044     - Fix log noise from DynDNS update script. [SF: 1231871]
1045    
1046     * Fri Jun 24 2005 Charlie Brady <charlieb@e-smith.com>
1047     - [4.15.4-04]
1048     - Change default domain name setting - I'm sure that xxx is deprecated.
1049    
1050     * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
1051     - [4.15.4-03]
1052     - Deal gracefully with missing /etc/sysconfig/keyboard file.
1053    
1054     * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
1055     - [4.15.4-02]
1056     - Remove "random" service startup symlink - no longer required, as
1057     prng is seeded by rc.sysinit.
1058    
1059     * Tue Jun 21 2005 Charlie Brady <charlieb@e-smith.com>
1060     - [4.15.4-01]
1061     - Make new development stream - 4.15.4
1062    
1063     * Mon Jun 20 2005 Charlie Brady <charlieb@e-smith.com>
1064     - [4.15.3-07]
1065     - Move httpd-admin logging from inside /var/log/httpd to /var/log/httpd-admin.
1066     - Remove mouseconfig hack. [MN00057145]
1067    
1068     * Fri Jun 17 2005 Charlie Brady <charlieb@e-smith.com>
1069     - [4.15.3-06]
1070     - Fix password strength checking of user passwords. [SF: 1222255]
1071    
1072     * Thu Jun 16 2005 Charlie Brady <charlieb@e-smith.com>
1073     - [4.15.3-05]
1074     - Prefix /sbin/e-smith to $PATH, rather than append. [SF: 1222092]
1075    
1076     * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
1077     - [4.15.3-04]
1078     - Fix set-external-ip in case of missing ExternalIP db record. [SF: 1217877]
1079    
1080     * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
1081     - [4.15.3-03]
1082     - Remove smbpasswd references from chap-secrets file. Don't re-expand
1083     chap-secrets file during various user related events. [SF: 1215401]
1084    
1085     * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
1086     - [4.15.3-02]
1087     - Break up template for /etc/shells into fragments, and add
1088     /usr/bin/rssh. [SF: 1220145]
1089    
1090     * Thu Jun 9 2005 Charlie Brady <charlieb@e-smith.com>
1091     - [4.15.3-01]
1092     - Roll new development stream - 4.15.3
1093    
1094     %prep
1095     %setup
1096     %patch1 -p1
1097     %patch2 -p1
1098     %patch3 -p1
1099     %patch4 -p1
1100     %patch5 -p1
1101     %patch6 -p1
1102     %patch7 -p1
1103     %patch8 -p1
1104     %patch9 -p1
1105     %patch10 -p1
1106     %patch11 -p1
1107     %patch12 -p1
1108     %patch13 -p1
1109     %patch14 -p1
1110     %patch15 -p1
1111     %patch16 -p1
1112     %patch17 -p1
1113     %patch18 -p1
1114     %patch19 -p1
1115     %patch20 -p1
1116     %patch21 -p1
1117     %patch22 -p1
1118     %patch23 -p1
1119     %patch24 -p1
1120     %patch25 -p1
1121     %patch26 -p1
1122     %patch27 -p1
1123     %patch28 -p1
1124     %patch29 -p1
1125     %patch30 -p1
1126     %patch31 -p1
1127     %patch32 -p1
1128     %patch33 -p1
1129     %patch34 -p1
1130     %patch35 -p1
1131     %patch36 -p1
1132     %patch37 -p1
1133     %patch38 -p1
1134     %patch39 -p1
1135     %patch40 -p1
1136     %patch41 -p1
1137     %patch42 -p1
1138     %patch43 -p1
1139     %patch44 -p1
1140     %patch45 -p1
1141     %patch46 -p1
1142 slords 1.2 %patch47 -p1
1143 slords 1.1
1144     rm -rf root/etc/e-smith/db/configuration/defaults/httpd-admin
1145     rm -rf root/etc/e-smith/templates/etc/identd.masq
1146    
1147     %pre
1148     if [ -d /etc/e-smith/locale/fr-ca -a ! -L /etc/e-smith/locale/fr-ca ]
1149     then
1150     cd /etc/e-smith/locale
1151    
1152     [ -L fr ] && rm fr
1153     mkdir fr
1154     mv fr-ca/* fr
1155     rmdir fr-ca
1156     fi
1157    
1158     [ ! -L /etc/e-smith/locale/fr-ca ] && ln -s fr /etc/e-smith/locale/fr-ca
1159    
1160     /sbin/e-smith/create-system-user smelog 1002 \
1161     'smelog log user' /var/log/smelog /bin/false
1162     /sbin/e-smith/create-system-user smelastsys 2999 \
1163     'sme last system user marker' /tmp /bin/false
1164    
1165     %post
1166    
1167     %build
1168     # Force creation of potentially empty directories
1169     mkdir -p root/etc/e-smith/licenses
1170     mkdir -p root/etc/e-smith/skel/user/.ssh
1171     mkdir -p root/etc/e-smith/skel/user/home
1172     mkdir -p root/etc/e-smith/skel/user/Maildir/{cur,new,tmp}
1173     mkdir -p root/etc/e-smith/skel/e-smith/files/users
1174     mkdir -p root/etc/e-smith/skel/e-smith/files/users/admin/home
1175     mkdir -p root/etc/e-smith/skel/e-smith/files/primary/{cgi-bin,files,html}
1176     mkdir -p root/etc/e-smith/skel/e-smith/Maildir/{cur,new,tmp}
1177     mkdir -p root/etc/e-smith/templates{,-custom,-user,-user-custom}
1178     mkdir -p root/home/e-smith/files/{users,server-resources}
1179     mkdir -p root/home/e-smith/files/users/admin/home
1180     mkdir -p root/home/e-smith/Maildir/{cur,new,tmp}
1181     mkdir -p root/root/.ssh
1182     mkdir -p root/var/log/wan
1183    
1184     %if "%_build_arch" == "i386"
1185     echo "enabled" > root/etc/e-smith/db/configuration/defaults/apmd/status
1186     %else
1187     echo "disabled" > root/etc/e-smith/db/configuration/defaults/apmd/status
1188     %endif
1189    
1190     LEXICONS=$(find root/etc/e-smith/web/{functions,panels/password/cgi-bin} \
1191     -type f | grep -v CVS | grep -v pleasewait)
1192    
1193     for lexicon in $LEXICONS
1194     do
1195     /sbin/e-smith/validate-lexicon $lexicon
1196     done
1197    
1198     /sbin/e-smith/generate-lexicons
1199    
1200     perl createlinks
1201     /sbin/e-smith/buildtests 10e-smith-base
1202     ln -s /etc/rc.d/rc.local root/etc/rc.d/init.d/local
1203     mkdir -p root/etc/rc6.d
1204     mkdir -p root/etc/rc.d/rc7.d
1205     ln -s /etc/rc.d/rc7.d root/etc/rc7.d
1206     # Improve "telinit 1 behaviour
1207     mkdir -p root/etc/rc.d/rc1.d
1208    
1209     mkdir -p root/usr/share/locale/en_US/LC_MESSAGES
1210     xgettext -o root/usr/share/locale/en_US/LC_MESSAGES/server-console.po root/sbin/e-smith/console
1211    
1212     mkdir -p root/etc/e-smith/locale
1213     # Make the fr-ca link in %pre to ease upgrades
1214     # ln -s fr root/etc/e-smith/locale/fr-ca
1215     ln -s en-us root/etc/e-smith/locale/en
1216     ln -s en-us root/etc/e-smith/locale/en-au
1217     ln -s en-us root/etc/e-smith/locale/en-gb
1218     ln -s en-us root/etc/e-smith/locale/en-nz
1219    
1220     mkdir -p root/etc/e-smith/templates/etc/dhcpc/dhcpcd.exe
1221     ln -s /etc/e-smith/templates-default/template-begin-shell \
1222     root/etc/e-smith/templates/etc/dhcpc/dhcpcd.exe/template-begin
1223    
1224     for file in ftp imap login passwd proftpd pwauth system-auth
1225     do
1226     mkdir -p root/etc/e-smith/templates/etc/pam.d/$file
1227     ln -s /etc/e-smith/templates-default/template-begin-pam \
1228     root/etc/e-smith/templates/etc/pam.d/$file/template-begin
1229     done
1230    
1231     mkdir -p root/service
1232     mkdir -p root/etc/rc.d/init.d/supervise
1233    
1234     for service in dhcpd wan ippp syslog klogd
1235     do
1236     ln -s /var/service/$service root/service/$service
1237     mkdir -p root/var/service/$service/supervise
1238     touch root/var/service/$service/down
1239     if [ -d root/var/service/$service/log ]
1240     then
1241     mkdir -p root/var/service/$service/log/supervise
1242     mkdir -p root/var/log/$service
1243     fi
1244     ln -s ../daemontools root/etc/rc.d/init.d/supervise/$service
1245     done
1246    
1247     # Remove (for now) supervised syslog and klogd services
1248     rm root/etc/rc.d/init.d/supervise/{syslog,klogd}
1249     rm root/service/{syslog,klogd}
1250    
1251     mkdir -p root/etc/e-smith/events/local
1252     mkdir -p root/etc/e-smith/events/user-modify-admin
1253     mkdir -p root/home/e-smith/db
1254     touch root/home/e-smith/db/configuration
1255    
1256     mkdir -p root/etc/e-smith/pam
1257     mkdir -p root/home/e-smith/ssl.key
1258     mkdir -p root/home/e-smith/ssl.crt
1259     mkdir -p root/home/e-smith/ssl.pem
1260    
1261     mkdir -p root/var/state/e-smith
1262    
1263     for file in %{dbfiles}
1264     do
1265     mkdir -p root/etc/e-smith/db/$file/{defaults,migrate,force}
1266     # Create ghost file for rpm
1267     touch root/home/e-smith/db/$file
1268     done
1269    
1270     mkdir -p root/etc/tcprules
1271    
1272     mkdir -p root/service
1273     touch root/var/service/wan/down
1274    
1275     ln -s /var/service/raidmonitor root/service/raidmonitor
1276    
1277     mkdir -p root/var/service/raidmonitor/supervise
1278     touch root/var/service/raidmonitor/down
1279    
1280     mkdir -p root/var/service/raidmonitor/log/supervise
1281    
1282     mkdir -p root/var/log/raidmonitor
1283    
1284     %install
1285     rm -rf $RPM_BUILD_ROOT
1286     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
1287     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
1288     --file /etc/cron.daily/conf-mod_ssl 'attr(0544,root,root)' \
1289     --file /etc/rc.d/rc.e-smith 'attr(0750,root,root)' \
1290     --dir /var/service/dhcpd 'attr(01755,root,root)' \
1291     --file /var/service/dhcpd/down 'attr(0644,root,root)' \
1292     --file /var/service/dhcpd/run 'attr(0755,root,root)' \
1293     --dir /var/service/dhcpd/log 'attr(0755,root,root)' \
1294     --dir /var/service/dhcpd/log/supervise 'attr(0700,root,root)' \
1295     --dir /var/service/dhcpd/supervise 'attr(0700,root,root)' \
1296     --file /var/service/dhcpd/log/run 'attr(0755,root,root)' \
1297     --dir /var/log/dhcpd 'attr(2750,smelog,smelog)' \
1298     --dir /var/service/raidmonitor 'attr(01755,root,root)' \
1299     --file /var/service/raidmonitor/down 'attr(0644,root,root)' \
1300     --file /var/service/raidmonitor/run 'attr(0755,root,root)' \
1301     --dir /var/service/raidmonitor/log 'attr(0755,root,root)' \
1302     --dir /var/service/raidmonitor/log/supervise 'attr(0700,root,root)' \
1303     --dir /var/service/raidmonitor/supervise 'attr(0700,root,root)' \
1304     --file /var/service/raidmonitor/log/run 'attr(0755,root,root)' \
1305     --dir /var/log/raidmonitor 'attr(2750,smelog,smelog)' \
1306     --file /var/service/syslog/run 'attr(0755,root,root)' \
1307     --file /var/service/syslog/down 'attr(0644,root,root)' \
1308     --file /var/service/klogd/run 'attr(0755,root,root)' \
1309     --file /var/service/klogd/down 'attr(0644,root,root)' \
1310     --dir /etc/e-smith/pam 'attr(0700,root,root)' \
1311     --dir /home/e-smith/ssl.key 'attr(0700,root,root)' \
1312     --dir /home/e-smith/ssl.crt 'attr(0700,root,root)' \
1313     --dir /home/e-smith/ssl.pem 'attr(0700,root,root)' \
1314     --dir /var/service/wan 'attr(1755,root,root)' \
1315     --file /var/service/wan/down 'attr(0644,root,root)' \
1316     --file /var/service/wan/run 'attr(0750,root,root)' \
1317     --file /var/service/wan/run.dhclient 'attr(0750,root,root)' \
1318     --file /var/service/wan/run.pppoe 'attr(0750,root,root)' \
1319     --file /var/service/wan/run.static 'attr(0750,root,root)' \
1320     --file /var/service/wan/run.dialup 'attr(0750,root,root)' \
1321     --file /var/service/wan/run.disabled 'attr(0750,root,root)' \
1322     --dir /var/service/wan/supervise 'attr(0700,root,root)' \
1323     --dir /var/service/wan/log 'attr(1755,root,root)' \
1324     --file /var/service/wan/log/run 'attr(0750,root,root)' \
1325     --dir /var/service/wan/log/supervise 'attr(0700,root,root)' \
1326     --dir /var/log/wan 'attr(2750,smelog,smelog)' \
1327     --dir /var/service/ippp 'attr(1755,root,root)' \
1328     --file /var/service/ippp/down 'attr(0644,root,root)' \
1329     --file /var/service/ippp/run 'attr(0750,root,root)' \
1330     --dir /var/service/ippp/supervise 'attr(0700,root,root)' \
1331     --dir /var/service/ippp/log 'attr(1755,root,root)' \
1332     --file /var/service/ippp/log/run 'attr(0750,root,root)' \
1333     --dir /var/service/ippp/log/supervise 'attr(0700,root,root)' \
1334     --dir /var/log/ippp 'attr(2750,smelog,smelog)' \
1335     --dir /etc/e-smith/skel/user/.ssh 'attr(0700,root,root)' \
1336     > %{name}-%{version}-%{release}-filelist
1337    
1338     mkdir -p $RPM_BUILD_ROOT/home/e-smith/db
1339     for file in %{dbfiles}
1340     do
1341     # Create ghost file for rpm
1342     touch $RPM_BUILD_ROOT/home/e-smith/db/$file
1343     echo "%config(noreplace) %attr(0640,root,admin) /home/e-smith/db/$file" \
1344     >> %{name}-%{version}-%{release}-filelist
1345     done
1346     echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
1347    
1348     %clean
1349     rm -rf $RPM_BUILD_ROOT
1350    
1351     %files -f %{name}-%{version}-%{release}-filelist
1352     %defattr(-,root,root)

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