/[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.14 - (hide annotations) (download)
Tue Jul 19 12:15:41 2016 UTC (7 years, 10 months ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-manager-2_8_0-13_el7_sme
Changes since 1.13: +5 -2 lines
* Tue Jul 19 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-13.sme
- added missing template-begin for tkt.css [SME: 9676]

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

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