/[smeserver]/rpms/e-smith-manager/sme8/e-smith-manager.spec
ViewVC logotype

Contents of /rpms/e-smith-manager/sme8/e-smith-manager.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.24 - (show annotations) (download)
Sat Oct 12 14:21:31 2013 UTC (10 years, 8 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-manager-2_2_0-10_el5_sme
Changes since 1.23: +5 -2 lines
* Fri Oct 11 2013 Ian Wells <esmith@wellsi.com> 2.2.0-10.sme
- Correct distro name from SME to SME Server on login page [SME: 7879]

1 # $Id: e-smith-manager.spec,v 1.23 2013/10/11 15:11:13 wellsi Exp $
2
3 Summary: e-smith manager navigation module
4 %define name e-smith-manager
5 Name: %{name}
6 %define version 2.2.0
7 %define release 10
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: GPL
11 Group: Networking/Daemons
12 Source: %{name}-%{version}.tar.gz
13 Patch0: e-smith-manager-2.2.0-bug5022.patch
14 Patch1: e-smith-manager-2.2.0-unsavedchanges2.patch
15 Patch2: e-smith-manager-2.2.0-bug5656.patch
16 Patch3: e-smith-manager-2.2.0-display-admin-only-messages-only-for-server-manager.patch
17 Patch4: e-smith-manager-2.2.0-remove_empty_p.patch
18 Patch5: e-smith-manager-2.2.0-Back.patch
19 Patch6: e-smith-manager-2.2.0-remove_mod_ssl.patch
20 Patch7: e-smith-manager-2.2.0-login-donate.patch
21 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
22 BuildRequires: e-smith-devtools
23 BuildRequires: gettext
24 BuildArchitectures: noarch
25 Requires: e-smith-lib >= 1.18.0-26
26 Requires: mod_auth_tkt
27 Provides: server-manager
28 AutoReqProv: no
29
30 %changelog
31 * Fri Oct 11 2013 Ian Wells <esmith@wellsi.com> 2.2.0-10.sme
32 - Correct distro name from SME to SME Server on login page [SME: 7879]
33
34 * Fri Oct 11 2013 Ian Wells <esmith@wellsi.com> 2.2.0-9.sme
35 - Add donation text to login page, by John Crisp [SME: 7879]
36
37 * Sat Jun 8 2013 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-8.sme
38 - Do not load mod_ssl [SME: 7663]
39
40 * Wed Feb 27 2013 Ian Wells <esmith@wellsi.com> 2.2.0-7.sme
41 - Correct processing of server-manager URL [SME: 7037]
42
43 * Sat Aug 7 2010 Ian Wells <esmith@wellsi.com> 2.2.0-6.sme
44 - Remove empty <p> tag from /etc/e-smith/web/common/foot.tmpl, by Daniel [SME: 5905]
45
46 * Sun Jan 31 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme
47 - Only display error messages intended for admin in server-manager [SME: 5700]
48
49 * Wed Dec 9 2009 Charlie Brady <charlieb@budge.apana.org.au> 2.2.0-4.sme
50 - Fix css validation errors. [SME: 5656]
51
52 * Fri Sep 18 2009 Stephen Noble <support@dungog.net> 2.2.0-4.sme
53 - display reconfigure warning once if UnsavedChanges=yes [SME: 5475]
54
55 * Fri Sep 18 2009 Stephen Noble <support@dungog.net> 2.2.0-3.sme
56 - display reconfigure warning if UnsavedChanges=yes [SME: 5475]
57
58 * Sun Apr 26 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme
59 - Fix misinterpretation of display string [SME: 5022]
60
61 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
62 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
63
64 * Sat Oct 4 2008 Shad L. Lords <slords@mail.com> 1.14.0-20
65 - Make navigation use new db class for navigation [SME: 4619]
66
67 * Thu Jul 31 2008 Shad L. Lords <slords@mail.com> 1.14.0-19
68 - Make binmode properties of db class [SME: 4317]
69 - Add new navigation db & utf8 classes [SME: 4317]
70
71 * Tue Jul 1 2008 Shad L. Lords <slords@mail.com> 1.14.0-18
72 - Fix open of database to create if necessary [SME: 4147]
73
74 * Tue May 15 2008 Shad L. Lords <slords@mail.com> 1.14.0-17
75 - No longer remove navigation dbs. [SME: 4147]
76 - Deal a little more gracefully with non UTF-8 lexicons [SME: 4229]
77
78 * Mon Mar 31 2008 Shad L. Lords <slords@mail.com> 1.14.0-16
79 - Remove navigation dbs and create new [SME: 4147]
80
81 * Fri Mar 28 2008 Shad L. Lords <slords@mail.com> 1.14.0-15
82 - Remove last remnant of pleasewait [SME: 4130]
83
84 * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 1.14.0-14
85 - Include general lexicons in nav-config [SME: 4113]
86
87 * Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.14.0-13
88 - Fix wide output to print in navigation and allow navigations db to
89 be utf8 [SME: 4101]
90
91 * Sat Mar 22 2008 Shad L. Lords <slords@mail.com> 1.14.0-12
92 - Fix UTF-8 encoding in header and nav-conf [SME: 4072]
93
94 * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-11
95 - Fix to remove spaces and newlines in panel headers [SME: 3346]
96
97 * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-10
98 - remove the FormMagick session files [SME: 3723]
99
100 * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-9
101 - Remove spaces and newlines in panel headers [SME: 3346]
102
103 * Sun Jul 01 2007 Shad L. Lords <slords@mail.com> 1.14.0-8
104 - Make login/logout no quite so verbose. [SME: 2660]
105
106 * Fri May 18 2007 Shad L. Lords <slords@mail.com> 1.14.0-7
107 - Use correct lib for modules
108
109 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
110 - Clean up spec so package can be built by koji/plague
111
112 * Mon Apr 9 2007 Stephen Noble <support@dungog.net> 1.14.0-6
113 - Convert http to https [SME: 2577]
114
115 * Mon Mar 12 2007 Gavin Weight <gweight@gmail.com> 1.14.0-5
116 - Restyle the SME Server manager login form. [SME: 2666]
117
118 * Mon Mar 05 2007 Shad L. Lords <slords@mail.com> 1.14.0-4
119 - Don't pass domain in ticket cookie (logout) unless it contains a dot [SME: 2402]
120
121 * Mon Mar 05 2007 Shad L. Lords <slords@mail.com> 1.14.0-3
122 - Don't pass domain in ticket cookie (login) unless it contains a dot [SME: 2402]
123
124 * Tue Feb 13 2007 Charlie Brady <charlie_brady@mitel.com> 1.14.0-2
125 - Deal gracefully with renamed apache modules. [SME: 2471]
126
127 * Fri Jan 26 2007 Shad L. Lords <slords@mail.com> 1.14.0-1
128 - Roll stable stream. [SME: 2328]
129
130 * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 1.13.1-13
131 - Create /etc/httpd/admin-conf directory
132
133 * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 1.13.1-12
134 - Move apache logrotate to e-smith-apache.
135 - Put quotes around 'httpd-admin' in hashes.
136
137 * Thu Jan 18 2007 Shad L. Lords <slords@mail.com> 1.13.1-11
138 - Move last httpd fragments from e-smith-base.
139
140 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
141 - Update to new release naming. No functional changes.
142 - Make Packager generic
143
144 * Mon Nov 27 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-09
145 - Randomize string used for encrypting auth tickets.
146
147 * Tue Nov 21 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-08
148 - Add ProxyPassReverse entries for server-manager passthroughs, so that
149 redirects work correctly.
150
151 * Thu Nov 16 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-07
152 - Add basic L10N in navigation-conf.
153
154 * Wed Nov 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-06
155 - Avoid use of FormMagick in navigation-conf. TODO: fix I18N.
156
157 * Mon Nov 06 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-05
158 - Simplify the sorting code in navigation (so that I can understand
159 it).
160
161 * Mon Nov 06 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-04
162 - Simplify javascript, and remove use of pleasewait script.
163
164 * Mon Nov 06 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-03
165 - Move swapClass javascript out of standard header and into just
166 navigation.
167
168 * Fri Nov 03 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-02
169 - Use mod_auth_tkt authentication for server manager access.
170
171 * Thu Nov 02 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-01
172 - Add branch tag and roll new development version.
173
174 * Wed Nov 01 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.0-06
175 - Move httpd-admin and its configuration templates from e-smith-base RPM.
176 [SME: 2023]
177
178 * Wed Nov 01 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.0-05
179 - Move more server-manager components from e-smith-base RPM. [SME: 2023]
180
181 * Wed Nov 01 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.0-04
182 - Add manager header/footer templates (moved from e-smith-base)
183 [SME: 2023]
184
185 * Wed Aug 2 2006 Michael Soulier <msoulier@digitaltorque.ca>
186 - [1.13.0-03]
187 - Fixing broken db path in patch. [SME: 107]
188
189 * Wed Mar 29 2006 Michael Soulier <michael_soulier@mitel.com>
190 - [1.13.0-02]
191 - Forward porting arbitrary menu plugins. [SME: 107]
192
193 * Wed Mar 29 2006 Michael Soulier <michael_soulier@mitel.com>
194 - [1.13.0-01]
195 - Rolling to dev.
196 [SME: 107]
197
198 * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.12.0-01
199 - Roll stable stream version. [SME: 1016]
200
201 * Tue Jan 31 2006 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-13
202 - Changed the static CSS files into directory templates, which are
203 expanded in bootstrap-console-save [SME: 408]
204
205 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-12
206 - Bump release number only
207
208 * Sun Oct 16 2005 Gordon Rowell <gordonr@e-smith.com>
209 - [1.11.0-11]
210 - Removed "table-layout: fixed;" from sme_main.css [SF: 1299779]
211
212 * Sun Oct 16 2005 Gordon Rowell <gordonr@e-smith.com>
213 - [1.11.0-10]
214 - dos2unix conversion on CSS files [SF: 1299779]
215
216 * Wed Aug 17 2005 Charlie Brady <charlieb@e-smith.com>
217 - [1.11.0-09]
218 - Remove bogus "Provides: perl(I18N::AcceptLanguage)" header. [SF: 1262438]
219
220 * Thu Jun 9 2005 Charlie Brady <charlieb@e-smith.com>
221 - [1.11.0-08]
222 - Add newly required manager/cgi-bin/{navigation,noframes} symlinks.
223 [SF: 1217426]
224
225 * Tue Jun 7 2005 Charlie Brady <charlieb@e-smith.com>
226 - [1.11.0-07]
227 - Remove references to /etc/e-smith/web/panel/manager/common
228 [SF: 1172203, 1210715]
229
230 * Tue Sep 28 2004 Michael Soulier <msoulier@e-smith.com>
231 - [1.11.0-06]
232 - Updated perl dependencies. [msoulier MN00040240]
233
234 * Tue Jul 13 2004 Michael Soulier <msoulier@e-smith.com>
235 - [1.11.0-05]
236 - Added the sme_panel_menu.css file, for tabbed menu support. Added a link to
237 it in the standard header.
238 [msoulier MN00030141]
239
240 * Thu Feb 26 2004 Michael Soulier <msoulier@e-smith.com>
241 - [1.11.0-04]
242 - Backed-out previous change. It was better before. [msoulier dpar-22042]
243
244 * Thu Feb 26 2004 Michael Soulier <msoulier@e-smith.com>
245 - [1.11.0-03]
246 - Added vertical-align: text-top; to td.sme-noborders-label to ensure that
247 text is aligned vertically at the top of the cell. [msoulier dpar-22042]
248
249 * Tue Jul 8 2003 Charlie Brady <charlieb@e-smith.com>
250 - [1.11.0-02]
251 - Check that files are executable before listing in the
252 manager navigation frame. [charlieb 9197]
253 - s/Copyright/License/.
254
255 * Tue Jul 8 2003 Charlie Brady <charlieb@e-smith.com>
256 - [1.11.0-01]
257 - Changing version to development stream number - 1.11.0
258
259 * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
260 - [1.10.0-01]
261 - Changing version to stable stream number - 1.10.0
262
263 * Mon Apr 21 2003 Gordon Rowell <gordonr@e-smith.com>
264 - [1.9.5-16]
265 - New class for error link within table cell [gordonr 8129]
266
267 * Tue Apr 8 2003 Gordon Rowell <gordonr@e-smith.com>
268 - [1.9.5-15]
269 - Removed borders around "warning" cells so they don't look like
270 they are bleeding on some browsers (e.g. Mozilla) [gordonr 8127]
271
272 * Thu Apr 3 2003 Gordon Rowell <gordonr@e-smith.com>
273 - [1.9.5-14]
274 - Make <h2> and <p> within div.{success,error} => {red,green} [gordonr 7919]
275
276 * Wed Apr 2 2003 Gordon Rowell <gordonr@e-smith.com>
277 - [1.9.5-13]
278 - Moved manager SSL fragments back to e-smith-base [gordonr 7900]
279
280 * Tue Apr 1 2003 Tony Clayton <apc@e-smith.com>
281 - [1.9.5-12]
282 - add td.sme-radiobutton css class for date/time panel [tonyc 1588]
283
284 * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
285 - [1.9.5-11]
286 - Make the question make bold [gordonr 7946]
287
288 * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
289 - [1.9.5-10]
290 - Fix SSL listen template for serveronly mode [gordonr 7900]
291
292 * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
293 - [1.9.5-09]
294 - Bind manager on port 981 to localhost only [gordonr 7900]
295
296 * Mon Mar 31 2003 Mike Dickson <miked@e-smith.com>
297 - [1.9.5-08]
298 - changed class for sme-noborders-label to width=33% rather than
299 a fixed 250px wide, due to limitations in IE6 [miked 7676]
300 - added class "sectionbar" for use [miked]
301 - modified "td.noborders-label" colour [miked]
302
303
304 * Fri Mar 28 2003 Gordon Rowell <gordonr@e-smith.com>
305 - [1.9.5-07]
306 - Changed Copyright font from 8px to 10px [gordonr 7676]
307
308 * Thu Mar 27 2003 Mark Knox <markk@e-smith.com>
309 - [1.9.5-06]
310 - Changed Help -> ? and changed formatting of current user and host [markk
311 7707]
312
313 * Thu Mar 20 2003 Tony Clayton <apc@e-smith.com>
314 - [1.9.5-05]
315 - Add css style for a.error class [tonyc 4718]
316
317 * Wed Mar 19 2003 Gordon Rowell <gordonr@e-smith.com>
318 - [1.9.5-04]
319 - Move navigation dbs to /home/e-smith/db/navigation. We shouldn't generate
320 them in /etc/e-smith/locale and we should name them by language, in case
321 we share lexicons (e.g. fr/fr-ca) [gordonr 7733]
322
323 * Sun Mar 16 2003 Mike Dickson <miked@e-smith.com>
324 - [1.9.5-03]
325 - stylesheet fixes: darkend the copyrigt text, adjuste the UL and LI tags [miked 7676]
326
327 * Thu Mar 13 2003 Mark Knox <markk@e-smith.com>
328 - [1.9.5-02]
329 - Removed 40LogoRow from header.htm templates [markk 4722]
330
331 * Thu Mar 13 2003 Mark Knox <markk@e-smith.com>
332 - [1.9.5-01]
333 - Removed product_logo.gif [markk 4722]
334
335 * Tue Mar 11 2003 Mike Dickson <miked@e-smith.com>
336 - [1.9.4-09]
337 - changed Adming to admin in header.htm templates [miked 7595]
338
339 * Thu Feb 6 2003 Mike Dickson <miked@e-smith.com>
340 - [1.9.4-08]
341 - updated the CSS to add a new "success" class [miked 7032]
342
343 * Tue Feb 4 2003 Mark Knox <markk@e-smith.com>
344 - [1.9.4-07]
345 - Refer to new SSL cert name of $SystemName.$DomainName [markk 4874]
346
347 * Mon Feb 3 2003 Mark Knox <markk@e-smith.com>
348 - [1.9.4-06]
349 - Include ValidFrom hosts in SSL allow statements [markk 6428]
350
351 * Mon Feb 3 2003 Mark Knox <markk@e-smith.com>
352 - [1.9.4-05]
353 - Also Listen on the right ports [markk 6428]
354
355 * Mon Feb 3 2003 Mark Knox <markk@e-smith.com>
356 - [1.9.4-04]
357 - Bind SSL to port 443 if no primary web server available [markk 6428]
358
359 * Sat Jan 25 2003 Mike Dickson <miked@e-smith.com>
360 - [1.9.4-03]
361 - darkened colour of copyright text [miked 6696]
362
363 * Sat Jan 25 2003 Mike Dickson <miked@e-smith.com>
364 - [1.9.4-02]
365 - removed demo class "warn" from nav script [miked 6706]
366
367 * Mon Jan 13 2003 Mike Dickson <miked@e-smith.com>
368 - [1.9.4-01]
369 - updated CSS file to show correct colour in menu, added "warn.gif" [miked 6398]
370
371 * Fri Jan 3 2003 Gordon Rowell <gordonr@e-smith.com>
372 - [1.9.3-13]
373 - Made use of esmith::I18N in navigation-conf. Renamed locale->lang
374 to make it more obvious that we are dealing with a langtag [gordonr 5212]
375
376 * Thu Jan 2 2003 Gordon Rowell <gordonr@e-smith.com>
377 - [1.9.3-12]
378 - Hide online-manual from navigation bar - now in header Help [gordonr 6394]
379
380 * Wed Jan 1 2003 Gordon Rowell <gordonr@e-smith.com>
381 - [1.9.3-11]
382 - Updated navigation script to use esmith::I18N [gordonr 5212]
383
384 * Wed Jan 1 2003 Gordon Rowell <gordonr@e-smith.com>
385 - [1.9.3-10]
386 - Spell bootstrap-console-save correctly [gordonr 5493]
387
388 * Wed Jan 1 2003 Gordon Rowell <gordonr@e-smith.com>
389 - [1.9.3-09]
390 - Work out the correct navigation.info based on browser language [gordonr 5493]
391
392 * Wed Jan 1 2003 Gordon Rowell <gordonr@e-smith.com>
393 - [1.9.3-08]
394 - Generate navigation.info files (config db format) for each supported
395 language in /etc/e-smith/locale/{language}/etc/e-smith/web/functions
396 - Read the navigation.info file for the preferred language when
397 displaying the navigation bar
398 - TODO: Actually select the correct navigation.info file [gordonr 5493]
399
400 * Tue Dec 31 2002 Gordon Rowell <gordonr@e-smith.com>
401 - [1.9.3-07]
402 - Skip non-executable files when generating nav bar [gordonr 5802]
403
404 * Fri Dec 27 2002 Mike Dickson <miked@e-smith.com>
405 - [1.9.3-06]
406 - updates and comments in the CSS files [miked 3185]
407 - commented out the two links in the header that are not ready yet
408 (log out and update available) [miked 5967 and 492]
409
410 * Mon Dec 16 2002 Mike Dickson <miked@e-smith.com>
411 - [1.9.3-05]
412 - UI Update, part of the tweaking for the new UI [miked 5494]
413
414 * Tue Dec 10 2002 Mike Dickson <miked@e-smith.com>
415 - [1.9.3-04]
416 - forgot to update header.htm fragments [miked 5494]
417
418 * Mon Dec 9 2002 Mike Dickson <miked@e-smith.com>
419 - [1.9.3-03]
420 - ui update [miked 5494]
421
422 * Mon Dec 2 2002 Mike Dickson <miked@e-smith.com>
423 - [1.9.3-02]
424 - ui update [miked 5494]
425
426 * Wed Nov 27 2002 Mike Dickson <miked@e-smith.com>
427 - [1.9.3-01]
428 - and again to make it stick
429
430 * Wed Nov 27 2002 Mike Dickson <miked@e-smith.com>
431 - [1.9.2-01]
432 - updated the header images [miked 5529]
433 - updated other UI stuff [miked 5494]
434
435 * Fri Nov 22 2002 Gordon Rowell <gordonr@e-smith.com>
436 - [1.9.1-02]
437 - templated header.htm [miked 5826]
438 - modified header.htm template to link to online-manual and blades
439 [gordonr 5826]
440
441 * Thu Nov 21 2002 Mike Dickson <miked@e-smith.com>
442 - [1.9.1-01]
443 - update to new UI system [miked 5494]
444
445 * Wed Nov 20 2002 Mike Dickson <miked@e-smith.com>
446 - [1.9.0-01]
447 - Changing to development stream; version upped to 1.9.0
448
449 * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
450 - [1.8.0-01]
451 - Roll to maintained version number to 1.8.0
452
453 * Wed Jun 19 2002 Mark Knox <markk@e-smith.com>
454 - [1.7.2-01]
455 - Move SSL mutex and cache out of /var/log [markk 3830]
456
457 * Tue Jun 18 2002 Charlie Brady <charlieb@e-smith.com>
458 - [1.7.1-01]
459 - Move admin apache SSL mutex and SSL session cache to files named admin_xxx
460 to avoid name clash with main server. [charlieb 3830]
461
462 * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
463 - [1.7.0-01]
464 - Changing version to maintained stream number to 1.7.0
465
466 * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
467 - [1.6.0-01]
468 - Changing version to maintained stream number to 1.6.0
469
470 * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
471 - [1.5.11-01]
472 - RPM rebuild forced by cvsroot2rpm
473
474 * Thu May 16 2002 Tony Clayton <apc@e-smith.com>
475 - [1.5.10-01]
476 - Pass noframes=1 as cgi param for browsers without frames [tonyc 3475]
477
478 * Thu May 16 2002 Tony Clayton <apc@e-smith.com>
479 - [1.5.9-01]
480 - use Dan McGarry's manager.css/navigation fixes for 3377 [tonyc]
481
482 * Thu May 16 2002 Tony Clayton <apc@e-smith.com>
483 - [1.5.8-01]
484 - Remove unnecessary <p> tags in navigation html [tonyc 3377]
485 - Fix navigation panel to not import symbols from fm subclasses
486 [tonyc 3109]
487
488 * Mon May 13 2002 Tony Clayton <apc@e-smith.com>
489 - [1.5.7-01]
490 - Fix navigation panel to play nice with FM subclasses [tonyc 3109]
491
492 * Fri May 10 2002 Gordon Rowell <gordonr@e-smith.com>
493 - [1.5.6-01]
494 - Tell CGI.pm to not produce xhtml [gordonr 3377]
495
496 * Tue May 7 2002 Gordon Rowell <gordonr@e-smith.com>
497 - [1.5.5-01]
498 - Missing use esmith::util [gordonr 3372]
499
500 * Wed Apr 24 2002 Gordon Rowell <gordonr@e-smith.com>
501 - [1.5.4-01]
502 - Ignore cgi-bin/internal-.* in navigation [gordonr 3202]
503
504 * Mon Apr 22 2002 Gordon Rowell <gordonr@e-smith.com>
505 - [1.5.3-01]
506 - Back out gettext() calls - esmith::FormMagic was Croaking on
507 bad lexicons for old panels. Now properly localises the navigation
508 bar if the localisations exist [gordonr 3155]
509
510 * Fri Apr 19 2002 Gordon Rowell <gordonr@e-smith.com>
511 - [1.5.2-01]
512 - Added explicit gettext() call to localize navigation bar while
513 figuring out esmith::FormMagick won't do it for me [gordonr 3155]
514
515 * Wed Apr 10 2002 Gordon Rowell <gordonr@e-smith.com>
516 - [1.5.1-01]
517 - navigation is now polymorphic and does noframes as well [gordonr #3155]
518
519 * Wed Apr 04 2002 Gordon Rowell <gordonr@e-smith.com>
520 - [1.5.0-01]
521 - Rolled to development stream [gordonr]
522
523 * Wed Apr 03 2002 Kirrily Robert <skud@e-smith.com>
524 - [1.4.4-01]
525 - Added red error messages to CSS [skud 3027]
526
527 * Thu Mar 14 2002 Gordon Rowell <gordonr@e-smith.com>
528 - [1.4.3-01]
529 - Fixed regexp for ignoring pleasewait(-.*?). Two each in
530 pleasewait/noframes. Reduced to one in each [gordonr]
531
532 * Fri Mar 1 2002 Tony Clayton <tonyc@e-smith.com>
533 - [1.4.2-01]
534 - rollRPM: Rolled version number to 1.4.2-01. Includes patches up to 1.4.1-02.
535 - mkdir panels/manager/common in spec file for CVS migration
536
537 * Fri Jan 25 2002 Tony Clayton <tonyc@e-smith.com>
538 - [1.4.1-02]
539 - added missing ')' in navigation script pleasewait munging
540
541 * Fri Jan 25 2002 Tony Clayton <tonyc@e-smith.com>
542 - [1.4.1-01]
543 - rollRPM: Rolled version number to 1.4.1-01. Includes patches up to 1.4.0-02.
544 - navigation now ignores pleasewait-* files
545
546 * Thu Jan 10 2002 Charlie Brady <charlieb@e-smith.com>
547 - [1.4.0-02]
548 - Use dated log file for ssl_engine_log. Name the file ssl_engine_log.xxxxx
549 to keep it distinct from the main web server's log file.
550
551 * Tue Dec 11 2001 Jason Miller <jay@e-smith.com>
552 - [1.4.0-01]
553 - rollRPM: Rolled version number to 1.4.0-01. Includes patches up to 1.3.0-07.
554
555 * Sat Dec 08 2001 Charlie Brady <charlieb@e-smith.com>
556 - [1.3.0-07]
557 - Move genNavigationHeader() down below the script grokking code in
558 "navigation", to help Netscape's faulty rendering.
559
560 * Wed Nov 21 2001 Charlie Brady <charlieb@e-smith.com>
561 - [1.3.0-06]
562 - Remove troublesome "Requires: e-smith-base".
563 - Remove obsolete "Requires: e-smith".
564
565 * Thu Nov 1 2001 Gordon Rowell <gordonr@e-smith.com>
566 - [1.3.0-05]
567 - Indent description within navigation headings sections
568
569 * Thu Nov 1 2001 Gordon Rowell <gordonr@e-smith.com>
570 - [1.3.0-04]
571 - Backed out patch from 1.3.0-02 - restored image to navigation frame
572
573 * Wed Oct 31 2001 Charlie Brady <charlieb@e-smith.com>
574 - [1.3.0-03]
575 - Add Mitel branding changes.
576
577 * Fri Aug 31 2001 Gordon Rowell <gordonr@e-smith.com>
578 - [1.3.0-02]
579 - Removed image from top of navigation - now in separate frame
580 - Added Provides: server-manager
581
582 * Fri Aug 31 2001 Gordon Rowell <gordonr@e-smith.com>
583 - [1.3.0-01]
584 - Rolled version number to 1.3.0-01. Includes patches upto 1.2.0-02.
585
586 * Fri Aug 17 2001 gordonr
587 - [1.2.0-02]
588 - Autorebuild by rebuildRPM
589
590 * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
591 - [1.2.0-01]
592 - Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-04.
593
594 * Tue Jul 31 2001 Adrian Chung <adrianc@e-smith.com>
595 - [1.1.0-04]
596 - moving manager.css file from manager/html to common/css
597
598 * Tue Jul 31 2001 Adrian Chung <adrianc@e-smith.com>
599 - [1.1.0-03]
600 - Adding SSL enabling templates for port 981.
601 - Adding 01localAccessString fragment for use in SSL
602 enabling templates.
603
604 * Fri Jul 27 2001 Charlie Brady <charlieb@e-smith.com>
605 - [1.1.0-02]
606 - Prepend "/server-manager" to hrefs, to allow consistent path interpretation
607 between admin and standard web server.
608
609 * Fri Jul 27 2001 Charlie Brady <charlieb@e-smith.com>
610 - [1.1.0-01]
611 - Rolled version number to 1.1.0-01. Includes patches upto 0.1.1-06.
612
613 * Tue Jul 24 2001 Adrian Chung <adrianc@e-smith.com>
614 - [0.1.1-06]
615 - Incorporating font size changes to manager.css
616
617 * Mon Jul 9 2001 Peter Samuel <peters@e-smith.com>
618 - [0.1.1-05]
619 - Updated packager information
620
621 * Fri Jul 6 2001 Peter Samuel <peters@e-smith.com>
622 - [0.1.1-04]
623 - Changed license to GPL
624
625 * Wed Jun 06 2001 Charlie Brady <charlieb@e-smith.com>
626 - [0.1.1-03]
627 - Change font setting in navigation - use css class instead.
628 - Add newlines after each link in navigation frame - so that HTML
629 source is readable.
630 - Add manager.css, which came from e-smith-base. Let's have all look&feel
631 in the one RPM.
632 - Check whether "files" in cgi-bin directory are actually directories. Skip
633 any directories.
634
635 * Mon Apr 9 2001 Adrian Chung <adrianc@e-smith.com>
636 - [0.1.1-02]
637 - changing CELLPADDING in navigation from 4 to 2.
638
639 * Wed Mar 14 2000 Charlie Brady <charlieb@e-smith.com>
640 - initial release
641
642 %description
643 This RPM contributes the navigation bars for the e-smith-manager.
644
645 %prep
646 %setup
647 %patch0 -p1
648 %patch1 -p1
649 %patch2 -p1
650 %patch3 -p1
651 %patch4 -p1
652 %patch5 -p1
653 %patch6 -p1
654 %patch7 -p1
655
656 %build
657 perl createlinks
658 mkdir -p root/home/e-smith/db/navigation
659 mkdir -p root/etc/e-smith/web/common/css
660
661 mkdir -p root/usr/share/locale/en_US/LC_MESSAGES/
662 xgettext -o root/usr/share/locale/en_US/LC_MESSAGES/foot.tmpl.po root/etc/e-smith/templates/etc/e-smith/web/common/foot.tmpl/25Copyright
663 # make header/footer symlinks
664 ln -s head.tmpl root/etc/e-smith/web/common/userpassword_head.tmpl
665 ln -s head.tmpl root/etc/e-smith/web/common/noframes_head.tmpl
666 ln -s foot.tmpl root/etc/e-smith/web/common/noframes_foot.tmpl
667
668 mkdir -p root/etc/e-smith/web/panels/manager/html
669 for file in index initial
670 do
671 ln -s ../../../functions/${file}.cgi root/etc/e-smith/web/panels/manager/html/${file}.cgi
672 done
673
674 # Force creation of potentially empty directories
675 mkdir -p root/etc/e-smith/web/{common,functions}
676 mkdir -p root/etc/e-smith/web/panels/manager/{cgi-bin,html}
677 mkdir -p root/etc/e-smith/web/panels/password/{cgi-bin,html}
678 mkdir -p root/etc/httpd/admin-conf
679
680 mkdir -p root/service
681 mkdir -p root/etc/rc.d/init.d/supervise
682 for service in httpd-admin
683 do
684 ln -s /var/service/$service root/service/$service
685 mkdir -p root/var/service/$service/supervise
686 touch root/var/service/$service/down
687 if [ -d root/var/service/$service/log ]
688 then
689 mkdir -p root/var/service/$service/log/supervise
690 mkdir -p root/var/log/$service
691 fi
692 ln -s ../daemontools root/etc/rc.d/init.d/supervise/$service
693 done
694
695 %install
696 rm -rf $RPM_BUILD_ROOT
697 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
698 rm -f %{name}-%{version}-%{release}-filelist
699 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
700 --file /etc/e-smith/web/common/cgi-bin/login 'attr(0755,root,root)' \
701 --file /etc/e-smith/web/common/cgi-bin/logout 'attr(0755,root,root)' \
702 --dir /var/service/httpd-admin 'attr(01755,root,root)' \
703 --file /var/service/httpd-admin/down 'attr(0644,root,root)' \
704 --file /var/service/httpd-admin/run 'attr(0755,root,root)' \
705 --dir /var/service/httpd-admin/log 'attr(0755,root,root)' \
706 --dir /var/service/httpd-admin/log/supervise 'attr(0700,root,root)' \
707 --dir /var/service/httpd-admin/supervise 'attr(0700,root,root)' \
708 --file /var/service/httpd-admin/log/run 'attr(0755,root,root)' \
709 --dir /var/log/httpd-admin 'attr(0750,smelog,smelog)' \
710 > %{name}-%{version}-%{release}-filelist
711 echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
712
713 %clean
714 rm -rf $RPM_BUILD_ROOT
715
716 %pre
717 %preun
718 %post
719 find /etc/e-smith/web/panels/manager/cgi-bin/ -type f | \
720 sed -n '/\/[0-9a-z]\{32\}$/p' | \
721 xargs grep -l Persisten | \
722 xargs rm -f
723
724 %postun
725
726 %files -f %{name}-%{version}-%{release}-filelist
727 %defattr(-,root,root)

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