/[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.3 by unnilennium, Thu Jun 23 07:27:20 2016 UTC Revision 1.21 by jpp, Fri May 27 02:02:31 2022 UTC
# Line 1  Line 1 
1  # $Id: e-smith-ibays.spec,v 1.2 2016/05/12 17:34:12 vip-ire Exp $  # $Id: e-smith-ibays.spec,v 1.20 2022/04/16 06:47:24 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 3  %define release 19
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  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
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    Patch10: e-smith-ibays-2.6.0-bz11774-require.patch
24    
25  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
26  BuildArchitectures: noarch  BuildArchitectures: noarch
27  Requires: e-smith-base >= 4.13.15-76  Requires: e-smith-base >= 4.13.15-76
28  Requires: perl(CGI::FormMagick)  Requires: perl(CGI::FormMagick)
29  Requires: e-smith-formmagick >= 1.4.0-12  Requires: e-smith-formmagick >= 1.4.0-12
30  Conflicts: e-smith-apache < 0.1.1  #Conflicts: e-smith-apache < 0.1.1
31    Requires: e-smith-apache >= 2.6.0-19
32  BuildRequires: perl, perl(Test::Inline)  BuildRequires: perl, perl(Test::Inline)
33  BuildRequires: e-smith-devtools >= 1.11.0-03  BuildRequires: e-smith-devtools >= 1.11.0-03
34  AutoReqProv: no  AutoReqProv: no
# Line 27  AutoReqProv: no Line 38  AutoReqProv: no
38  e-smith server and gateway software - ibays module.  e-smith server and gateway software - ibays module.
39    
40  %changelog  %changelog
41  * Thu Jun 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme  * Thu May 26 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-19.sme
42    - add missing elements to e-smith-ibays-update event to activate changes [SME: 11774]
43    
44    * Sat Apr 16 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-18.sme
45    - fix  AH01797: client denied by server conf [SME: 11774]
46      use new require syntax for httpd 2.4
47    
48    * Wed Mar 10 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-17.sme
49    - fix patch for SSLRequireSSL [SME: 8150]
50    
51    * Tue Mar 09 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-16.sme
52    - force https if auth or dav are enabled  [SME: 11407]
53    
54    * Tue Mar 09 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-15.sme
55    - merge SSL and SSLRequireSSL properties [SME: 8150]
56      now SSLRequireSSL will force SSL to the html ibay directory and redirect to https
57    
58    * Mon Mar 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-14.sme
59    - update php properties and folders [SME: 11412]
60    - remove last bit of atalk [SME: 668]
61    
62    * Fri Jan 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-13.sme
63    - add update event [SME: 11139]
64    
65    * Sat Jun 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-12.sme
66    - remove hardcoded ports [SME: 10968]
67    
68    * Tue Jun 23 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme
69    - remove php3 reference [SME: 10869]
70    
71    * Mon Jun 22 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme
72    - fix apache failing if ibay has dynamic content enabled and phpmodule is disabled [SME: 10871]
73    
74    * Thu Jan 30 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-9.sme
75    - revert patch, wrong rpm [SME: 10871]
76    
77    * Tue Jan 28 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme
78    - add support for php-fpm  [SME: 10871]
79    
80    * Wed Jul 06 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-7.sme
81    - fix typo thanks to Stephane de Labrusse [SME: 7011]
82    - ibay to ibays
83    
84    * Sun Jun 26 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-6.sme
85    - as per comment 2 of bug 0600 instead of 0700 for perms [SME: 9621]
86    
87    * Sun Jun 26 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme
88    - as discussed, moving cache and tmp out of ibay folder [SME: 9105] [SME: 9621]
89    - creating basedir /var/cache/e-smith/files/ibays for tmp and cache
90    
91    * Thu Jun 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme
92  - create tmp folder in ibays  when needed [SME: 9105]  - create tmp folder in ibays  when needed [SME: 9105]
93  - create session folder in ibays when needed [SME: 9621]  - create session folder in ibays when needed [SME: 9621]
94    - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
95      by assuming the date is correct and changing the weekday.
96      Fri Apr 17 2008 --> Fri Apr 11 2008 or Thu Apr 17 2008 or Fri Apr 18 2008 or ....
97      Sat Dec 08 2013 --> Sat Dec 07 2013 or Sun Dec 08 2013 or Sat Dec 14 2013 or ....
98      Sat May 04 2014 --> Sat May 03 2014 or Sun May 04 2014 or Sat May 10 2014 or ....
99    
100  * Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme  * Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme
101  - Rebuild for [SME: 9393]  - Rebuild for [SME: 9393]
# Line 49  e-smith server and gateway software - ib Line 115  e-smith server and gateway software - ib
115  - init-ibays create the folder tmp within all i-bays root directory  - init-ibays create the folder tmp within all i-bays root directory
116  - ibay-modify create/chown/chmod the folder tmp within the i-bays root directory  - ibay-modify create/chown/chmod the folder tmp within the i-bays root directory
117    
118  * Sat May 4 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-11.sme  * Sun May 04 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-11.sme
119      Sat May 04 2014 --> Sat May 03 2014 or Sun May 04 2014 or Sat May 10 2014 or ....
120  - Add an upload_tmp_folder setting by db command [SME: 7011]  - Add an upload_tmp_folder setting by db command [SME: 7011]
121  - Thanks to Michael McCarn and Jean-philippe Pialasse  - Thanks to Michael McCarn and Jean-philippe Pialasse
122    
# Line 73  e-smith server and gateway software - ib Line 140  e-smith server and gateway software - ib
140  - Remove old migrate fragment [SME: 8080]  - Remove old migrate fragment [SME: 8080]
141  - Whitespace cleanup, mainly tab removal, of 90e-smithAccess40ibays  - Whitespace cleanup, mainly tab removal, of 90e-smithAccess40ibays
142    
143  * Sat Dec 8 2013 Chris Burnat <devlist@burnat.com> 2.4.0-5.sme  * Sun Dec 08 2013 Chris Burnat <devlist@burnat.com> 2.4.0-5.sme
144      Sat Dec 08 2013 --> Sat Dec 07 2013 or Sun Dec 08 2013 or Sat Dec 14 2013 or ....
145  - Update en-us translation file by Stephane de Labrusse [SME: 3675]  - Update en-us translation file by Stephane de Labrusse [SME: 3675]
146    
147  * Sat Nov 30 2013 Ian Wells <esmith@wellsi.com> 2.4.0-4.sme  * Sat Nov 30 2013 Ian Wells <esmith@wellsi.com> 2.4.0-4.sme
# Line 133  e-smith server and gateway software - ib Line 201  e-smith server and gateway software - ib
201  * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-9  * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-9
202  - Add common <base> tags to e-smith-formmagick's general [SME: 4283]  - Add common <base> tags to e-smith-formmagick's general [SME: 4283]
203    
204  * Fri Apr 17 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-8  * Thu Apr 17 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-8
205      Fri Apr 17 2008 --> Fri Apr 11 2008 or Thu Apr 17 2008 or Fri Apr 18 2008 or ....
206  - Move maxIbayNameLength from ibays.pm to config DB [SME: 424]  - Move maxIbayNameLength from ibays.pm to config DB [SME: 424]
207    
208  * Mon Apr  7 2008 Charlie Brady <charlie_brady@mitel.com> 1.2.0-7  * Mon Apr  7 2008 Charlie Brady <charlie_brady@mitel.com> 1.2.0-7
# Line 342  e-smith server and gateway software - ib Line 411  e-smith server and gateway software - ib
411  %setup  %setup
412  %patch0 -p1  %patch0 -p1
413  %patch1 -p1  %patch1 -p1
414    %patch2 -p1
415    %patch3 -p1
416    %patch4 -p1
417    %patch5 -p1
418    %patch6 -p1
419    %patch7 -p1
420    %patch8 -p1
421    %patch9 -p1
422    %patch10 -p1
423    
424    /bin/mkdir -p root/var/cache/e-smith/files/ibays
425    
426  %pre  %pre
427  %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