/[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.13 - (hide annotations) (download)
Wed Jan 6 15:05:33 2016 UTC (8 years, 4 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-manager-2_6_0-2_el6_sme
Changes since 1.12: +8 -2 lines
* Wed Jan 6 2015 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme
- Allow access to the server-manager without SSL from the loopback
  [SME: 9163]

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

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