/[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.11 - (hide annotations) (download)
Thu Jan 23 09:10:27 2020 UTC (4 years, 4 months ago) by michel
Branch: MAIN
CVS Tags: smeserver-manager-0_1_0-8_el7_sme
Changes since 1.10: +7 -2 lines
make: « clog » est à jour.

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

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