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

Diff of /rpms/e-smith-ibays/sme9/e-smith-ibays.spec

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

Revision 1.3 by mrjhb3, Tue Oct 1 03:07:45 2013 UTC Revision 1.15 by stephdl, Sun Jan 4 15:23:19 2015 UTC
# Line 1  Line 1 
1  # $Id: e-smith-ibays.spec,v 1.2 2013/10/01 02:40:17 mrjhb3 Exp $  # $Id: e-smith-ibays.spec,v 1.14 2015/01/04 09:05:47 stephdl Exp $
2    
3  Summary: e-smith server and gateway - ibays module  Summary: e-smith server and gateway - ibays module
4  %define name e-smith-ibays  %define name e-smith-ibays
5  Name: %{name}  Name: %{name}
6  %define version 2.4.0  %define version 2.4.0
7  %define release 3  %define release 13
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 12  Group: Networking/Daemons Line 12  Group: Networking/Daemons
12  Source: %{name}-%{version}.tar.xz  Source: %{name}-%{version}.tar.xz
13  Patch1: e-smith-ibays-2.4.0-ibay_auth.patch  Patch1: e-smith-ibays-2.4.0-ibay_auth.patch
14  Patch2: e-smith-ibays-2.4.0-primary_ibay_symlink.patch  Patch2: e-smith-ibays-2.4.0-primary_ibay_symlink.patch
15    Patch3: e-smith-ibays-2.4.0-force-https.patch
16    Patch4: e-smith-ibays-2.4.0-https-patch-en-us.patch
17    Patch5: e-smith-ibays-2.4.0-90e-smithAccess40ibays-whitespace.patch
18    Patch6: e-smith-ibays-2.4.0-removeV3Migrate.patch
19    Patch7: e-smith-ibays-2.4.0-RequireSSL.patch
20    Patch8: e-smith-ibays-2.4.0_add_php_values_and_SSLRequireSSL.patch
21    Patch9: e-smith-ibays-2.4.0_force_ssl_to_domains.patch
22    #Patch10: e-smith-ibays-2.4.0_addtmpfolder_to_ibays.patch
23  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
24  BuildArchitectures: noarch  BuildArchitectures: noarch
25  Requires: e-smith-base >= 4.13.15-76  Requires: e-smith-base >= 4.13.15-76
# Line 27  AutoReqProv: no Line 35  AutoReqProv: no
35  e-smith server and gateway software - ibays module.  e-smith server and gateway software - ibays module.
36    
37  %changelog  %changelog
38    * Sun Jan 4 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-13.sme
39    - Add an upload_tmp_folder setting by db command [sme: 7011]
40    - Thanks to Michael McCarn and Jean-philippe Pialasse
41    - init-ibays create the folder tmp within all i-bays root directory
42    - ibay-modify create/chown/chmod the folder tmp within the i-bays root directory
43    
44    * Sat May 4 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-11.sme
45    - Add an upload_tmp_folder setting by db command [sme: 7011]
46    - Thanks to Michael McCarn and Jean-philippe Pialasse
47    
48    * Thu Apr 24 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-10.sme
49    - Force SSL following ibays settings to the relevant domain [SME: 8332]
50    
51    * Tue Apr 8 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-9.sme
52    - Perl::critic syntax modifications  [SME: 8239]
53    - Add more PHP options to ibays only by db commands [SME: 8239]
54    - Add SSLRequireSSL to ibays  when SSL is set to enabled [SME: 8239]
55    
56    * Sat Mar 15 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-8.sme
57    - Add more PHP options to ibays only by db commands [SME: 8239]
58    - Add SSLRequireSSL to ibays  when SSL is set to enabled [SME: 8239]
59    
60    * Sun Mar 9 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-7.sme
61    - Force https per ibay should not be the default for existing ibays [SME: 3675]
62    
63    * Thu Jan 2 2014 Ian Wells <esmith@wellsi.com> 2.4.0-6.sme
64    - Provide the ability to restrict ibay access to https, by JPP [SME: 882]
65    - Remove old migrate fragment [SME: 8080]
66    - Whitespace cleanup, mainly tab removal, of 90e-smithAccess40ibays
67    
68    * Sat Dec 8 2013 Chris Burnat <devlist@burnat.com> 2.4.0-5.sme
69    - Update en-us translation file by Stephane de Labrusse [SME: 3675]
70    
71    * Sat Nov 30 2013 Ian Wells <esmith@wellsi.com> 2.4.0-4.sme
72    - Provide the ability to force https per ibay by Stephane de Labrusse [SME: 3675]
73    
74  * Mon Sep 30 2013 John H. Bennett III <bennettj@johnbennettservices.com> 2.4.0-3.sme  * Mon Sep 30 2013 John H. Bennett III <bennettj@johnbennettservices.com> 2.4.0-3.sme
75  - Patch to remove symlink to Primary ibay from /home/e-smith/files/primary [SME: 3730]  - Patch to remove symlink to Primary ibay from /home/e-smith/files/primary [SME: 3730]
76    
# Line 291  e-smith server and gateway software - ib Line 335  e-smith server and gateway software - ib
335    
336  %patch1 -p1  %patch1 -p1
337  %patch2 -p1  %patch2 -p1
338    %patch3 -p1
339    %patch4 -p1
340    %patch5 -p1
341    %patch6 -p1
342    %patch7 -p1
343    %patch8 -p1
344    %patch9 -p1
345    #%patch10 -p1
346  %pre  %pre
347  %post  %post
348    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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