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

Contents 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.10 - (show annotations) (download)
Wed Jun 15 07:23:23 2016 UTC (7 years, 11 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-manager-2_8_0-10_el7_sme
Changes since 1.9: +5 -2 lines
* Wed Jun 15 2016 Daniel Berteaud <daniel@firewall-services.com> 2.8.0-10.sme
- Fix syntaxe for removing Indexes options [SME: 9587]

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

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