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

Annotation 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.15 - (hide annotations) (download)
Sun Apr 26 08:16:30 2009 UTC (15 years, 1 month ago) by snetram
Branch: MAIN
CVS Tags: e-smith-manager-2_2_0-2_el5_sme
Changes since 1.14: +7 -2 lines
* Sun Apr 26 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme
- Fix misinterpretation of display string [SME: 5022]

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

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