/[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.8 - (show annotations) (download)
Wed Mar 6 20:20:26 2013 UTC (11 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-manager-2_4_0-6_el6_sme
Changes since 1.7: +8 -2 lines
* Wed Mar 6 2013 Shad L. Lords <slords@mail.com> 2.4.0-6.sme
- Correct path to pwauth [SME: 7319]

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

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