/[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.20 - (hide annotations) (download)
Sun Mar 26 03:47:54 2017 UTC (7 years, 2 months ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-manager-2_8_0-18_el7_sme
Changes since 1.19: +9 -2 lines
* Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-18.sme
- avoid internal server error if empty back parameter [SME: 10167]
- return user friendly message

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

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