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

Contents of /rpms/smeserver-manager/sme10/smeserver-manager.spec

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


Revision 1.12 - (show annotations) (download)
Mon Jan 27 09:34:11 2020 UTC (4 years, 4 months ago) by michel
Branch: MAIN
CVS Tags: smeserver-manager-0_1_0-9_el7_sme
Changes since 1.11: +10 -2 lines
make: « clog » est à jour.

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

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