/[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.43 - (hide annotations) (download)
Tue Apr 1 16:58:34 2008 UTC (16 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-base-4_18_1-5_el5_sme
Changes since 1.42: +6 -1 lines
* Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.18.1-5
- Add free/busy URL entry to help kronolith contribs [SME: 1806]

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

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