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

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

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

Revision 1.9 by jpp, Tue Jan 28 20:48:17 2020 UTC Revision 1.17 by jpp, Tue Mar 9 23:24:41 2021 UTC
# Line 1  Line 1 
1  # $Id: e-smith-ibays.spec,v 1.8 2016/07/07 02:42:09 unnilennium Exp $  # $Id: e-smith-ibays.spec,v 1.16 2021/03/08 20:00:37 jpp 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.6.0  %define version 2.6.0
7  %define release 8  %define release 15
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 13  Source: %{name}-%{version}.tar.xz Line 13  Source: %{name}-%{version}.tar.xz
13  Patch0: e-smith-ibays-2.6.0-create_tmp_folder_in_ibays.patch  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  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  Patch2: e-smith-ibays-2.6.0-create_var_cache_and_fix_sess.patch
16  Patch3: e-smith-ibays-2.6.0-bz10871-php-fpm.patch  Patch3: e-smith-ibays-2.6.0-bz10871-ifphpmodule.patch
17    Patch4: e-smith-ibays-2.6.0-bz10869-remove-php3-refs.patch
18    Patch5: e-smith-ibays-2.6.0-bz10968-remove-hardcoded-ports.patch
19    Patch6: e-smith-ibays-2.6.0-bz11139-update.patch
20    Patch7: e-smith-ibays-2.6.0-bz11412-update-php-properties.patch
21    Patch8: e-smith-ibays-2.6.0-bz8150-SSLproperty2SSLRequireSSL.patch
22    
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
26  Requires: perl(CGI::FormMagick)  Requires: perl(CGI::FormMagick)
27  Requires: e-smith-formmagick >= 1.4.0-12  Requires: e-smith-formmagick >= 1.4.0-12
 Requires: smeserver-php >= 3.0.0-1  
28  Conflicts: e-smith-apache < 0.1.1  Conflicts: e-smith-apache < 0.1.1
29  BuildRequires: perl, perl(Test::Inline)  BuildRequires: perl, perl(Test::Inline)
30  BuildRequires: e-smith-devtools >= 1.11.0-03  BuildRequires: e-smith-devtools >= 1.11.0-03
# Line 30  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    * Tue Mar 09 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-15.sme
39    - merge SSL and SSLRequireSSL properties [SME: 8150]
40      now SSLRequireSSL will force SSL to the html ibay directory and redirect to https
41    
42    * Mon Mar 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-14.sme
43    - update php properties and folders [SME: 11412]
44    - remove last bit of atalk [SME: 668]
45    
46    * Fri Jan 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-13.sme
47    - add update event [SME: 11139]
48    
49    * Sat Jun 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-12.sme
50    - remove hardcoded ports [SME: 10968]
51    
52    * Tue Jun 23 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme
53    - remove php3 reference [SME: 10869]
54    
55    * Mon Jun 22 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme
56    - fix apache failing if ibay has dynamic content enabled and phpmodule is disabled [SME: 10871]
57    
58    * Thu Jan 30 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-9.sme
59    - revert patch, wrong rpm [SME: 10871]
60    
61  * Tue Jan 28 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme  * Tue Jan 28 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme
62  - add support for php-fpm  [SME: 10871]  - add support for php-fpm  [SME: 10871]
63    
# Line 369  e-smith server and gateway software - ib Line 397  e-smith server and gateway software - ib
397  %patch1 -p1  %patch1 -p1
398  %patch2 -p1  %patch2 -p1
399  %patch3 -p1  %patch3 -p1
400    %patch4 -p1
401    %patch5 -p1
402    %patch6 -p1
403    %patch7 -p1
404    %patch8 -p1
405    
406  /bin/mkdir -p root/var/cache/e-smith/files/ibays  /bin/mkdir -p root/var/cache/e-smith/files/ibays
407    


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