/[smeserver]/rpms/smeserver-manager/sme10/smeserver-manager.spec
ViewVC logotype

Contents of /rpms/smeserver-manager/sme10/smeserver-manager.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.15 - (show annotations) (download)
Fri Mar 20 15:48:27 2020 UTC (4 years, 3 months ago) by brianr
Branch: MAIN
CVS Tags: smeserver-manager-0_1_0-12_el7_sme
Changes since 1.14: +8 -2 lines
* Fri Mar 20 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-12.sme
- Add panels : localnetworks
- Delete AdminLTE code  - will get added into new rpm

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

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