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

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

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


Revision 1.7 - (hide annotations) (download)
Sun Jan 12 20:07:49 2020 UTC (4 years, 5 months ago) by michel
Branch: MAIN
Changes since 1.6: +14 -3 lines
make: « clog » est à jour.

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

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