/[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.32 - (hide annotations) (download)
Wed Dec 11 03:38:35 2019 UTC (4 years, 6 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-manager-2_8_0-29_el7_sme
Changes since 1.31: +8 -2 lines
* Tue Dec 10 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-29.sme
- update apache icon path [SME: 9591]

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

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