1 |
# $Id: e-smith-ibays.spec,v 1.18 2021/03/10 05:11:30 jpp 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 17 |
%define release 19 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
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 |
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 |
38 |
e-smith server and gateway software - ibays module. |
e-smith server and gateway software - ibays module. |
39 |
|
|
40 |
%changelog |
%changelog |
41 |
|
* 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 |
* Wed Mar 10 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-17.sme |
49 |
- fix patch for SSLRequireSSL [SME: 8150] |
- fix patch for SSLRequireSSL [SME: 8150] |
50 |
|
|
419 |
%patch7 -p1 |
%patch7 -p1 |
420 |
%patch8 -p1 |
%patch8 -p1 |
421 |
%patch9 -p1 |
%patch9 -p1 |
422 |
|
%patch10 -p1 |
423 |
|
|
424 |
/bin/mkdir -p root/var/cache/e-smith/files/ibays |
/bin/mkdir -p root/var/cache/e-smith/files/ibays |
425 |
|
|