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

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