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

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

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


Revision 1.13 - (hide annotations) (download)
Sat Jun 27 18:42:34 2020 UTC (3 years, 11 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-ibays-2_6_0-12_el7_sme
Changes since 1.12: +7 -2 lines
* Sat Jun 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-12.sme
- remove hardcoded ports [SME: 10968]

1 jpp 1.13 # $Id: e-smith-ibays.spec,v 1.12 2020/06/23 18:37:33 jpp Exp $
2 stephdl 1.1
3     Summary: e-smith server and gateway - ibays module
4     %define name e-smith-ibays
5     Name: %{name}
6     %define version 2.6.0
7 jpp 1.13 %define release 12
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.3 Patch0: e-smith-ibays-2.6.0-create_tmp_folder_in_ibays.patch
14     Patch1: e-smith-ibays-2.6.0-create_sess_folder_in_ibays.patch
15 unnilennium 1.6 Patch2: e-smith-ibays-2.6.0-create_var_cache_and_fix_sess.patch
16 jpp 1.11 Patch3: e-smith-ibays-2.6.0-bz10871-ifphpmodule.patch
17 jpp 1.12 Patch4: e-smith-ibays-2.6.0-bz10869-remove-php3-refs.patch
18 jpp 1.13 Patch5: e-smith-ibays-2.6.0-bz10968-remove-hardcoded-ports.patch
19 jpp 1.11
20 stephdl 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
21     BuildArchitectures: noarch
22     Requires: e-smith-base >= 4.13.15-76
23     Requires: perl(CGI::FormMagick)
24     Requires: e-smith-formmagick >= 1.4.0-12
25     Conflicts: e-smith-apache < 0.1.1
26     BuildRequires: perl, perl(Test::Inline)
27     BuildRequires: e-smith-devtools >= 1.11.0-03
28     AutoReqProv: no
29    
30    
31     %description
32     e-smith server and gateway software - ibays module.
33    
34     %changelog
35 jpp 1.13 * Sat Jun 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-12.sme
36     - remove hardcoded ports [SME: 10968]
37    
38 jpp 1.12 * Tue Jun 23 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme
39     - remove php3 reference [SME: 10869]
40    
41 jpp 1.11 * Mon Jun 22 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme
42     - fix apache failing if ibay has dynamic content enabled and phpmodule is disabled [SME: 10871]
43    
44 jpp 1.10 * Thu Jan 30 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-9.sme
45     - revert patch, wrong rpm [SME: 10871]
46    
47 jpp 1.9 * Tue Jan 28 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme
48     - add support for php-fpm [SME: 10871]
49    
50 unnilennium 1.8 * Wed Jul 06 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-7.sme
51     - fix typo thanks to Stephane de Labrusse [SME: 7011]
52     - ibay to ibays
53    
54 unnilennium 1.7 * Sun Jun 26 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-6.sme
55     - as per comment 2 of bug 0600 instead of 0700 for perms [SME: 9621]
56    
57 unnilennium 1.6 * Sun Jun 26 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme
58     - as discussed, moving cache and tmp out of ibay folder [SME: 9105] [SME: 9621]
59     - creating basedir /var/cache/e-smith/files/ibays for tmp and cache
60    
61 unnilennium 1.4 * Thu Jun 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme
62 unnilennium 1.3 - create tmp folder in ibays when needed [SME: 9105]
63     - create session folder in ibays when needed [SME: 9621]
64 unnilennium 1.4 - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
65     by assuming the date is correct and changing the weekday.
66     Fri Apr 17 2008 --> Fri Apr 11 2008 or Thu Apr 17 2008 or Fri Apr 18 2008 or ....
67     Sat Dec 08 2013 --> Sat Dec 07 2013 or Sun Dec 08 2013 or Sat Dec 14 2013 or ....
68     Sat May 04 2014 --> Sat May 03 2014 or Sun May 04 2014 or Sat May 10 2014 or ....
69 unnilennium 1.3
70 vip-ire 1.2 * Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme
71     - Rebuild for [SME: 9393]
72    
73 stephdl 1.1 * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme
74     - Initial release to sme10
75    
76     * Wed Jan 20 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-14.sme
77     - Remove double / in SSL RewriteRule [SME: 9195]
78    
79     * Tue Jun 23 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-13.sme
80     - Revert the upload_tmp_folder patch as it needs some more work [SME: 7011]
81    
82     * Sun Jan 4 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-12.sme
83     - Add an upload_tmp_folder setting by db command [SME: 7011]
84     - Thanks to Michael McCarn and Jean-philippe Pialasse
85     - init-ibays create the folder tmp within all i-bays root directory
86     - ibay-modify create/chown/chmod the folder tmp within the i-bays root directory
87    
88 unnilennium 1.5 * Sun May 04 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-11.sme
89     Sat May 04 2014 --> Sat May 03 2014 or Sun May 04 2014 or Sat May 10 2014 or ....
90 stephdl 1.1 - Add an upload_tmp_folder setting by db command [SME: 7011]
91     - Thanks to Michael McCarn and Jean-philippe Pialasse
92    
93     * Thu Apr 24 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-10.sme
94     - Force SSL following ibays settings to the relevant domain [SME: 8332]
95    
96     * Tue Apr 8 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-9.sme
97     - Perl::critic syntax modifications [SME: 8239]
98     - Add more PHP options to ibays only by db commands [SME: 8239]
99     - Add SSLRequireSSL to ibays when SSL is set to enabled [SME: 8239]
100    
101     * Sat Mar 15 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-8.sme
102     - Add more PHP options to ibays only by db commands [SME: 8239]
103     - Add SSLRequireSSL to ibays when SSL is set to enabled [SME: 8239]
104    
105     * Sun Mar 9 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-7.sme
106     - Force https per ibay should not be the default for existing ibays [SME: 3675]
107    
108     * Thu Jan 2 2014 Ian Wells <esmith@wellsi.com> 2.4.0-6.sme
109     - Provide the ability to restrict ibay access to https, by JPP [SME: 882]
110     - Remove old migrate fragment [SME: 8080]
111     - Whitespace cleanup, mainly tab removal, of 90e-smithAccess40ibays
112    
113 unnilennium 1.5 * Sun Dec 08 2013 Chris Burnat <devlist@burnat.com> 2.4.0-5.sme
114     Sat Dec 08 2013 --> Sat Dec 07 2013 or Sun Dec 08 2013 or Sat Dec 14 2013 or ....
115 stephdl 1.1 - Update en-us translation file by Stephane de Labrusse [SME: 3675]
116    
117     * Sat Nov 30 2013 Ian Wells <esmith@wellsi.com> 2.4.0-4.sme
118     - Provide the ability to force https per ibay by Stephane de Labrusse [SME: 3675]
119    
120     * Mon Sep 30 2013 John H. Bennett III <bennettj@johnbennettservices.com> 2.4.0-3.sme
121     - Patch to remove symlink to Primary ibay from /home/e-smith/files/primary [SME: 3730]
122    
123     * Mon Sep 30 2013 John H. Bennett III <bennettj@johnbennettservices.com> 2.4.0-2.sme
124     - Patch to correct issue with not being able to access a password protected ibay [SME: 7794]
125    
126     * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
127     - Roll new stream for sme9
128    
129     * Fri Dec 23 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-11.sme
130     - Fix non-translated locale in ibays panel [SME: 6718]
131    
132     * Thu Oct 27 2011 Daniel B. <daniel@firewall-services.com> 2.2.0-10.sme
133     - Don't try to modify Primary unix/ldap account [SME:6770]
134    
135     * Thu Nov 4 2010 Shad L. Lords <slords@mail.com> 2.2.0-9.sme
136     - All ibay account commands as system accounts in LDAP [SME: 6326]
137    
138     * Thu Nov 4 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-8.sme
139     - Create ibay accounts as system accounts in LDAP [SME: 6326]
140    
141     * Thu Nov 4 2010 Shad L. Lords <slords@mail.com> 2.2.0-7.sme
142     - Fix cpu critical patch missing ) [SME: 6330]
143    
144     * Wed Nov 3 2010 Shad L. Lords <slords@mail.com> 2.2.0-6.sme
145     - Fix cpu critical patch missing ' [SME: 6330]
146    
147     * Wed Nov 3 2010 Shad L. Lords <slords@mail.com> 2.2.0-5.sme
148     - Make cpu calls critical only with ldap{Auth} is enabled [SME: 6330]
149    
150     * Tue Nov 2 2010 Shad L. Lords <slords@mail.com> 2.2.0-4.sme
151     - Always use cpu, do unix if ldap{Auth} is disabled [SME: 6326]
152    
153     * Mon Nov 1 2010 Shad L. Lords <slords@mail.com> 2.2.0-3.sme
154     - Switch to cpu commands if ldap is master [SME: 6326]
155    
156     * Mon Oct 13 2008 Shad L. Lords <slords@mail.com> 2.2.0-2.sme
157     - Fix maxIbayNameLength logic [SME: 4457]
158    
159     * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
160     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
161    
162     * Sun Jul 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-12
163     - Fix password verify entry text box description [SME: 4460]
164    
165     * Thu Jul 24 2008 Shad L. Lords <slords@mail.com> 1.2.0-11
166     - Really fix faulty patch for maxIbayNameLength [SME: 4457]
167    
168     * Fri May 9 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-10
169     - Fixed faulty patch for maxIbayNameLength [SME: 424]
170    
171     * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-9
172     - Add common <base> tags to e-smith-formmagick's general [SME: 4283]
173    
174 unnilennium 1.4 * Thu Apr 17 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-8
175     Fri Apr 17 2008 --> Fri Apr 11 2008 or Thu Apr 17 2008 or Fri Apr 18 2008 or ....
176 stephdl 1.1 - Move maxIbayNameLength from ibays.pm to config DB [SME: 424]
177    
178     * Mon Apr 7 2008 Charlie Brady <charlie_brady@mitel.com> 1.2.0-7
179     - Include index.shtml in DirectoryIndex list.[SME: 4180]
180    
181     * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.2.0-6
182     - Remove <base> tags now in general [SME: 3924]
183    
184     * Thu Aug 30 2007 Charlie Brady <charlie_brady@mitel.com>
185     - Fix warnings generated by panel. [SME: 1309]
186    
187     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
188     - Clean up spec so package can be built by koji/plague
189    
190     * Fri Dec 08 2006 Shad L. Lords <slords@mail.com> 1.2.0-4
191     - Make non-dynamic indexes not look for dynamic content. [SME: 1908]
192    
193     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
194     - Update to new release naming. No functional changes.
195     - Make Packager generic
196    
197     * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-02
198     - Fix typo in ibays http.conf template [SME: 1173]
199    
200     * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.0-01
201     - Roll stable stream version. [SME: 1016]
202    
203     * Thu Feb 23 2006 Charlie Brady <charlie_brady@mitel.com> 1.1.3-06
204     - Fix php register_globals directive. [SME: 820]
205    
206     * Thu Jan 19 2006 Charlie Brady <charlieb@e-smith.com> 1.1.3-05
207     - Remove bogus IbayPlugin symlink. [SME: 519]
208    
209     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.3-04
210     - Bump release number only
211    
212     * Sun Oct 16 2005 Gordon Rowell <gordonr@e-smith.com>
213     - [1.1.3-03]
214     - Allow per-ibay override for PHP register_globals setting. To enable:
215     /sbin/e-smith/db accounts setprop <ibay> PHPRegisterGlobals enabled
216     Thanks John Bennett [SF: 1328236]
217    
218     * Fri Oct 14 2005 Charlie Brady <charlieb@e-smith.com>
219     - [1.1.3-02]
220     - Fix missing 'use esmith::util' in ibay-modify action.
221     [SF: 1327138]
222    
223     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
224     - [1.1.3-01]
225     - Remove L10Ns from base packages [SF: 1309520]
226    
227     * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
228     - [1.1.2-01]
229     - New dev stream before relocating L10Ns
230    
231     * Thu Oct 6 2005 Charlie Brady <charlieb@e-smith.com>
232     - [1.1.1-18]
233     - Strip out plugin stuff, for now at least. [SF: 1304496]
234    
235     * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
236     - [1.1.1-17]
237     - Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
238    
239     * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
240     - [1.1.1-16]
241     - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
242    
243     * Wed Sep 14 2005 Tony Clayton <apc@e-smith.com>
244     - [1.1.1-15]
245     - Don't version 'none' plugin [SF: 1292084]
246    
247     * Mon Sep 5 2005 Tony Clayton <apc@e-smith.com>
248     - [1.1.1-14]
249     - Add dependency on e-smith-formmagick >= 1.3.0-10
250     - Fix default plugin display [SF: 1271745,1263740]
251     - Clean up, add POD to IbayPlugin modules [SF: 1263740]
252     - Support versioning of plugins, do version checks in ibay panel
253    
254     * Wed Aug 24 2005 Charlie Brady <charlieb@e-smith.com>
255     - [1.1.1-13]
256     - Default plugin to none in esFM::ibay::create_ibay(). [SF: 1267897]
257    
258     * Mon Aug 22 2005 Charlie Brady <charlieb@e-smith.com>
259     - [1.1.1-12]
260     - Fix missing "use esmith::util" in ibay plugin lib. [SF: 1265684]
261     - Don't display ibay Plugin choice if "none" is the only choice. [SF: 1263740]
262    
263     * Fri Aug 19 2005 Gordon Rowell <gordonr@gormand.com.au>
264     - [1.1.1-11]
265     - Need to check $ibay->prop('type') not $ibay->type [SF: 1260237]
266    
267     * Tue Aug 9 2005 Shad Lords <slords@mail.com>
268     - [1.1.1-10]
269     - Remove 90e-smithAccess10common (belongs in e-smith-apache)
270     - Move some ibay options to database
271    
272     * Thu Aug 4 2005 Gordon Rowell <gordonr@gormand.com.au>
273     - [1.1.1-09]
274     - Syntactic fix to perl code from 1.1.1-08 change
275    
276     * Thu Jul 28 2005 Charlie Brady <charlieb@e-smith.com>
277     - [1.1.1-08]
278     - Update all uses of deprecated esmith::config and db_ APIs.
279     - Rewrite ibay-delete action in shell.
280    
281     * Wed Jan 19 2005 Charlie Brady <charlieb@e-smith.com>
282     - [1.1.1-07]
283     - Fix untaint RE. [charlieb MN00050161]
284     - Fix "will not stay shared" warnings in IbayPlugin/none.pm
285    
286     * Thu Nov 11 2004 Charlie Brady <charlieb@e-smith.com>
287     - [1.1.1-06]
288     - Untaint name before using in system(). [charlieb MN00050161]
289    
290     * Fri Sep 3 2004 Charlie Brady <charlieb@e-smith.com>
291     - [1.1.1-05]
292     - Updated requires with new perl dependencies. [msoulier MN00040240]
293     - Clean BuildRequires. [charlieb MN00043055]
294    
295     * Fri Feb 6 2004 Michael Soulier <msoulier@e-smith.com>
296     - [1.1.1-04]
297     - Fixed two issues with previous change. [msoulier 7475]
298    
299     * Fri Feb 6 2004 Michael Soulier <msoulier@e-smith.com>
300     - [1.1.1-03]
301     - Updating default repair method to set CGIs as executable if enabled.
302     [msoulier 7475]
303    
304     * Wed Nov 19 2003 Tony Clayton <apc@e-smith.com>
305     - [1.1.1-02]
306     - Fix processTemplate call in IbayPlugin::none [tonyc 9924]
307     - Merge ibay-conf-plugin into ibay-modify action [tonyc 9924]
308    
309     * Wed Nov 19 2003 Michael Soulier <msoulier@e-smith.com>
310     - [1.1.1-01]
311     - Collecting patches.
312    
313     * Wed Nov 19 2003 Michael Soulier <msoulier@e-smith.com>
314     - [1.1.0-02]
315     - Adding 6.0 styling to ibay panel. [msoulier 10415]
316     - Converted createlinks to new api.
317     - Add IbayPlugin stuff [tonyc 9924]
318     - Add dependency on perl-CGI-FormMagick >= 0.91-04 [tonyc 9924]
319    
320     * Fri Sep 5 2003 Tony Clayton <apc@e-smith.com>
321     - [1.1.0-01]
322     - Changing version to development stream number - 1.1.0
323     - Rolling to development stream [tonyc 9924]
324    
325     * Wed Aug 13 2003 Michael Soulier <msoulier@e-smith.com>
326     - [1.0.3-05]
327     - Fixed the content ibay showing up in the ibay list of the primary domain's
328     virtual host block. [msoulier 9649]
329    
330     * Wed Aug 13 2003 Michael Soulier <msoulier@e-smith.com>
331     - [1.0.3-04]
332     - Correcting the previous revision, and limiting ibay access as sub-urls to
333     the primary domain only. [msoulier 9649]
334    
335     * Wed Aug 6 2003 Michael Soulier <msoulier@e-smith.com>
336     - [1.0.3-03]
337     - Unify ibay handling, since 15PrimaryContent is now obsolete, and changing
338     the primary domain's content was breaking access to ibays. [msoulier 9649]
339    
340     * Wed Jul 2 2003 Charlie Brady <charlieb@e-smith.com>
341     - [1.0.3-02]
342     - Fix path of created starter website index file (don't rely on symlink
343     which "should" point to correct place). [charlieb 9241]
344    
345     * Thu Jun 12 2003 Gordon Rowell <gordonr@e-smith.com>
346     - [1.0.3-01]
347     - Added order to migrate fragments [gordonr 9015]
348    
349     * Wed Jun 11 2003 Gordon Rowell <gordonr@e-smith.com>
350     - [1.0.2-04]
351     - Fixed Conflicts header - should be <, not <= [gordonr 8903]
352    
353     * Wed Jun 11 2003 Gordon Rowell <gordonr@e-smith.com>
354     - [1.0.2-03]
355     - Missing 'use esmith::util' [gordonr 8973]
356    
357     * Tue Jun 10 2003 Charlie Brady <charlieb@e-smith.com>
358     - [1.0.2-02]
359     - Fix broken symlinks in post-{install,upgrade}. [charlieb 8973]
360    
361     * Fri Jun 6 2003 Gordon Rowell <gordonr@e-smith.com>
362     - [1.0.2-01]
363     - Shuffled some httpd.conf fragments from e-smith-apache [gordonr 8903]
364    
365     * Tue May 27 2003 Charlie Brady <charlieb@e-smith.com>
366     - [1.0.1-01]
367     - Fix typo in createlinks script. Rolling version of package
368     to correct build problem. [charlieb 8841]
369    
370     * Tue May 27 2003 Charlie Brady <charlieb@e-smith.com>
371     - [1.0.0-02]
372     - Add some code from init-accounts action which depends on
373     /home/e-smith/files/ibays directory, which isn't included
374     in base. New action is init-ibays. [charlieb 8841]
375    
376     * Thu May 8 2003 Mark Knox <markk@e-smith.com>
377     - [1.0.0-01]
378     - Initial release. Split out from e-smith-base. [markk 8610]
379    
380     %prep
381     %setup
382 unnilennium 1.3 %patch0 -p1
383     %patch1 -p1
384 unnilennium 1.6 %patch2 -p1
385 jpp 1.11 %patch3 -p1
386 jpp 1.12 %patch4 -p1
387 jpp 1.13 %patch5 -p1
388 jpp 1.9
389 unnilennium 1.8 /bin/mkdir -p root/var/cache/e-smith/files/ibays
390 stephdl 1.1
391     %pre
392     %post
393    
394     %build
395     LEXICONS=$(find root/etc/e-smith/web/functions \
396     -type f | grep -v CVS | grep -v pleasewait)
397     for lexicon in $LEXICONS
398     do
399     /sbin/e-smith/validate-lexicon $lexicon
400     done
401    
402     /sbin/e-smith/generate-lexicons
403    
404     perl createlinks
405    
406     %install
407     rm -rf $RPM_BUILD_ROOT
408     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
409     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
410     > %{name}-%{version}-%{release}-filelist
411     echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
412    
413     %clean
414     rm -rf $RPM_BUILD_ROOT
415    
416     %files -f %{name}-%{version}-%{release}-filelist
417     %defattr(-,root,root)

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