1 |
# $Id: e-smith-ibays.spec,v 1.14 2021/01/08 18:25:45 jpp 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 14 |
%define release 16 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
18 |
Patch5: e-smith-ibays-2.6.0-bz10968-remove-hardcoded-ports.patch |
Patch5: e-smith-ibays-2.6.0-bz10968-remove-hardcoded-ports.patch |
19 |
Patch6: e-smith-ibays-2.6.0-bz11139-update.patch |
Patch6: e-smith-ibays-2.6.0-bz11139-update.patch |
20 |
Patch7: e-smith-ibays-2.6.0-bz11412-update-php-properties.patch |
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 |
|
* 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 |
* Mon Mar 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-14.sme |
47 |
- fix [SME: ] |
- 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 |
* Fri Jan 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-13.sme |
51 |
- add update event [SME: 11139] |
- add update event [SME: 11139] |
405 |
%patch5 -p1 |
%patch5 -p1 |
406 |
%patch6 -p1 |
%patch6 -p1 |
407 |
%patch7 -p1 |
%patch7 -p1 |
408 |
|
%patch8 -p1 |
409 |
|
%patch9 -p1 |
410 |
|
|
411 |
/bin/mkdir -p root/var/cache/e-smith/files/ibays |
/bin/mkdir -p root/var/cache/e-smith/files/ibays |
412 |
|
|