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

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

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


Revision 1.7 - (hide annotations) (download)
Mon Jun 13 09:36:23 2016 UTC (7 years, 11 months ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-manager-2_8_0-7_el7_sme
Changes since 1.6: +8 -2 lines
* Mon Jun 13 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-7.sme
- fix 307 redirection to http when https is used [SME: 8825] [SME: 9583]
- update syntaxe for TKT Auth

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

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