/[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.29 - (hide annotations) (download)
Sun Mar 26 04:04:36 2017 UTC (7 years, 2 months ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-manager-2_6_0-17_el6_sme
Changes since 1.28: +9 -2 lines
* Sun Mar 26 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-17.sme
- avoid internal server error if empty back parameter [SME: 10187]
- return user friendly message

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

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