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