/[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.51 - (hide annotations) (download)
Mon Apr 28 23:21:29 2008 UTC (16 years, 1 month ago) by slords
Branch: MAIN
CVS Tags: e-smith-base-4_18_1-13_el5_sme
Changes since 1.50: +2 -2 lines
Update requires

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

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