/[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.64 - (hide annotations) (download)
Sat Sep 13 18:15:21 2008 UTC (15 years, 9 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-base-4_19_0-3_el5_sme
Changes since 1.63: +6 -1 lines
* Sat Sep 13 2008 Shad L. Lords <slords@mail.com> 4.19.0-3
- Fix detection of xen instance against newer kernels [SME: 4555]

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

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