/[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.13 - (hide annotations) (download)
Wed Feb 19 20:05:06 2020 UTC (4 years, 4 months ago) by michel
Branch: MAIN
CVS Tags: smeserver-manager-0_1_0-10_el7_sme
Changes since 1.12: +8 -2 lines
* Wed Feb 19 2020 Michel Begue <mab974@gmail.com> 0.1.0-10.sme
- add panels : domains, hostentries and pseudonyms
- remove old navigation menu

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