/[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.20 - (show annotations) (download)
Sat Aug 7 14:34:28 2010 UTC (13 years, 10 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-manager-2_2_0-6_el5_sme
Changes since 1.19: +7 -2 lines
Remove empty <p> tag from /etc/e-smith/web/common/foot.tmpl, by Daniel [SME: 5905]

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

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