1 |
# $Id: e-smith-ibays.spec,v 1.10 2020/01/31 03:40:22 jpp Exp $ |
# $Id: e-smith-ibays.spec,v 1.18 2021/03/10 05:11:30 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 10 |
%define release 17 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
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 |
36 |
e-smith server and gateway software - ibays module. |
e-smith server and gateway software - ibays module. |
37 |
|
|
38 |
%changelog |
%changelog |
39 |
|
* Wed Mar 10 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-17.sme |
40 |
|
- fix patch for SSLRequireSSL [SME: 8150] |
41 |
|
|
42 |
|
* Tue Mar 09 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-16.sme |
43 |
|
- force https if auth or dav are enabled [SME: 11407] |
44 |
|
|
45 |
|
* Tue Mar 09 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-15.sme |
46 |
|
- merge SSL and SSLRequireSSL properties [SME: 8150] |
47 |
|
now SSLRequireSSL will force SSL to the html ibay directory and redirect to https |
48 |
|
|
49 |
|
* Mon Mar 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-14.sme |
50 |
|
- update php properties and folders [SME: 11412] |
51 |
|
- remove last bit of atalk [SME: 668] |
52 |
|
|
53 |
|
* Fri Jan 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-13.sme |
54 |
|
- add update event [SME: 11139] |
55 |
|
|
56 |
|
* Sat Jun 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-12.sme |
57 |
|
- remove hardcoded ports [SME: 10968] |
58 |
|
|
59 |
|
* Tue Jun 23 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme |
60 |
|
- remove php3 reference [SME: 10869] |
61 |
|
|
62 |
* Mon Jun 22 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme |
* Mon Jun 22 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme |
63 |
- fix apache failing if ibay has dynamic content enabled and phpmodule is disabled [SME: 10871] |
- fix apache failing if ibay has dynamic content enabled and phpmodule is disabled [SME: 10871] |
64 |
|
|
404 |
%patch1 -p1 |
%patch1 -p1 |
405 |
%patch2 -p1 |
%patch2 -p1 |
406 |
%patch3 -p1 |
%patch3 -p1 |
407 |
|
%patch4 -p1 |
408 |
|
%patch5 -p1 |
409 |
|
%patch6 -p1 |
410 |
|
%patch7 -p1 |
411 |
|
%patch8 -p1 |
412 |
|
%patch9 -p1 |
413 |
|
|
414 |
/bin/mkdir -p root/var/cache/e-smith/files/ibays |
/bin/mkdir -p root/var/cache/e-smith/files/ibays |
415 |
|
|