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

Annotation of /rpms/e-smith-manager/sme10/e-smith-manager.spec

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


Revision 1.37 - (hide annotations) (download)
Tue Mar 16 20:08:44 2021 UTC (3 years, 2 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-manager-2_8_0-33_el7_sme
Changes since 1.36: +11 -2 lines
* Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.8.0-33.sme
- fix wrong system mode reported in bugreport [SME: 10448]

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

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