/[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.22 - (hide annotations) (download)
Tue Apr 14 13:28:09 2020 UTC (4 years, 2 months ago) by michel
Branch: MAIN
CVS Tags: smeserver-manager-0_1_0-19_el7_sme
Changes since 1.21: +7 -2 lines
make: « clog » est à jour.

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

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