/[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.19 - (hide annotations) (download)
Sun Jan 31 11:36:15 2010 UTC (14 years, 4 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-manager-2_2_0-5_el5_sme
Changes since 1.18: +6 -1 lines
* Sun Jan 31 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme
- Only display error messages intended for admin in server-manager [SME: 5700]

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

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