/[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.18 - (hide annotations) (download)
Tue Apr 7 17:56:02 2020 UTC (4 years, 2 months ago) by brianr
Branch: MAIN
CVS Tags: smeserver-manager-0_1_0-15_el7_sme
Changes since 1.17: +7 -2 lines
* Tue Apr 07 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-14.sme
- Sort out rule comment in portforwarding add panel

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

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