1 |
# $Id: e-smith-ibays.spec,v 1.5 2016/06/23 08:29:20 unnilennium Exp $ |
# $Id: e-smith-ibays.spec,v 1.13 2020/06/27 18:42:34 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 13 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
|
|
21 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
Requires: e-smith-base >= 4.13.15-76 |
Requires: e-smith-base >= 4.13.15-76 |
33 |
e-smith server and gateway software - ibays module. |
e-smith server and gateway software - ibays module. |
34 |
|
|
35 |
%changelog |
%changelog |
36 |
|
* Fri Jan 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-13.sme |
37 |
|
- add update event [SME: 11139] |
38 |
|
|
39 |
|
* Sat Jun 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-12.sme |
40 |
|
- remove hardcoded ports [SME: 10968] |
41 |
|
|
42 |
|
* Tue Jun 23 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme |
43 |
|
- remove php3 reference [SME: 10869] |
44 |
|
|
45 |
|
* Mon Jun 22 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme |
46 |
|
- fix apache failing if ibay has dynamic content enabled and phpmodule is disabled [SME: 10871] |
47 |
|
|
48 |
|
* Thu Jan 30 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-9.sme |
49 |
|
- revert patch, wrong rpm [SME: 10871] |
50 |
|
|
51 |
|
* Tue Jan 28 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme |
52 |
|
- add support for php-fpm [SME: 10871] |
53 |
|
|
54 |
|
* Wed Jul 06 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-7.sme |
55 |
|
- fix typo thanks to Stephane de Labrusse [SME: 7011] |
56 |
|
- ibay to ibays |
57 |
|
|
58 |
|
* Sun Jun 26 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-6.sme |
59 |
|
- as per comment 2 of bug 0600 instead of 0700 for perms [SME: 9621] |
60 |
|
|
61 |
* 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 |
62 |
- 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] |
63 |
- creating basedir /var/cache/e-smith/files/ibays for tmp and cache |
- creating basedir /var/cache/e-smith/files/ibays for tmp and cache |
386 |
%patch0 -p1 |
%patch0 -p1 |
387 |
%patch1 -p1 |
%patch1 -p1 |
388 |
%patch2 -p1 |
%patch2 -p1 |
389 |
|
%patch3 -p1 |
390 |
|
%patch4 -p1 |
391 |
|
%patch5 -p1 |
392 |
|
%patch6 -p1 |
393 |
|
|
394 |
|
/bin/mkdir -p root/var/cache/e-smith/files/ibays |
395 |
|
|
396 |
%pre |
%pre |
397 |
%post |
%post |