/[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.25 - (hide annotations) (download)
Fri May 8 13:02:16 2020 UTC (4 years, 1 month ago) by michel
Branch: MAIN
CVS Tags: smeserver-manager-0_1_0-22_el7_sme
Changes since 1.24: +10 -2 lines
make: « clog » est à jour.

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

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