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