/[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.17 - (hide annotations) (download)
Tue Apr 7 13:29:49 2020 UTC (4 years, 2 months ago) by brianr
Branch: MAIN
CVS Tags: smeserver-manager-0_1_0-14_el7_sme
Changes since 1.16: +8 -2 lines
* Tue Apr 07 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-14.sme
- Add in portforwarding panel
- Clean up localnetwork panel code

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

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