/[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.13 - (hide annotations) (download)
Sat Oct 4 22:54:16 2008 UTC (15 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-manager-1_14_0-20_el5_sme
Changes since 1.12: +6 -1 lines
Updates

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

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