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

Annotation of /rpms/e-smith-manager/sme9/e-smith-manager.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.16 - (hide annotations) (download)
Fri Mar 4 14:24:36 2016 UTC (8 years, 3 months ago) by stephdl
Branch: MAIN
CVS Tags: e-smith-manager-2_6_0-5_el6_sme
Changes since 1.15: +6 -2 lines
* Fri Mar 4 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-5.sme
- corrected typo in e-smith-manager-2.4.0-dont_rewrite_to_https_from_localhost.patch
- code from John H. Bennett III bennettj@johnbennettservices.com [SME: 9271]

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

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