/[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.4 - (show annotations) (download)
Sat Mar 22 22:45:07 2008 UTC (16 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-manager-1_14_0-12_el5_sme
Changes since 1.3: +6 -1 lines
* Sat Mar 22 2008 Shad L. Lords <slords@mail.com> 1.14.0-12
- Fix UTF-8 encoding in header and nav-conf [SME: 4072]

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

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