/[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.16 - (hide annotations) (download)
Sun Mar 29 15:20:59 2020 UTC (4 years, 2 months ago) by brianr
Branch: MAIN
CVS Tags: smeserver-manager-0_1_0-13_el7_sme
Changes since 1.15: +13 -6 lines
* Sun Mar 29 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-13.sme
- Remove Db call in LN_del template
- Use Sme-error css class and make sure parameters applied to error message
- Remove creation of AdminLTE directories on install

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

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