/[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.5 - (show annotations) (download)
Thu Jun 23 08:29:20 2016 UTC (7 years, 11 months ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-ibays-2_6_0-4_el7_sme
Changes since 1.4: +5 -3 lines
* Thu Jun 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme
- create tmp folder in ibays  when needed [SME: 9105]
- create session folder in ibays when needed [SME: 9621]
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
  by assuming the date is correct and changing the weekday.
  Fri Apr 17 2008 --> Fri Apr 11 2008 or Thu Apr 17 2008 or Fri Apr 18 2008 or ....
  Sat Dec 08 2013 --> Sat Dec 07 2013 or Sun Dec 08 2013 or Sat Dec 14 2013 or ....
  Sat May 04 2014 --> Sat May 03 2014 or Sun May 04 2014 or Sat May 10 2014 or ....

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

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