/[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.46 - (hide annotations) (download)
Thu Apr 3 02:22:30 2008 UTC (16 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-base-4_18_1-9_el5_sme
Changes since 1.45: +6 -1 lines
* Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-9
- Remove quitConsole from menu [SME: 4154]

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

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