/[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.9 - (hide annotations) (download)
Wed Jun 15 04:45:27 2016 UTC (7 years, 11 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-manager-2_8_0-9_el7_sme
Changes since 1.8: +7 -2 lines
* Wed Jun 15 2016 Daniel Berteaud <daniel@firewall-services.com> 2.8.0-9.sme
- Remove index option for manager's resources [SME: 9587]

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

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