1 |
# $Id: e-smith-ibays.spec,v 1.3 2016/06/23 07:27:20 unnilennium Exp $ |
# $Id: e-smith-ibays.spec,v 1.7 2016/06/26 17:43:08 unnilennium 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 4 |
%define release 7 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
Requires: e-smith-base >= 4.13.15-76 |
Requires: e-smith-base >= 4.13.15-76 |
28 |
e-smith server and gateway software - ibays module. |
e-smith server and gateway software - ibays module. |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Wed Jul 06 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-7.sme |
32 |
|
- fix typo thanks to Stephane de Labrusse [SME: 7011] |
33 |
|
- ibay to ibays |
34 |
|
|
35 |
|
* Sun Jun 26 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-6.sme |
36 |
|
- as per comment 2 of bug 0600 instead of 0700 for perms [SME: 9621] |
37 |
|
|
38 |
|
* Sun Jun 26 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme |
39 |
|
- as discussed, moving cache and tmp out of ibay folder [SME: 9105] [SME: 9621] |
40 |
|
- creating basedir /var/cache/e-smith/files/ibays for tmp and cache |
41 |
|
|
42 |
* Thu Jun 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
* Thu Jun 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
43 |
- create tmp folder in ibays when needed [SME: 9105] |
- create tmp folder in ibays when needed [SME: 9105] |
44 |
- create session folder in ibays when needed [SME: 9621] |
- create session folder in ibays when needed [SME: 9621] |
66 |
- init-ibays create the folder tmp within all i-bays root directory |
- init-ibays create the folder tmp within all i-bays root directory |
67 |
- 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 |
68 |
|
|
69 |
* 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 |
70 |
|
Sat May 04 2014 --> Sat May 03 2014 or Sun May 04 2014 or Sat May 10 2014 or .... |
71 |
- Add an upload_tmp_folder setting by db command [SME: 7011] |
- Add an upload_tmp_folder setting by db command [SME: 7011] |
72 |
- Thanks to Michael McCarn and Jean-philippe Pialasse |
- Thanks to Michael McCarn and Jean-philippe Pialasse |
73 |
|
|
91 |
- Remove old migrate fragment [SME: 8080] |
- Remove old migrate fragment [SME: 8080] |
92 |
- Whitespace cleanup, mainly tab removal, of 90e-smithAccess40ibays |
- Whitespace cleanup, mainly tab removal, of 90e-smithAccess40ibays |
93 |
|
|
94 |
* 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 |
95 |
|
Sat Dec 08 2013 --> Sat Dec 07 2013 or Sun Dec 08 2013 or Sat Dec 14 2013 or .... |
96 |
- Update en-us translation file by Stephane de Labrusse [SME: 3675] |
- Update en-us translation file by Stephane de Labrusse [SME: 3675] |
97 |
|
|
98 |
* 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 |
362 |
%setup |
%setup |
363 |
%patch0 -p1 |
%patch0 -p1 |
364 |
%patch1 -p1 |
%patch1 -p1 |
365 |
|
%patch2 -p1 |
366 |
|
/bin/mkdir -p root/var/cache/e-smith/files/ibays |
367 |
|
|
368 |
%pre |
%pre |
369 |
%post |
%post |