/[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.12 - (hide annotations) (download)
Wed Jun 15 17:46:24 2016 UTC (7 years, 11 months ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-manager-2_8_0-11_el7_sme
Changes since 1.11: +8 -2 lines
* Wed Jun 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-11.sme
- change link for donation to koozali.org  [SME: 9599]

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

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