/[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.45 - (hide annotations) (download)
Wed Apr 2 21:26:05 2008 UTC (16 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-base-4_18_1-8_el5_sme
Changes since 1.44: +4 -1 lines
* Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-8
- Really fix free/busy in usermanager [SME: 4157]

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

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