/[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.28 - (hide annotations) (download)
Sun Mar 26 03:34:56 2017 UTC (7 years, 2 months ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-manager-2_6_0-16_el6_sme
Changes since 1.27: +11 -3 lines
* Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-16.sme
- fix too short timeout in server-manager [SME: 10186]
- now 30 min as default instead of 5
- possibility to change this and adapt the default 0.66 of timeout remaining to reset it
- by default only a session cookie, can activate persistent cookie
- sha256 as encryption.

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

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