/[smeserver]/rpms/e-smith-manager/sme9/e-smith-manager.spec
ViewVC logotype

Annotation of /rpms/e-smith-manager/sme9/e-smith-manager.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.15 - (hide annotations) (download)
Fri Feb 5 16:41:09 2016 UTC (8 years, 3 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-manager-2_6_0-4_el6_sme
Changes since 1.14: +6 -2 lines
* Fri Feb 5 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-4.sme
- Really don't redirect to http when login in/out of the server-manager
  [SME: 9163]

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

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