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