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