/[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.2 - (show annotations) (download)
Sun Jul 1 14:28:47 2007 UTC (16 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-manager-1_14_0-8_el5_sme
Changes since 1.1: +6 -1 lines
Updates

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

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