/[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.31 - (hide annotations) (download)
Sat Feb 2 18:35:45 2019 UTC (5 years, 4 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-manager-2_8_0-28_el7_sme
Changes since 1.30: +3 -3 lines
* Sun Feb 04 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-28.sme
- add message to indicate EOL after Jun 30 2024 fix [SME: 10170]

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

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