/[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.1 - (show annotations) (download)
Tue Jun 12 19:07:38 2007 UTC (16 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-manager-1_14_0-7_el5_sme
Import on branch sme8 of package e-smith-manager-1.14.0-7.el5.sme.src.rpm

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

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