/[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.13 - (hide annotations) (download)
Tue Jul 19 10:01:28 2016 UTC (7 years, 11 months ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-manager-2_8_0-12_el7_sme
Changes since 1.12: +9 -4 lines
* Tue Jul 19 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-12.sme
- Update server-manager to Koozali branding [SME: 9676]
- We thanks John Crisp for his wonderful work.

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

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