/[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.14 - (hide annotations) (download)
Sat Feb 29 19:08:19 2020 UTC (4 years, 3 months ago) by michel
Branch: MAIN
CVS Tags: smeserver-manager-0_1_0-11_el7_sme
Changes since 1.13: +10 -2 lines
make: « clog » est à jour.

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

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