/[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.8 - (hide annotations) (download)
Mon Jun 13 15:13:37 2016 UTC (7 years, 11 months ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-manager-2_8_0-8_el7_sme
Changes since 1.7: +4 -3 lines
* Mon Jun 13 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-8.sme
- fix 307 redirection to http when https is used [SME: 8825] [SME: 9583]
- update syntaxe for TKT Auth
- bump 8 for typo

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

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