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

Contents 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.11 - (show annotations) (download)
Tue Jun 23 03:01:00 2020 UTC (3 years, 11 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-ibays-2_6_0-10_el7_sme
Changes since 1.10: +8 -2 lines
* Mon Jun 22 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme
- fix apache failing if ibay has dynamic content enabled and phpmodule is disabled [SME: 10871]

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

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