/[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.23 - (hide annotations) (download)
Thu Apr 16 11:40:49 2020 UTC (4 years, 2 months ago) by michel
Branch: MAIN
CVS Tags: smeserver-manager-0_1_0-20_el7_sme
Changes since 1.22: +15 -4 lines
* Wed Apr 15 2020 Michel Begue <mab974@gmail.com> 0.1.0-20.sme
- Patch the I18N plugin to accept namespace changes
- Split global locales files to module level
- Consider additional contrib locales files
- Consider additional contrib routes and navigation item
- fix colour button in portforwarding panel
- fix missing esmith::util in starterwebsite panel

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

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