/[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.10 - (hide annotations) (download)
Wed Jan 22 13:50:10 2020 UTC (4 years, 4 months ago) by michel
Branch: MAIN
CVS Tags: smeserver-manager-0_1_0-7_el7_sme
Changes since 1.9: +14 -3 lines
make: « clog » est à jour.

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

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