/[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.22 - (hide annotations) (download)
Wed Apr 5 14:37:42 2017 UTC (7 years, 2 months ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-manager-2_8_0-20_el7_sme
Changes since 1.21: +8 -3 lines
* Wed Apr 05 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-20.sme
- fix warning uninitialized value in lc [SME: 10209]

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

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