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

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

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


Revision 1.20 - (show annotations) (download)
Wed Jun 15 07:26:47 2016 UTC (7 years, 11 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-manager-2_6_0-9_el6_sme
Changes since 1.19: +5 -2 lines
* Wed Jun 15 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-9.sme
- Better syntax for removing Indexes option for the manager [SME: 9589]

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

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