/[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.6 by unnilennium, Sun Jun 26 16:30:04 2016 UTC Revision 1.18 by jpp, Wed Mar 10 05:11:30 2021 UTC
# Line 1  Line 1 
1  # $Id: e-smith-ibays.spec,v 1.5 2016/06/23 08:29:20 unnilennium Exp $  # $Id: e-smith-ibays.spec,v 1.17 2021/03/09 23:24:41 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 5  %define release 16
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-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    Patch9: e-smith-ibays-2.6.0-bz11407-force-https-on-DAV-and-httpauth.patch
23    
24  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
25  BuildArchitectures: noarch  BuildArchitectures: noarch
26  Requires: e-smith-base >= 4.13.15-76  Requires: e-smith-base >= 4.13.15-76
# Line 28  AutoReqProv: no Line 36  AutoReqProv: no
36  e-smith server and gateway software - ibays module.  e-smith server and gateway software - ibays module.
37    
38  %changelog  %changelog
39    * Tue Mar 09 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-16.sme
40    - force https if auth or dav are enabled  [SME: 11407]
41    
42    * Tue Mar 09 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-15.sme
43    - merge SSL and SSLRequireSSL properties [SME: 8150]
44      now SSLRequireSSL will force SSL to the html ibay directory and redirect to https
45    
46    * Mon Mar 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-14.sme
47    - update php properties and folders [SME: 11412]
48    - remove last bit of atalk [SME: 668]
49    
50    * Fri Jan 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-13.sme
51    - add update event [SME: 11139]
52    
53    * Sat Jun 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-12.sme
54    - remove hardcoded ports [SME: 10968]
55    
56    * Tue Jun 23 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme
57    - remove php3 reference [SME: 10869]
58    
59    * Mon Jun 22 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme
60    - fix apache failing if ibay has dynamic content enabled and phpmodule is disabled [SME: 10871]
61    
62    * Thu Jan 30 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-9.sme
63    - revert patch, wrong rpm [SME: 10871]
64    
65    * Tue Jan 28 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme
66    - add support for php-fpm  [SME: 10871]
67    
68    * Wed Jul 06 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-7.sme
69    - fix typo thanks to Stephane de Labrusse [SME: 7011]
70    - ibay to ibays
71    
72    * Sun Jun 26 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-6.sme
73    - as per comment 2 of bug 0600 instead of 0700 for perms [SME: 9621]
74    
75  * Sun Jun 26 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme  * Sun Jun 26 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme
76  - as discussed, moving cache and tmp out of ibay folder [SME: 9105] [SME: 9621]  - as discussed, moving cache and tmp out of ibay folder [SME: 9105] [SME: 9621]
77  - creating basedir /var/cache/e-smith/files/ibays for tmp and cache  - creating basedir /var/cache/e-smith/files/ibays for tmp and cache
# Line 356  e-smith server and gateway software - ib Line 400  e-smith server and gateway software - ib
400  %patch0 -p1  %patch0 -p1
401  %patch1 -p1  %patch1 -p1
402  %patch2 -p1  %patch2 -p1
403    %patch3 -p1
404    %patch4 -p1
405    %patch5 -p1
406    %patch6 -p1
407    %patch7 -p1
408    %patch8 -p1
409    %patch9 -p1
410    
411    /bin/mkdir -p root/var/cache/e-smith/files/ibays
412    
413  %pre  %pre
414  %post  %post


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